End Custom Trace
// End an existing trace
trace?.end()// End an existing trace
[trace end];// End an existing trace
trace.end();// End an existing trace
trace?.end()trace.end();Last updated
You can use the following APIs to end a custom trace.
// End an existing trace
trace?.end()// End an existing trace
[trace end];// End an existing trace
trace.end();// End an existing trace
trace?.end()trace.end();Last updated