insertDebugSignpost(_:)
Inserts a debug string into the frame data to aid debugging.
Declaration
func insertDebugSignpost(_ string: String)Parameters
- string:
The debug string to insert as a signpost.
Discussion
Calling this method doesn’t change any behaviors, but can be useful for debugging purposes.