Skip to content

Commit 0e9040b

Browse files
committed
test: demo app
1 parent 7ece4ff commit 0e9040b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

demo/app/app.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
12
import * as app from '@nativescript/core/application';
3+
import { BleTraceCategory } from '@nativescript-community/ble/bluetooth.common';
4+
import { Trace } from '@nativescript/core';
5+
Trace.addCategories(BleTraceCategory);
6+
Trace.enable();
27
app.run({ moduleName: 'app-root' });

0 commit comments

Comments
 (0)