We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ece4ff commit 0e9040bCopy full SHA for 0e9040b
demo/app/app.ts
@@ -1,2 +1,7 @@
1
+
2
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();
7
app.run({ moduleName: 'app-root' });
0 commit comments