mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
18 lines
418 B
Markdown
18 lines
418 B
Markdown
---
|
|
nav-title: "trace How-To"
|
|
title: "trace"
|
|
description: "Examples for using trace"
|
|
---
|
|
# Trace
|
|
Tracing information about your app requires the "trace" module.
|
|
<snippet id='trace-require'/>
|
|
|
|
### Tracing all categories of events.
|
|
<snippet id='trace-all-categories'/>
|
|
|
|
### Tracing specific categories of events.
|
|
<snippet id='trace-specific-categories'/>
|
|
|
|
### Write your own trace message.
|
|
<snippet id='trace-message'/>
|