![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Appends a string to the debug frame text buffer for crash reporting.
addframetext(text)
Arguments
- text
- string - A string to log in the frame text buffer.
Details
- The frame text buffer is included as part of crash dumps generated by the client.
- The frame text buffer is not cleared every frame. Instead, the client will keep accumulating strings into the buffer across multiple frames until it reaches a fixed capacity, at which point the buffer is then cleared.
Patch changes
Patch 8.0.1 (2018-07-17): Added.
