mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
how-tos made with markdown snippet injector
This commit is contained in:
17
apps/tests/trace.md
Normal file
17
apps/tests/trace.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
nav-title: "trace How-To"
|
||||
title: "How-To"
|
||||
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'/>
|
||||
Reference in New Issue
Block a user