mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
469 B
469 B
nav-title, title, environment, description, previous_url
| nav-title | title | environment | description | previous_url |
|---|---|---|---|---|
| trace How-To | trace | nativescript | Examples for using trace | /ApiReference/trace/HOW-TO |
Trace
Tracing information about your app requires the "trace" module. {%snippet trace-require%}
Tracing all categories of events.
{%snippet trace-all-categories%}
Tracing specific categories of events.
{%snippet trace-specific-categories%}
Write your own trace message.
{%snippet trace-message%}