| 1 | console.log('####### ------ APP MODULES START '); |
| 2 | |
| 3 | import { Trace, Application, UnhandledErrorEventData, LaunchEventData, ApplicationEventData, DiscardedErrorEventData } from '@nativescript/core'; |
| 4 | Trace.addCategories(Trace.categories.NativeLifecycle); |