transistorsoft / cordova-background-geolocation-lt

The most sophisticated background location-tracking & geofencing module with battery-conscious motion-detection intelligence for iOS and Android.
http://www.transistorsoft.com/shop/products/cordova-background-geolocation
Other
659 stars 276 forks source link

"Waiting for previous start action to complete" during application launch #1070

Closed damon02 closed 4 years ago

damon02 commented 4 years ago

Your Environment

Expected Behavior

I expect the plugin to launch once, then keep running without any issues.

Actual Behavior

We caught this because we have Sentry setup and it keeps spamming errors from this library at a rate of about 20 times a day up to 200 times a day.

It happens during boot of the application, during a clean boot. The error occurs before any of the code inside our deviceready is even executed. Sentry error log, click to enlarge Above you can see the sentry error log, with timestamps on the right. If you look at the sentry log, you can see from the timestamps that the 'Firebase plugin detected' console.log gets executed later than the error. From this I assume that the error lies somewhere in the plugin when it gets loaded into cordova. Code of our index.js file, click to enlarge

I'm pretty confident the issue lies with this library, since when I removed all other cordova libraries the issue still occurs.

Steps to Reproduce

Issue 1

  1. Launch app from clean boot

Context

Boot the app

Debug logs

Logs These are the logs when the application boots. From when I was testing this, it was for me untraceable in the log files even when it was sent to sentry. ``` 2020-01-10 14:12:31.567 ? E/Zygote: v2 2020-01-10 14:12:31.567 ? I/libpersona: KNOX_SDCARD checking this for 10272 2020-01-10 14:12:31.567 ? I/libpersona: KNOX_SDCARD not a persona 2020-01-10 14:12:31.568 ? E/Zygote: accessInfo : 0 2020-01-10 14:12:31.569 ? W/SELinux: SELinux selinux_android_compute_policy_index : Policy Index[2], Con:u:r:zygote:s0 RAM:SEPF_SECMOBILE_7.0_0010, [-1 -1 -1 -1 0 1] 2020-01-10 14:12:31.571 ? I/SELinux: SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=nl.teqplay.riverguiderecreational 2020-01-10 14:12:31.575 ? I/art: Late-enabling -Xcheck:jni 2020-01-10 14:12:31.590 ? D/TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service 2020-01-10 14:12:31.596 ? I/art: Debugger is no longer active 2020-01-10 14:12:31.596 ? I/art: Starting a blocking GC Instrumentation 2020-01-10 14:12:31.691 ? V/FA: Registered activity lifecycle callback 2020-01-10 14:12:31.732 ? W/zzd: Application name is not set. Call Builder#setApplicationName. 2020-01-10 14:12:31.734 ? W/zzd: Application name is not set. Call Builder#setApplicationName. 2020-01-10 14:12:31.779 ? I/FirebaseInitProvider: FirebaseApp initialization successful 2020-01-10 14:12:31.779 ? W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found. 2020-01-10 14:12:31.794 ? I/Fabric: Crashlytics is initializing NDK crash reporter. 2020-01-10 14:12:31.815 ? W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found. 2020-01-10 14:12:31.834 ? I/FirebaseAuth: [FirebaseAuth:] Loading module via FirebaseOptions. 2020-01-10 14:12:31.834 ? I/FirebaseAuth: [FirebaseAuth:] Preparing to create service connection to gms implementation 2020-01-10 14:12:31.849 ? D/libcrashlytics: Initializing libcrashlytics version 2.0.5 2020-01-10 14:12:31.849 ? D/libcrashlytics: Initializing native crash handling successful. 2020-01-10 14:12:31.862 ? I/CrashlyticsCore: Initializing Crashlytics Core 2.7.0.33 2020-01-10 14:12:31.864 ? D/NetworkSecurityConfig: No Network Security Config specified, using platform default 2020-01-10 14:12:31.872 ? I/CrashlyticsInitProvider: CrashlyticsInitProvider initialization successful 2020-01-10 14:12:31.874 ? I/System.out: (HTTPLog)-Static: isSBSettingEnabled false 2020-01-10 14:12:31.874 ? I/System.out: (HTTPLog)-Static: isSBSettingEnabled false 2020-01-10 14:12:31.904 ? I/CordovaLog: Changing log level to DEBUG(3) 2020-01-10 14:12:31.904 ? I/CordovaActivity: Apache Cordova native platform version 8.1.0 is starting 2020-01-10 14:12:31.904 ? D/CordovaActivity: CordovaActivity.onCreate() 2020-01-10 14:12:31.907 ? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_feature_enabled'. 2020-01-10 14:12:31.908 ? D/FirebasePerformance: Creating a new Non Verbose Session: 89581880735e49c39b3ab6866f8fb5be 2020-01-10 14:12:31.909 ? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_feature_enabled'. 2020-01-10 14:12:31.909 ? D/FirebasePerformance: Creating a new Non Verbose Session: cc9da84837c8431ba8244df99e526d88 2020-01-10 14:12:31.909 ? V/FA: onActivityCreated 2020-01-10 14:12:31.960 ? W/ResourceType: Found multiple library tables, ignoring... 2020-01-10 14:12:31.963 ? I/FirebaseRemoteConfig: Fetch succeeded! 2020-01-10 14:12:31.963 ? I/WebViewFactory: Loading com.android.chrome version 79.0.3945.116 (code 394511637) 2020-01-10 14:12:32.017 ? I/cr_LibraryLoader: Time to load native libraries: 2 ms 2020-01-10 14:12:32.037 ? I/chromium: [INFO:library_loader_hooks.cc(51)] Chromium logging enabled: level = 0, default verbosity = 0 2020-01-10 14:12:32.037 ? I/cr_LibraryLoader: Expected native library version number "79.0.3945.116", actual native library version number "79.0.3945.116" 2020-01-10 14:12:32.051 ? W/cr_ChildProcLH: Create a new ChildConnectionAllocator with package name = com.android.chrome, sandboxed = true 2020-01-10 14:12:32.062 ? I/cr_BrowserStartup: Initializing chromium process, singleProcess=false 2020-01-10 14:12:32.065 ? W/ResourceType: Failure getting entry for 0x7f130534 (t=18 e=1332) (error -2147483647) 2020-01-10 14:12:32.121 ? D/ConnectivityManager: requestNetwork; CallingUid : 10272, CallingPid : 14283 2020-01-10 14:12:32.172 ? D/ConnectivityManager: requestNetwork; CallingUid : 10272, CallingPid : 14283 2020-01-10 14:12:32.180 ? V/FA: Collection enabled 2020-01-10 14:12:32.180 ? V/FA: App package, google app id: nl.teqplay.riverguiderecreational, 1:702408254412:android:d87f7bc400c9a1b5 2020-01-10 14:12:32.182 ? I/FA: App measurement is starting up, version: 16250 2020-01-10 14:12:32.182 ? I/FA: To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 2020-01-10 14:12:32.182 ? I/FA: To enable faster debug mode event logging run: adb shell setprop debug.firebase.analytics.app nl.teqplay.riverguiderecreational 2020-01-10 14:12:32.182 ? D/FA: Debug-level message logging enabled 2020-01-10 14:12:32.203 ? V/FA: Connecting to remote service 2020-01-10 14:12:32.213 ? D/SystemWebViewEngine: CordovaWebView is running on device made by: samsung 2020-01-10 14:12:32.224 ? D/PluginManager: init() 2020-01-10 14:12:32.225 ? V/FA: Connection attempt already in progress 2020-01-10 14:12:32.229 ? I/System.out: (HTTPLog)-Static: isSBSettingEnabled false 2020-01-10 14:12:32.229 ? I/System.out: (HTTPLog)-Static: isSBSettingEnabled false 2020-01-10 14:12:32.342 ? D/ViewRootImpl@b82210c[MainActivity]: ThreadedRenderer.create() translucent=true 2020-01-10 14:12:32.347 ? D/InputTransport: Input channel constructed: fd=118 2020-01-10 14:12:32.347 ? D/ViewRootImpl@b82210c[MainActivity]: setView = DecorView@7c1ea55[MainActivity] touchMode=true 2020-01-10 14:12:32.372 ? D/ViewRootImpl@b994b88[MainActivity]: ThreadedRenderer.create() translucent=true 2020-01-10 14:12:32.375 ? D/InputTransport: Input channel constructed: fd=119 2020-01-10 14:12:32.375 ? D/ViewRootImpl@b994b88[MainActivity]: setView = DecorView@878c921[MainActivity] touchMode=true 2020-01-10 14:12:32.378 ? D/Whitelist: Unlimited access to network resources 2020-01-10 14:12:32.387 ? D/CordovaWebViewImpl: >>> loadUrl(file:///android_asset/www/index.html) 2020-01-10 14:12:32.387 ? D/FirebasePlugin: Starting Firebase plugin 2020-01-10 14:12:32.406 ? W/cr_media: Requires BLUETOOTH permission 2020-01-10 14:12:32.413 ? I/FirebasePerformance: Session ID - cc9da84837c8431ba8244df99e526d88 2020-01-10 14:12:32.414 ? D/CordovaActivity: Started the activity. 2020-01-10 14:12:32.423 ? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'trace_flimit_time'. 2020-01-10 14:12:32.423 ? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'trace_flimit_events'. 2020-01-10 14:12:32.423 ? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'trace_blimit_time'. 2020-01-10 14:12:32.423 ? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'trace_blimit_events'. 2020-01-10 14:12:32.423 ? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'network_flimit_time'. 2020-01-10 14:12:32.424 ? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'network_flimit_events'. 2020-01-10 14:12:32.424 ? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'network_blimit_time'. 2020-01-10 14:12:32.424 ? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'network_blimit_events'. 2020-01-10 14:12:32.429 ? D/libEGL: loaded /vendor/lib64/egl/libGLES_mali.so 2020-01-10 14:12:32.432 ? D/FirebasePerformance: onResume(): nl.teqplay.riverguiderecreational.MainActivity: 797608 microseconds 2020-01-10 14:12:32.435 ? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_max_length_minutes'. 2020-01-10 14:12:32.435 ? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_feature_enabled'. 2020-01-10 14:12:32.439 ? D/CordovaActivity: Resumed the activity. 2020-01-10 14:12:32.442 ? D/ViewRootImpl@a7abb0b[MainActivity]: ThreadedRenderer.create() translucent=false 2020-01-10 14:12:32.445 ? E/libEGL: validate_display:99 error 3008 (EGL_BAD_DISPLAY) 2020-01-10 14:12:32.447 ? D/InputTransport: Input channel constructed: fd=141 2020-01-10 14:12:32.448 ? D/ViewRootImpl@a7abb0b[MainActivity]: setView = DecorView@c12de8[MainActivity] touchMode=true 2020-01-10 14:12:32.469 ? I/DynamiteModule: Considering local module com.google.android.gms.tagmanager:214 and remote module com.google.android.gms.tagmanager:215 2020-01-10 14:12:32.469 ? I/DynamiteModule: Selected remote version of com.google.android.gms.tagmanager, version >= 215 2020-01-10 14:12:32.469 ? V/DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils 2020-01-10 14:12:32.477 ? W/AudioCapabilities: Unsupported mime audio/mpeg-L1 2020-01-10 14:12:32.477 ? W/AudioCapabilities: Unsupported mime audio/mpeg-L2 2020-01-10 14:12:32.479 ? W/AudioCapabilities: Unsupported mime audio/x-ms-wma 2020-01-10 14:12:32.488 ? W/AudioCapabilities: Unsupported mime audio/x-ima 2020-01-10 14:12:32.490 ? W/VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es 2020-01-10 14:12:32.490 ? W/VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es 2020-01-10 14:12:32.490 ? W/VideoCapabilities: Unrecognized profile/level 32768/64 for video/mp4v-es 2020-01-10 14:12:32.497 ? D/ViewRootImpl@b82210c[MainActivity]: dispatchAttachedToWindow 2020-01-10 14:12:32.504 ? W/System: ClassLoader referenced unknown path: 2020-01-10 14:12:32.511 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.511 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.511 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.511 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.511 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.511 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.511 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.511 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.511 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.511 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.511 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.511 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.511 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.511 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.511 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.511 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.511 ? W/VideoCapabilities: Unrecognized profile 2130706434 for video/avc 2020-01-10 14:12:32.512 ? I/DynamiteLoaderV2: [71] Dynamitemodulesc 2020-01-10 14:12:32.513 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.513 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.513 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.513 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.513 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.513 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.513 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.513 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.513 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.513 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.513 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.513 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.513 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.513 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.513 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.513 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.513 ? W/VideoCapabilities: Unrecognized profile 2130706434 for video/avc 2020-01-10 14:12:32.519 ? D/ViewRootImpl@b82210c[MainActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[0,0][1440,2560] result=0x27 surface={isValid=true 534886633984} surfaceGenerationChanged=true 2020-01-10 14:12:32.519 ? D/ViewRootImpl@b82210c[MainActivity]: mHardwareRenderer.initialize() mSurface={isValid=true 534886633984} hwInitialized=true 2020-01-10 14:12:32.520 ? I/OpenGLRenderer: Initialized EGL, version 1.4 2020-01-10 14:12:32.520 ? D/OpenGLRenderer: Swap behavior 1 2020-01-10 14:12:32.520 ? W/System: ClassLoader referenced unknown path: /data/user_de/0/com.google.android.gms/app_chimera/m/000000e6/n/arm64-v8a 2020-01-10 14:12:32.525 ? W/VideoCapabilities: Unsupported mime video/wvc1 2020-01-10 14:12:32.528 ? D/ViewRootImpl@b994b88[MainActivity]: dispatchAttachedToWindow 2020-01-10 14:12:32.529 ? W/VideoCapabilities: Unsupported mime video/x-ms-wmv 2020-01-10 14:12:32.532 ? D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1440x2560]-format:1 2020-01-10 14:12:32.543 ? W/VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es 2020-01-10 14:12:32.543 ? W/VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es 2020-01-10 14:12:32.543 ? W/VideoCapabilities: Unrecognized profile/level 32768/64 for video/mp4v-es 2020-01-10 14:12:32.545 ? W/VideoCapabilities: Unsupported mime video/wvc1 2020-01-10 14:12:32.547 ? W/VideoCapabilities: Unsupported mime video/x-ms-wmv 2020-01-10 14:12:32.550 ? W/VideoCapabilities: Unsupported mime video/x-ms-wmv7 2020-01-10 14:12:32.551 ? D/ViewRootImpl@b994b88[MainActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[36,1232][1404,1424] result=0x27 surface={isValid=true 534885317632} surfaceGenerationChanged=true 2020-01-10 14:12:32.551 ? D/ViewRootImpl@b994b88[MainActivity]: mHardwareRenderer.initialize() mSurface={isValid=true 534885317632} hwInitialized=true 2020-01-10 14:12:32.552 ? W/VideoCapabilities: Unsupported mime video/x-ms-wmv8 2020-01-10 14:12:32.553 ? W/VideoCapabilities: Unsupported mime video/mp43 2020-01-10 14:12:32.555 ? D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1624x448]-format:1 2020-01-10 14:12:32.558 ? W/AudioCapabilities: Unsupported mime audio/mpeg-L1 2020-01-10 14:12:32.558 ? W/AudioCapabilities: Unsupported mime audio/mpeg-L2 2020-01-10 14:12:32.559 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.559 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.559 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.559 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.559 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.559 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.559 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.559 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.560 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.560 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.560 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.560 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.560 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.560 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.560 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.560 ? W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc 2020-01-10 14:12:32.560 ? W/VideoCapabilities: Unrecognized profile 2130706434 for video/avc 2020-01-10 14:12:32.571 ? D/ViewRootImpl@a7abb0b[MainActivity]: dispatchAttachedToWindow 2020-01-10 14:12:32.572 ? W/VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es 2020-01-10 14:12:32.572 ? W/VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es 2020-01-10 14:12:32.572 ? W/VideoCapabilities: Unrecognized profile/level 32768/64 for video/mp4v-es 2020-01-10 14:12:32.575 ? W/GoogleTagManager: No container asset found in /assets/containers. Checking top level /assets directory for container assets. 2020-01-10 14:12:32.576 ? W/GoogleTagManager: Tag Manager's event handler WILL NOT be installed (no container loaded) 2020-01-10 14:12:32.577 ? I/GoogleTagManager: Tag Manager initilization took 4ms 2020-01-10 14:12:32.579 ? D/ViewRootImpl@a7abb0b[MainActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[0,0][1440,2560] result=0x7 surface={isValid=true 534885321216} surfaceGenerationChanged=true 2020-01-10 14:12:32.579 ? D/ViewRootImpl@a7abb0b[MainActivity]: mHardwareRenderer.initialize() mSurface={isValid=true 534885321216} hwInitialized=true 2020-01-10 14:12:32.584 ? D/FA: Logging event (FE): screen_view(_vs), Bundle[{firebase_event_origin(_o)=auto, firebase_screen_class(_sc)=MainActivity, firebase_screen_id(_si)=2690284929298952071}] 2020-01-10 14:12:32.585 ? D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1440x2560]-format:1 2020-01-10 14:12:32.591 ? D/ViewRootImpl@b82210c[MainActivity]: MSG_WINDOW_FOCUS_CHANGED 1 2020-01-10 14:12:32.591 ? D/ViewRootImpl@b82210c[MainActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true 534886633984} 2020-01-10 14:12:32.592 nl.teqplay.riverguiderecreational V/InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@6564453 nm : nl.teqplay.riverguiderecreational ic=null 2020-01-10 14:12:32.592 nl.teqplay.riverguiderecreational I/InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus 2020-01-10 14:12:32.594 nl.teqplay.riverguiderecreational D/ViewRootImpl@b994b88[MainActivity]: MSG_WINDOW_FOCUS_CHANGED 1 2020-01-10 14:12:32.594 nl.teqplay.riverguiderecreational D/ViewRootImpl@b994b88[MainActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true 534885317632} 2020-01-10 14:12:32.596 nl.teqplay.riverguiderecreational I/VideoCapabilities: Unsupported profile 4 for video/mp4v-es 2020-01-10 14:12:32.596 nl.teqplay.riverguiderecreational D/InputTransport: Input channel constructed: fd=151 2020-01-10 14:12:32.606 nl.teqplay.riverguiderecreational D/ViewRootImpl@b82210c[MainActivity]: MSG_RESIZED_REPORT: ci=Rect(0, 96 - 0, 0) vi=Rect(0, 96 - 0, 0) or=1 2020-01-10 14:12:32.606 nl.teqplay.riverguiderecreational V/FA: Connection attempt already in progress 2020-01-10 14:12:32.607 nl.teqplay.riverguiderecreational V/FA: Connection attempt already in progress 2020-01-10 14:12:32.608 nl.teqplay.riverguiderecreational V/FA: Activity resumed, time: 5788924205 2020-01-10 14:12:32.625 nl.teqplay.riverguiderecreational W/VideoCapabilities: Unsupported mime video/sorenson 2020-01-10 14:12:32.675 nl.teqplay.riverguiderecreational D/ViewRootImpl@b994b88[MainActivity]: MSG_RESIZED_REPORT: ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1 2020-01-10 14:12:32.679 nl.teqplay.riverguiderecreational D/ViewRootImpl@a7abb0b[MainActivity]: MSG_RESIZED_REPORT: ci=Rect(0, 96 - 0, 0) vi=Rect(0, 96 - 0, 0) or=1 2020-01-10 14:12:32.679 nl.teqplay.riverguiderecreational D/CordovaWebViewImpl: onPageDidNavigate(file:///android_asset/www/index.html) 2020-01-10 14:12:32.680 nl.teqplay.riverguiderecreational V/InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@b1693a2 nm : nl.teqplay.riverguiderecreational ic=null 2020-01-10 14:12:32.683 nl.teqplay.riverguiderecreational D/FA: Connected to remote service 2020-01-10 14:12:32.684 nl.teqplay.riverguiderecreational V/FA: Processing queued up service tasks: 4 2020-01-10 14:12:32.694 nl.teqplay.riverguiderecreational D/ViewRootImpl@b82210c[MainActivity]: MSG_WINDOW_FOCUS_CHANGED 0 2020-01-10 14:12:32.752 nl.teqplay.riverguiderecreational D/JsMessageQueue: Set native->JS mode to EvalBridgeMode 2020-01-10 14:12:32.850 nl.teqplay.riverguiderecreational W/CrashlyticsCore: No minidump data found in directory /data/user/0/nl.teqplay.riverguiderecreational/files/.Fabric/com.crashlytics.sdk.android.crashlytics-ndk/native/1578661685145 2020-01-10 14:12:32.854 nl.teqplay.riverguiderecreational I/ShortcutBadger: Checking if platform supports badge counters, attempt 1/3. 2020-01-10 14:12:32.872 nl.teqplay.riverguiderecreational I/ShortcutBadger: Badge counter is supported in this platform. 2020-01-10 14:12:33.468 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : Deprecation warning: use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info. 2020-01-10 14:12:33.469 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "Deprecation warning: use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info.", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:33.757 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/main.a713b1ff.chunk.js: Line 1 : Firebase plugin detected 2020-01-10 14:12:33.757 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "Firebase plugin detected", source: file:///android_asset/www/static/js/main.a713b1ff.chunk.js (1) 2020-01-10 14:12:33.782 nl.teqplay.riverguiderecreational D/CordovaWebViewImpl: onPageFinished(file:///android_asset/www/index.html) 2020-01-10 14:12:33.834 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : Wrapper div has no height or width, try overriding style with `containerStyle` option 2020-01-10 14:12:33.834 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "Wrapper div has no height or width, try overriding style with `containerStyle` option", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:33.887 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : Wrapper div has no height or width, try overriding style with `containerStyle` option 2020-01-10 14:12:33.887 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "Wrapper div has no height or width, try overriding style with `containerStyle` option", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:33.904 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : [DEBUG] [535] PHASE didMount, background: false, geoWatcherActive: undefined, isNavigating: false, transitioning: false 2020-01-10 14:12:33.904 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "[DEBUG] [535] PHASE didMount, background: false, geoWatcherActive: undefined, isNavigating: false, transitioning: false", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:33.905 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : [DEBUG] [NOTIFICATION]: componentDidMount GeoLocationWatcher [535] || ▶️ in foreground, Navigating: ⚓️, Active route: ⛔️ 2020-01-10 14:12:33.905 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "[DEBUG] [NOTIFICATION]: componentDidMount GeoLocationWatcher [535] || ▶️ in foreground, Navigating: ⚓️, Active route: ⛔️", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:34.078 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.adapter.TSConfig print] ╔═════════════════════════════════════════════ ║ TSLocationManager version: 3.0.25 (325) ╠═════════════════════════════════════════════ { "activityRecognitionInterval": 10000, "allowIdenticalLocations": false, "autoSync": true, "autoSyncThreshold": 0, "batchSync": false, "debug": false, "deferTime": 0, "desiredAccuracy": -1, "desiredOdometerAccuracy": 100, "disableElasticity": false, "disableLocationAuthorizationAlert": false, "disableStopDetection": false, "distanceFilter": 75, "elasticityMultiplier": 1, "enableHeadless": false, "enableTimestampMeta": false, "extras": {}, "fastestLocationUpdateInterval": -1, "forceReloadOnBoot": false, "forceReloadOnGeofence": false, "forceReloadOnHeartbeat": false, "forceReloadOnLocationChange": false, "forceReloadOnMotionChange": false, "forceReloadOnSchedule": false, "foregroundService": true, "geofenceInitialTriggerEntry": true, "geofenceModeHighAccuracy": false, "geofenceProximityRadius": 1000, "geofenceTemplate": "", "headers": {}, "headlessJobService": "com.transistorsoft.cordova.bggeo.BackgroundGeolocationHeadlessTask", "heartbeatInterval": 60, "httpRootProperty": "location", "httpTimeout": 60000, "isMoving": false, "locationAuthorizationRequest": "Always", "locationTemplate": "", "locationTimeout": 60, "locationUpdateInterval": 1000, "locationsOrderDirection": "ASC", "logLevel": 5, "logMaxDays": 3, "maxBatchSize": -1, "maxDaysToPersist": 1, "maxRecordsToPersist": -1, "method": "POST", "minimumActivityRecognitionConfidence": 75, "notification": { "layout": "", "title": "RiverGuide Recreant", "text": "GPS Locatiebepaling actief", "color": "", "channelName": "TSLocationManager", "smallIcon": "", "largeIcon": "", "priority": 0, "strings": {}, "actions": [] }, "params": {}, "persist": true, "persistMode": 2, "schedule": [], "scheduleUseAlarmManager": false, "speedJumpFilter": 300, "startOnBoot": false, "stationaryRadius": 25, "stopAfterElapsedMinutes": 1440, "stopOnStationary": false, "stopOnTerminate": true, "stopTimeout": 1, "triggerActivities": "in_vehicle, on_bicycle, on_foot, running, walking", "url": "", "useSignificantChangesOnly": false, "enabled": true, "schedulerEnabled": false, "trackingMode": 1, "odometer": 587.7648315429688, "isFirstBoot": false, "didLaunchInBackground": false } ╔═════════════════════════════════════════════ ║ DEVICE SENSORS ╠═════════════════════════════════════════════ ╟─ ✅ ACCELEROMETER: {Sensor name="MPU6500 Acceleration Sensor", vendor="Invensense", version=1, type=1, maxRange=39.2266, resolution=0.0011971008, power=0.25, minDelay=5000} ╟─ ✅ GYROSCOPE: {Sensor name="MPU6500 Gyroscope Sensor", vendor="Invensense", version=1, type=4, maxRange=34.906586, resolution=0.0010652645, power=6.1, minDelay=5000} ╟─ ✅ MAGNETOMETER: {Sensor name="YAS537 Magnetic Sensor", vendor="Yamaha Corporation", version=1, type=2, maxRange=1200.0, resolution=0.1, power=6.0, minDelay=10000} ╟─ ✅ SIGNIFICANT_MOTION: {Sensor name="SAMSUNG Significant Motion Sensor", vendor="Samsung Inc.", version=2, type=17, maxRange=1.0, resolution=1.0, power=0.3, minDelay=0} ╚═════════════════════════════════════════════ 2020-01-10 14:12:34.109 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.adapter.TSConfig$b a] ⚠️ Tracking initiated in background with stopOnTerminate: true. Launch refused. 2020-01-10 14:12:34.127 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.a.BackgroundGeolocation ] ✅ Google Play Services: connected (version code:12451000) 2020-01-10 14:12:34.137 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.data.sqlite.b a] ✅ Opened database 2020-01-10 14:12:34.140 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.l.TSLocationManager clearLastOdometerLocation] ℹ️ Clear last odometer location 2020-01-10 14:12:34.151 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.data.sqlite.b prune] ℹ️ PRUNE -1 days 2020-01-10 14:12:34.157 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.g.TSGeofenceManager c] ℹ️ Persist monitored geofences: [] 2020-01-10 14:12:34.162 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.g.TSGeofenceManager b] 🔴 Stop monitoring geofences 2020-01-10 14:12:34.166 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.a.BackgroundGeolocation e] 🎾 Start monitoring location-provider changes 2020-01-10 14:12:34.173 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.g.TSGeofenceManager stopMonitoringSignificantLocationChanges] 🔴 Stop monitoring significant location changes 2020-01-10 14:12:34.189 nl.teqplay.riverguiderecreational D/TSLocationManager: $ addLocationListener() 2020-01-10 14:12:34.192 nl.teqplay.riverguiderecreational D/TSLocationManager: $ addProviderChangeListener() 2020-01-10 14:12:34.196 nl.teqplay.riverguiderecreational D/TSLocationManager: $ ready() 2020-01-10 14:12:34.196 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : [BackgroundGeolocation] WARNING: Config.notification* fields (eg: notificationText) are all deprecated in favor of notification: {title: "My Title", text: "My Text"} See docs for "Notification" class 2020-01-10 14:12:34.196 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "[BackgroundGeolocation] WARNING: Config.notification* fields (eg: notificationText) are all deprecated in favor of notification: {title: "My Title", text: "My Text"} See docs for "Notification" class", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:34.204 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.g.TSGeofenceManager stopMonitoringStationaryRegion] 🔴 Stop monitoring stationary region 2020-01-10 14:12:34.210 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.service.TrackingService onDestroy] 🔴 TrackingService destroyed 2020-01-10 14:12:34.225 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.adapter.TSConfig c] ℹ️ Persist config, dirty: [desiredAccuracy, distanceFilter, headlessJobService, heartbeatInterval, logLevel, notification, notification.title, notification.text, stopAfterElapsedMinutes, stopTimeout] 2020-01-10 14:12:34.227 nl.teqplay.riverguiderecreational I/art: Do partial code cache collection, code=28KB, data=27KB 2020-01-10 14:12:34.228 nl.teqplay.riverguiderecreational I/art: After code cache collection, code=25KB, data=26KB 2020-01-10 14:12:34.228 nl.teqplay.riverguiderecreational I/art: Increasing code cache capacity to 128KB 2020-01-10 14:12:34.232 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.s.GeofencingService onDestroy] 🔴 GeofencingService destroyed 2020-01-10 14:12:34.241 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 🔴 Stop motion-activity updates 2020-01-10 14:12:34.251 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.a.BackgroundGeolocation ready] LocationPermission :true 2020-01-10 14:12:34.278 nl.teqplay.riverguiderecreational W/PluginManager: THREAD WARNING: exec() call to BackgroundGeolocation.ready blocked the main thread for 82ms. Plugin should use CordovaInterface.getThreadPool(). 2020-01-10 14:12:34.280 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.service.HeartbeatService a] 🔴 Stop heartbeat 2020-01-10 14:12:34.285 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : Initializing firebase 2020-01-10 14:12:34.285 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "Initializing firebase", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:34.313 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.http.HttpService stopMonitoringConnectivityChanges] 🔴 Stop monitoring connectivity changes 2020-01-10 14:12:34.330 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy] 🔴 ActivityRecognitionService destroyed 2020-01-10 14:12:34.333 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.a.BackgroundGeolocation c] 🔴 Cleared callbacks 2020-01-10 14:12:34.347 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.a.BackgroundGeolocation f] 🔴 Stop monitoring location-provider changes 2020-01-10 14:12:34.361 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.s.TSScheduleManager stop] 🔴 Scheduler OFF 2020-01-10 14:12:34.380 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.a.BackgroundGeolocation onActivityDestroy] ╔═════════════════════════════════════════════ ║ MainActivity was destroyed ╠═════════════════════════════════════════════ ╟─ stopOnTerminate: true ╟─ enabled: false 2020-01-10 14:12:34.662 nl.teqplay.riverguiderecreational D/local-notification: Next trigger at: Fri Jan 10 14:12:34 GMT+01:00 2020 2020-01-10 14:12:34.814 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : [DEBUG] [SENTRY] [EXCEPTION] SyntaxError: Unexpected token < in JSON at position 0 2020-01-10 14:12:34.814 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "[DEBUG] [SENTRY] [EXCEPTION] SyntaxError: Unexpected token < in JSON at position 0", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:34.883 nl.teqplay.riverguiderecreational D/CordovaWebViewImpl: >>> loadUrl(javascript:cordova.plugins.notification.local.fireEvent("trigger",{"title":"componentDidMount GeoLocationWatcher [535]","text":"▶️ in foreground, Navigating: ⚓️, Active route: ⛔️","foreground":true,"id":1578661953901,"actions":[],"attachments":[],"autoClear":true,"clock":true,"defaults":0,"groupSummary":false,"launch":true,"led":true,"lockscreen":true,"number":0,"priority":1,"progressBar":{"enabled":false,"value":0,"maxValue":100,"indeterminate":false},"silent":false,"smallIcon":"res:\/\/icon","sound":true,"timeoutAfter":null,"trigger":{"type":"calendar"},"vibrate":false,"wakeup":true,"when":0,"meta":{"plugin":"cordova-plugin-local-notification","version":"0.9-beta.3"}},{"event":"trigger","foreground":true,"queued":false,"notification":-1886011027})) 2020-01-10 14:12:34.917 nl.teqplay.riverguiderecreational D/ViewRootImpl@b994b88[MainActivity]: mHardwareRenderer.destroy()#4 2020-01-10 14:12:34.917 nl.teqplay.riverguiderecreational D/ViewRootImpl@b994b88[MainActivity]: dispatchDetachedFromWindow 2020-01-10 14:12:34.924 nl.teqplay.riverguiderecreational D/InputTransport: Input channel destroyed: fd=119 2020-01-10 14:12:34.925 nl.teqplay.riverguiderecreational D/CordovaWebViewImpl: >>> loadUrl(javascript:cordova.plugins.notification.local.fireEvent("add",{"title":"componentDidMount GeoLocationWatcher [535]","text":"▶️ in foreground, Navigating: ⚓️, Active route: ⛔️","foreground":true,"id":1578661953901,"actions":[],"attachments":[],"autoClear":true,"clock":true,"defaults":0,"groupSummary":false,"launch":true,"led":true,"lockscreen":true,"number":0,"priority":1,"progressBar":{"enabled":false,"value":0,"maxValue":100,"indeterminate":false},"silent":false,"smallIcon":"res:\/\/icon","sound":true,"timeoutAfter":null,"trigger":{"type":"calendar"},"vibrate":false,"wakeup":true,"when":0,"meta":{"plugin":"cordova-plugin-local-notification","version":"0.9-beta.3"}},{"event":"add","foreground":true,"queued":false,"notification":-1886011027})) 2020-01-10 14:12:34.941 nl.teqplay.riverguiderecreational D/ViewRootImpl@b82210c[MainActivity]: MSG_WINDOW_FOCUS_CHANGED 1 2020-01-10 14:12:34.941 nl.teqplay.riverguiderecreational D/ViewRootImpl@b82210c[MainActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true 534886633984} 2020-01-10 14:12:34.942 nl.teqplay.riverguiderecreational E/ViewRootImpl: sendUserActionEvent() mView == null 2020-01-10 14:12:35.446 nl.teqplay.riverguiderecreational D/ViewRootImpl@b82210c[MainActivity]: mHardwareRenderer.destroy()#4 2020-01-10 14:12:35.446 nl.teqplay.riverguiderecreational D/ViewRootImpl@b82210c[MainActivity]: dispatchDetachedFromWindow 2020-01-10 14:12:35.450 nl.teqplay.riverguiderecreational D/InputTransport: Input channel destroyed: fd=118 2020-01-10 14:12:35.451 nl.teqplay.riverguiderecreational D/ViewRootImpl@a7abb0b[MainActivity]: MSG_WINDOW_FOCUS_CHANGED 1 2020-01-10 14:12:35.452 nl.teqplay.riverguiderecreational D/ViewRootImpl@a7abb0b[MainActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true 534885321216} 2020-01-10 14:12:35.453 nl.teqplay.riverguiderecreational V/InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@e039d6e nm : nl.teqplay.riverguiderecreational ic=null 2020-01-10 14:12:35.453 nl.teqplay.riverguiderecreational I/InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus 2020-01-10 14:12:35.454 nl.teqplay.riverguiderecreational D/InputTransport: Input channel constructed: fd=147 2020-01-10 14:12:35.454 nl.teqplay.riverguiderecreational D/InputTransport: Input channel destroyed: fd=151 2020-01-10 14:12:35.454 nl.teqplay.riverguiderecreational E/ViewRootImpl: sendUserActionEvent() mView == null 2020-01-10 14:12:36.629 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : [MobileGeoLocationUtils] BackgroundGeolocation is configured and ready to use 2020-01-10 14:12:36.629 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "[MobileGeoLocationUtils] BackgroundGeolocation is configured and ready to use", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:36.630 nl.teqplay.riverguiderecreational D/TSLocationManager: $ start() 2020-01-10 14:12:36.641 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.locationmanager.util.b a] ℹ️ LocationAuthorization: Permission granted 2020-01-10 14:12:36.679 nl.teqplay.riverguiderecreational I/TSLocationManager: - Enable: false → true, trackingMode: 1 2020-01-10 14:12:36.684 nl.teqplay.riverguiderecreational W/PluginManager: THREAD WARNING: exec() call to BackgroundGeolocation.start blocked the main thread for 53ms. Plugin should use CordovaInterface.getThreadPool(). 2020-01-10 14:12:36.739 nl.teqplay.riverguiderecreational D/ViewRootImpl@a7abb0b[MainActivity]: MSG_WINDOW_FOCUS_CHANGED 0 2020-01-10 14:12:36.742 nl.teqplay.riverguiderecreational D/CordovaActivity: Paused the activity. 2020-01-10 14:12:36.743 nl.teqplay.riverguiderecreational V/FA: Recording user engagement, ms: 4306 2020-01-10 14:12:36.746 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.s.ActivityRecognitionService a] 🎾 Start motion-activity updates 2020-01-10 14:12:36.750 nl.teqplay.riverguiderecreational V/FA: Activity paused, time: 5788928511 2020-01-10 14:12:36.765 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.g.TSGeofenceManager start] 🎾 Start monitoring geofences 2020-01-10 14:12:36.766 nl.teqplay.riverguiderecreational D/FA: Logging event (FE): user_engagement(_e), Bundle[{firebase_event_origin(_o)=auto, engagement_time_msec(_et)=4306, firebase_screen_class(_sc)=MainActivity, firebase_screen_id(_si)=2690284929298952071}] 2020-01-10 14:12:36.774 nl.teqplay.riverguiderecreational W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter androidx.vectordrawable.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable 2020-01-10 14:12:36.775 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.http.HttpService startMonitoringConnectivityChanges] 🎾 Start monitoring connectivity changes 2020-01-10 14:12:36.777 nl.teqplay.riverguiderecreational V/FA: onActivityCreated 2020-01-10 14:12:36.780 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.adapter.TSConfig translateDesiredAccuracy] translateDesiredAccuracy (true): -1 2020-01-10 14:12:36.790 nl.teqplay.riverguiderecreational D/ConnectivityManager: requestNetwork; CallingUid : 10272, CallingPid : 14283 2020-01-10 14:12:36.795 nl.teqplay.riverguiderecreational D/TSLocationManager: $ stop() 2020-01-10 14:12:36.795 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.locationmanager.device.a c] 🎾 Start monitoring powersave changes 2020-01-10 14:12:36.799 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.http.HttpService a] ╔═════════════════════════════════════════════ ║ 📶 Connectivity change: connected? true ╠═════════════════════════════════════════════ 2020-01-10 14:12:36.803 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.l.TSLocationManager clearLastOdometerLocation] ℹ️ Clear last odometer location 2020-01-10 14:12:36.816 nl.teqplay.riverguiderecreational I/FirebasePerformance: Session ID - cc9da84837c8431ba8244df99e526d88 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: Rejecting re-init on previously-failed class java.lang.Class: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/view/View$OnUnhandledKeyEventListener; 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void androidx.core.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, androidx.core.view.OnApplyWindowInsetsListener) (ViewCompat.java:2203) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void androidx.appcompat.app.AppCompatDelegateImpl.onPostCreate(android.os.Bundle) (AppCompatDelegateImpl.java:299) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void androidx.appcompat.app.AppCompatActivity.onPostCreate(android.os.Bundle) (AppCompatActivity.java:98) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void android.app.Instrumentation.callActivityOnPostCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1207) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2909) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2988) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void android.app.ActivityThread.-wrap14(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1631) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void android.os.Looper.loop() (Looper.java:154) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6682) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:1520) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1410) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.View$OnUnhandledKeyEventListener" on path: DexPathList[[zip file "/data/app/nl.teqplay.riverguiderecreational-1/base.apk"],nativeLibraryDirectories=[/data/app/nl.teqplay.riverguiderecreational-1/lib/arm64, /data/app/nl.teqplay.riverguiderecreational-1/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]] 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:56) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:380) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void androidx.core.view.ViewCompat.setOnApplyWindowInsetsListener(android.view.View, androidx.core.view.OnApplyWindowInsetsListener) (ViewCompat.java:2203) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at android.view.ViewGroup androidx.appcompat.app.AppCompatDelegateImpl.createSubDecor() (AppCompatDelegateImpl.java:637) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void androidx.appcompat.app.AppCompatDelegateImpl.ensureSubDecor() (AppCompatDelegateImpl.java:518) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void androidx.appcompat.app.AppCompatDelegateImpl.onPostCreate(android.os.Bundle) (AppCompatDelegateImpl.java:299) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void androidx.appcompat.app.AppCompatActivity.onPostCreate(android.os.Bundle) (AppCompatActivity.java:98) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void android.app.Instrumentation.callActivityOnPostCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1207) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2909) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2988) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void android.app.ActivityThread.-wrap14(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1631) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:102) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void android.os.Looper.loop() (Looper.java:154) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void android.app.ActivityThread.main(java.lang.String[]) (ActivityThread.java:6682) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object[]) (Method.java:-2) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run() (ZygoteInit.java:1520) 2020-01-10 14:12:36.824 nl.teqplay.riverguiderecreational I/art: at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1410) 2020-01-10 14:12:36.844 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.g.TSGeofenceManager c] ℹ️ Persist monitored geofences: [] 2020-01-10 14:12:36.848 nl.teqplay.riverguiderecreational D/ViewRootImpl@9f05391[TSLocationManagerActivity]: ThreadedRenderer.create() translucent=true 2020-01-10 14:12:36.851 nl.teqplay.riverguiderecreational D/InputTransport: Input channel constructed: fd=151 2020-01-10 14:12:36.852 nl.teqplay.riverguiderecreational D/ViewRootImpl@9f05391[TSLocationManagerActivity]: setView = DecorView@7eff2f6[TSLocationManagerActivity] touchMode=true 2020-01-10 14:12:36.853 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : [DEBUG] [NOTIFICATION]: onPauseApp || this.props.cordova: false, ️No route active ⚓️ 2020-01-10 14:12:36.853 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.g.TSGeofenceManager b] 🔴 Stop monitoring geofences 2020-01-10 14:12:36.853 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "[DEBUG] [NOTIFICATION]: onPauseApp || this.props.cordova: false, ️No route active ⚓️", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:36.860 nl.teqplay.riverguiderecreational D/FA: Logging event (FE): screen_view(_vs), Bundle[{firebase_event_origin(_o)=auto, firebase_previous_class(_pc)=MainActivity, firebase_previous_id(_pi)=2690284929298952071, firebase_screen_class(_sc)=TSLocationManagerActivity, firebase_screen_id(_si)=2690284929298952072}] 2020-01-10 14:12:36.860 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.g.TSGeofenceManager stopMonitoringSignificantLocationChanges] 🔴 Stop monitoring significant location changes 2020-01-10 14:12:36.874 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.g.TSGeofenceManager stopMonitoringStationaryRegion] 🔴 Stop monitoring stationary region 2020-01-10 14:12:36.885 nl.teqplay.riverguiderecreational W/TSLocationManager: [c.t.l.service.AbstractService a] ⚠️ Refusing to start service, enabled: false 2020-01-10 14:12:36.891 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.s.ActivityRecognitionService b] 🔴 Stop motion-activity updates 2020-01-10 14:12:36.904 nl.teqplay.riverguiderecreational D/ViewRootImpl@9f05391[TSLocationManagerActivity]: dispatchAttachedToWindow 2020-01-10 14:12:36.908 nl.teqplay.riverguiderecreational V/FA: Activity resumed, time: 5788928612 2020-01-10 14:12:36.911 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.service.HeartbeatService a] 🔴 Stop heartbeat 2020-01-10 14:12:36.915 nl.teqplay.riverguiderecreational D/ViewRootImpl@9f05391[TSLocationManagerActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[720,1328][720,1328] result=0x7 surface={isValid=true 533985047552} surfaceGenerationChanged=true 2020-01-10 14:12:36.915 nl.teqplay.riverguiderecreational D/ViewRootImpl@9f05391[TSLocationManagerActivity]: mHardwareRenderer.initialize() mSurface={isValid=true 533985047552} hwInitialized=true 2020-01-10 14:12:36.917 nl.teqplay.riverguiderecreational D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1x1]-format:1 2020-01-10 14:12:36.924 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.http.HttpService stopMonitoringConnectivityChanges] 🔴 Stop monitoring connectivity changes 2020-01-10 14:12:36.933 nl.teqplay.riverguiderecreational D/ConnectivityManager: unregisterNetworkCallback; CallingUid : 10272, CallingPid : 14283 2020-01-10 14:12:36.934 nl.teqplay.riverguiderecreational E/ConnectivityManager.CallbackHandler: callback not found for RELEASED message 2020-01-10 14:12:36.935 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.locationmanager.device.a d] 🔴 Stop monitoring powersave changes 2020-01-10 14:12:36.945 nl.teqplay.riverguiderecreational W/PluginManager: THREAD WARNING: exec() call to BackgroundGeolocation.stop blocked the main thread for 150ms. Plugin should use CordovaInterface.getThreadPool(). 2020-01-10 14:12:36.951 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : [MobileGeoLocationUtils] BackgroundGeolocation tracking started 2020-01-10 14:12:36.951 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "[MobileGeoLocationUtils] BackgroundGeolocation tracking started", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:36.951 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : [DEBUG] [NOTIFICATION]: Fetching location once after BackgroundGeolocation has mounted || undefined 2020-01-10 14:12:36.951 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "[DEBUG] [NOTIFICATION]: Fetching location once after BackgroundGeolocation has mounted || undefined", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:36.954 nl.teqplay.riverguiderecreational D/TSLocationManager: $ getCurrentPosition() 2020-01-10 14:12:36.955 nl.teqplay.riverguiderecreational D/ViewRootImpl@a7abb0b[MainActivity]: MSG_WINDOW_FOCUS_CHANGED 1 2020-01-10 14:12:36.955 nl.teqplay.riverguiderecreational D/ViewRootImpl@a7abb0b[MainActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true 534885321216} 2020-01-10 14:12:36.957 nl.teqplay.riverguiderecreational V/FA: Screen exposed for less than 1000 ms. Event not sent. time: 114 2020-01-10 14:12:36.958 nl.teqplay.riverguiderecreational E/TSLocationManager: [c.t.l.l.TSLocationManager getLastLocation] ‼️ Failed to get last location: com.google.android.gms.tasks.zzu@4514394 2020-01-10 14:12:36.960 nl.teqplay.riverguiderecreational V/FA: Activity paused, time: 5788928725 2020-01-10 14:12:36.970 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy] 🔴 ActivityRecognitionService destroyed 2020-01-10 14:12:36.974 nl.teqplay.riverguiderecreational D/local-notification: Next trigger at: Fri Jan 10 14:12:36 GMT+01:00 2020 2020-01-10 14:12:36.974 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.locationmanager.util.b b] ℹ️ LocationAuthorization: Permission granted 2020-01-10 14:12:36.986 nl.teqplay.riverguiderecreational D/local-notification: Next trigger at: Fri Jan 10 14:12:36 GMT+01:00 2020 2020-01-10 14:12:37.135 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : [MobileGeoLocationUtils] Stopped the Geolocation service 2020-01-10 14:12:37.135 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "[MobileGeoLocationUtils] Stopped the Geolocation service", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:37.135 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : [DEBUG] [535] PHASE onPauseApp, background: true, geoWatcherActive: undefined, isNavigating: false, transitioning: true 2020-01-10 14:12:37.135 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "[DEBUG] [535] PHASE onPauseApp, background: true, geoWatcherActive: undefined, isNavigating: false, transitioning: true", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:37.135 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : [DEBUG] [NOTIFICATION]: ⏸️ Paused geolocation plugin (cordova.paused: false) || ️⚓️ No route, pausing geolocation plugin 2020-01-10 14:12:37.136 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "[DEBUG] [NOTIFICATION]: ⏸️ Paused geolocation plugin (cordova.paused: false) || ️⚓️ No route, pausing geolocation plugin", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:37.139 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.service.TrackingService onDestroy] 🔴 TrackingService destroyed 2020-01-10 14:12:37.145 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.s.GeofencingService onDestroy] 🔴 GeofencingService destroyed 2020-01-10 14:12:37.146 nl.teqplay.riverguiderecreational D/local-notification: Next trigger at: Fri Jan 10 14:12:37 GMT+01:00 2020 2020-01-10 14:12:37.218 nl.teqplay.riverguiderecreational D/CordovaActivity: Resumed the activity. 2020-01-10 14:12:37.222 nl.teqplay.riverguiderecreational D/CordovaWebViewImpl: >>> loadUrl(javascript:cordova.plugins.notification.local.fireEvent("trigger",{"title":"Fetching location once after BackgroundGeolocation has mounted","foreground":true,"id":1578661956949,"actions":[],"attachments":[],"autoClear":true,"clock":true,"defaults":0,"groupSummary":false,"launch":true,"led":true,"lockscreen":true,"number":0,"priority":1,"progressBar":{"enabled":false,"value":0,"maxValue":100,"indeterminate":false},"silent":false,"smallIcon":"res:\/\/icon","sound":true,"timeoutAfter":null,"trigger":{"type":"calendar"},"vibrate":false,"wakeup":true,"when":0,"meta":{"plugin":"cordova-plugin-local-notification","version":"0.9-beta.3"}},{"event":"trigger","foreground":true,"queued":false,"notification":-1886007979})) 2020-01-10 14:12:37.223 nl.teqplay.riverguiderecreational D/CordovaWebViewImpl: >>> loadUrl(javascript:cordova.plugins.notification.local.fireEvent("add",{"title":"Fetching location once after BackgroundGeolocation has mounted","foreground":true,"id":1578661956949,"actions":[],"attachments":[],"autoClear":true,"clock":true,"defaults":0,"groupSummary":false,"launch":true,"led":true,"lockscreen":true,"number":0,"priority":1,"progressBar":{"enabled":false,"value":0,"maxValue":100,"indeterminate":false},"silent":false,"smallIcon":"res:\/\/icon","sound":true,"timeoutAfter":null,"trigger":{"type":"calendar"},"vibrate":false,"wakeup":true,"when":0,"meta":{"plugin":"cordova-plugin-local-notification","version":"0.9-beta.3"}},{"event":"add","foreground":true,"queued":false,"notification":-1886007979})) 2020-01-10 14:12:37.223 nl.teqplay.riverguiderecreational D/CordovaWebViewImpl: >>> loadUrl(javascript:cordova.plugins.notification.local.fireEvent("trigger",{"title":"onPauseApp","text":"this.props.cordova: false, ️No route active ⚓️","foreground":true,"id":1578661956789,"actions":[],"attachments":[],"autoClear":true,"clock":true,"defaults":0,"groupSummary":false,"launch":true,"led":true,"lockscreen":true,"number":0,"priority":1,"progressBar":{"enabled":false,"value":0,"maxValue":100,"indeterminate":false},"silent":false,"smallIcon":"res:\/\/icon","sound":true,"timeoutAfter":null,"trigger":{"type":"calendar"},"vibrate":false,"wakeup":true,"when":0,"meta":{"plugin":"cordova-plugin-local-notification","version":"0.9-beta.3"}},{"event":"trigger","foreground":true,"queued":false,"notification":-1886008139})) 2020-01-10 14:12:37.223 nl.teqplay.riverguiderecreational D/CordovaWebViewImpl: >>> loadUrl(javascript:cordova.plugins.notification.local.fireEvent("add",{"title":"onPauseApp","text":"this.props.cordova: false, ️No route active ⚓️","foreground":true,"id":1578661956789,"actions":[],"attachments":[],"autoClear":true,"clock":true,"defaults":0,"groupSummary":false,"launch":true,"led":true,"lockscreen":true,"number":0,"priority":1,"progressBar":{"enabled":false,"value":0,"maxValue":100,"indeterminate":false},"silent":false,"smallIcon":"res:\/\/icon","sound":true,"timeoutAfter":null,"trigger":{"type":"calendar"},"vibrate":false,"wakeup":true,"when":0,"meta":{"plugin":"cordova-plugin-local-notification","version":"0.9-beta.3"}},{"event":"add","foreground":true,"queued":false,"notification":-1886008139})) 2020-01-10 14:12:37.231 nl.teqplay.riverguiderecreational D/FA: Logging event (FE): screen_view(_vs), Bundle[{firebase_event_origin(_o)=auto, firebase_previous_class(_pc)=TSLocationManagerActivity, firebase_previous_id(_pi)=2690284929298952072, firebase_screen_class(_sc)=MainActivity, firebase_screen_id(_si)=2690284929298952071}] 2020-01-10 14:12:37.244 nl.teqplay.riverguiderecreational D/CordovaWebViewImpl: >>> loadUrl(javascript:cordova.plugins.notification.local.fireEvent("trigger",{"title":"⏸️ Paused geolocation plugin (cordova.paused: false)","text":"️⚓️ No route, pausing geolocation plugin","foreground":true,"id":1578661956982,"actions":[],"attachments":[],"autoClear":true,"clock":true,"defaults":0,"groupSummary":false,"launch":true,"led":true,"lockscreen":true,"number":0,"priority":1,"progressBar":{"enabled":false,"value":0,"maxValue":100,"indeterminate":false},"silent":false,"smallIcon":"res:\/\/icon","sound":true,"timeoutAfter":null,"trigger":{"type":"calendar"},"vibrate":false,"wakeup":true,"when":0,"meta":{"plugin":"cordova-plugin-local-notification","version":"0.9-beta.3"}},{"event":"trigger","foreground":true,"queued":false,"notification":-1886007946})) 2020-01-10 14:12:37.244 nl.teqplay.riverguiderecreational D/CordovaWebViewImpl: >>> loadUrl(javascript:cordova.plugins.notification.local.fireEvent("add",{"title":"⏸️ Paused geolocation plugin (cordova.paused: false)","text":"️⚓️ No route, pausing geolocation plugin","foreground":true,"id":1578661956982,"actions":[],"attachments":[],"autoClear":true,"clock":true,"defaults":0,"groupSummary":false,"launch":true,"led":true,"lockscreen":true,"number":0,"priority":1,"progressBar":{"enabled":false,"value":0,"maxValue":100,"indeterminate":false},"silent":false,"smallIcon":"res:\/\/icon","sound":true,"timeoutAfter":null,"trigger":{"type":"calendar"},"vibrate":false,"wakeup":true,"when":0,"meta":{"plugin":"cordova-plugin-local-notification","version":"0.9-beta.3"}},{"event":"add","foreground":true,"queued":false,"notification":-1886007946})) 2020-01-10 14:12:37.249 nl.teqplay.riverguiderecreational D/ViewRootImpl@a7abb0b[MainActivity]: Relayout returned: oldFrame=[0,0][1440,2560] newFrame=[0,0][1440,2560] result=0x1 surface={isValid=true 534885321216} surfaceGenerationChanged=false 2020-01-10 14:12:37.252 nl.teqplay.riverguiderecreational D/TSLocationManager: $ start() 2020-01-10 14:12:37.255 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.locationmanager.util.b a] ℹ️ LocationAuthorization: Permission granted 2020-01-10 14:12:37.263 nl.teqplay.riverguiderecreational V/FA: Activity resumed, time: 5788928987 2020-01-10 14:12:37.266 nl.teqplay.riverguiderecreational D/ViewRootImpl@9f05391[TSLocationManagerActivity]: mHardwareRenderer.destroy()#1 2020-01-10 14:12:37.271 nl.teqplay.riverguiderecreational D/ViewRootImpl@9f05391[TSLocationManagerActivity]: Relayout returned: oldFrame=[720,1328][720,1328] newFrame=[720,1328][720,1328] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=true 2020-01-10 14:12:37.271 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : [DEBUG] [NOTIFICATION]: onResumeApp || cordova.paused: true, Route: ⛔️ 2020-01-10 14:12:37.272 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "[DEBUG] [NOTIFICATION]: onResumeApp || cordova.paused: true, Route: ⛔️", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:37.272 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy] 🔴 ActivityRecognitionService destroyed 2020-01-10 14:12:37.274 nl.teqplay.riverguiderecreational D/local-notification: Next trigger at: Fri Jan 10 14:12:37 GMT+01:00 2020 2020-01-10 14:12:37.336 nl.teqplay.riverguiderecreational I/TSLocationManager: - Enable: false → true, trackingMode: 1 2020-01-10 14:12:37.348 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.s.ActivityRecognitionService a] 🎾 Start motion-activity updates 2020-01-10 14:12:37.357 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.s.LocationRequestService a] ╔═════════════════════════════════════════════ ║ getCurrentPosition LocationResult: 1 ╠═════════════════════════════════════════════ ╟─ 📍 Location[fused 51,924095,4,434936 acc=1000 et=+67d0h2m9s41ms {Bundle[{}]}], age: 84ms, time: 1578661957272 2020-01-10 14:12:37.358 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.g.TSGeofenceManager start] 🎾 Start monitoring geofences 2020-01-10 14:12:37.365 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.g.TSGeofenceManager start] 🎾 Start monitoring geofences 2020-01-10 14:12:37.375 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.http.HttpService startMonitoringConnectivityChanges] 🎾 Start monitoring connectivity changes 2020-01-10 14:12:37.381 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 1000.0 2020-01-10 14:12:37.390 nl.teqplay.riverguiderecreational D/ConnectivityManager: requestNetwork; CallingUid : 10272, CallingPid : 14283 2020-01-10 14:12:37.393 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.locationmanager.device.a c] 🎾 Start monitoring powersave changes 2020-01-10 14:12:37.394 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.http.HttpService a] ╔═════════════════════════════════════════════ ║ 📶 Connectivity change: connected? true ╠═════════════════════════════════════════════ 2020-01-10 14:12:37.408 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.g.TSGeofenceManager stopMonitoringSignificantLocationChanges] 🔴 Stop monitoring significant location changes 2020-01-10 14:12:37.414 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.service.HeartbeatService b] 🎾 Start heartbeat (60s) 2020-01-10 14:12:37.417 nl.teqplay.riverguiderecreational D/CordovaWebViewImpl: >>> loadUrl(javascript:cordova.plugins.notification.local.fireEvent("trigger",{"title":"onResumeApp","text":"cordova.paused: true, Route: ⛔️","foreground":true,"id":1578661957247,"actions":[],"attachments":[],"autoClear":true,"clock":true,"defaults":0,"groupSummary":false,"launch":true,"led":true,"lockscreen":true,"number":0,"priority":1,"progressBar":{"enabled":false,"value":0,"maxValue":100,"indeterminate":false},"silent":false,"smallIcon":"res:\/\/icon","sound":true,"timeoutAfter":null,"trigger":{"type":"calendar"},"vibrate":false,"wakeup":true,"when":0,"meta":{"plugin":"cordova-plugin-local-notification","version":"0.9-beta.3"}},{"event":"trigger","foreground":true,"queued":false,"notification":-1886007681})) 2020-01-10 14:12:37.417 nl.teqplay.riverguiderecreational D/CordovaWebViewImpl: >>> loadUrl(javascript:cordova.plugins.notification.local.fireEvent("add",{"title":"onResumeApp","text":"cordova.paused: true, Route: ⛔️","foreground":true,"id":1578661957247,"actions":[],"attachments":[],"autoClear":true,"clock":true,"defaults":0,"groupSummary":false,"launch":true,"led":true,"lockscreen":true,"number":0,"priority":1,"progressBar":{"enabled":false,"value":0,"maxValue":100,"indeterminate":false},"silent":false,"smallIcon":"res:\/\/icon","sound":true,"timeoutAfter":null,"trigger":{"type":"calendar"},"vibrate":false,"wakeup":true,"when":0,"meta":{"plugin":"cordova-plugin-local-notification","version":"0.9-beta.3"}},{"event":"add","foreground":true,"queued":false,"notification":-1886007681})) 2020-01-10 14:12:37.419 nl.teqplay.riverguiderecreational D/ViewRootImpl@a7abb0b[MainActivity]: MSG_WINDOW_FOCUS_CHANGED 0 2020-01-10 14:12:37.419 nl.teqplay.riverguiderecreational D/CordovaActivity: Paused the activity. 2020-01-10 14:12:37.420 nl.teqplay.riverguiderecreational V/FA: Screen exposed for less than 1000 ms. Event not sent. time: 202 2020-01-10 14:12:37.424 nl.teqplay.riverguiderecreational V/FA: Activity paused, time: 5788929188 2020-01-10 14:12:37.431 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.locationmanager.util.b b] ℹ️ LocationAuthorization: Permission granted 2020-01-10 14:12:37.431 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.s.LocationRequestService b] ℹ️ Location availability: true 2020-01-10 14:12:37.451 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.service.TrackingService a] 🔵 setPace: false → false 2020-01-10 14:12:37.456 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : [DEBUG] [NOTIFICATION]: onPauseApp || this.props.cordova: false, ️No route active ⚓️ 2020-01-10 14:12:37.456 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "[DEBUG] [NOTIFICATION]: onPauseApp || this.props.cordova: false, ️No route active ⚓️", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:37.463 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.s.ActivityRecognitionService a] 🚘 ️DetectedActivity [type=STILL, confidence=100] 2020-01-10 14:12:37.495 nl.teqplay.riverguiderecreational V/FA: onActivityCreated 2020-01-10 14:12:37.496 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.adapter.TSConfig translateDesiredAccuracy] translateDesiredAccuracy (true): -1 2020-01-10 14:12:37.508 nl.teqplay.riverguiderecreational I/FirebasePerformance: Session ID - cc9da84837c8431ba8244df99e526d88 2020-01-10 14:12:37.515 nl.teqplay.riverguiderecreational D/ViewRootImpl@7ec93db[TSLocationManagerActivity]: ThreadedRenderer.create() translucent=true 2020-01-10 14:12:37.517 nl.teqplay.riverguiderecreational D/InputTransport: Input channel constructed: fd=137 2020-01-10 14:12:37.517 nl.teqplay.riverguiderecreational D/ViewRootImpl@7ec93db[TSLocationManagerActivity]: setView = DecorView@b29de78[TSLocationManagerActivity] touchMode=true 2020-01-10 14:12:37.524 nl.teqplay.riverguiderecreational D/local-notification: Next trigger at: Fri Jan 10 14:12:37 GMT+01:00 2020 2020-01-10 14:12:37.525 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy] 🔴 ActivityRecognitionService destroyed 2020-01-10 14:12:37.532 nl.teqplay.riverguiderecreational D/TSLocationManager: $ getCurrentPosition() 2020-01-10 14:12:37.535 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.locationmanager.util.b b] ℹ️ LocationAuthorization: Permission granted 2020-01-10 14:12:37.539 nl.teqplay.riverguiderecreational D/local-notification: Next trigger at: Fri Jan 10 14:12:37 GMT+01:00 2020 2020-01-10 14:12:37.539 nl.teqplay.riverguiderecreational D/FA: Logging event (FE): screen_view(_vs), Bundle[{firebase_event_origin(_o)=auto, firebase_previous_class(_pc)=MainActivity, firebase_previous_id(_pi)=2690284929298952071, firebase_screen_class(_sc)=TSLocationManagerActivity, firebase_screen_id(_si)=2690284929298952073}] 2020-01-10 14:12:37.585 nl.teqplay.riverguiderecreational V/FA: Activity resumed, time: 5788929280 2020-01-10 14:12:37.669 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : [MobileGeoLocationUtils] Started the Geolocation service 2020-01-10 14:12:37.669 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "[MobileGeoLocationUtils] Started the Geolocation service", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:37.669 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : [DEBUG] [535] PHASE onResumeApp, background: true, geoWatcherActive: undefined, isNavigating: false, transitioning: true 2020-01-10 14:12:37.669 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "[DEBUG] [535] PHASE onResumeApp, background: true, geoWatcherActive: undefined, isNavigating: false, transitioning: true", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:37.670 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : [DEBUG] [NOTIFICATION]: ▶️ Resuming geolocation plugin (cordova.paused: true) || Route: ⛔️ 2020-01-10 14:12:37.670 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "[DEBUG] [NOTIFICATION]: ▶️ Resuming geolocation plugin (cordova.paused: true) || Route: ⛔️", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:37.670 nl.teqplay.riverguiderecreational D/ViewRootImpl@7ec93db[TSLocationManagerActivity]: dispatchAttachedToWindow 2020-01-10 14:12:37.677 nl.teqplay.riverguiderecreational D/ViewRootImpl@7ec93db[TSLocationManagerActivity]: Relayout returned: oldFrame=[0,0][0,0] newFrame=[720,1328][720,1328] result=0x7 surface={isValid=true 533985047552} surfaceGenerationChanged=true 2020-01-10 14:12:37.677 nl.teqplay.riverguiderecreational D/ViewRootImpl@7ec93db[TSLocationManagerActivity]: mHardwareRenderer.initialize() mSurface={isValid=true 533985047552} hwInitialized=true 2020-01-10 14:12:37.678 nl.teqplay.riverguiderecreational D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000, [1x1]-format:1 2020-01-10 14:12:37.680 nl.teqplay.riverguiderecreational D/CordovaWebViewImpl: >>> loadUrl(javascript:cordova.plugins.notification.local.fireEvent("trigger",{"title":"onPauseApp","text":"this.props.cordova: false, ️No route active ⚓️","foreground":true,"id":1578661957450,"actions":[],"attachments":[],"autoClear":true,"clock":true,"defaults":0,"groupSummary":false,"launch":true,"led":true,"lockscreen":true,"number":0,"priority":1,"progressBar":{"enabled":false,"value":0,"maxValue":100,"indeterminate":false},"silent":false,"smallIcon":"res:\/\/icon","sound":true,"timeoutAfter":null,"trigger":{"type":"calendar"},"vibrate":false,"wakeup":true,"when":0,"meta":{"plugin":"cordova-plugin-local-notification","version":"0.9-beta.3"}},{"event":"trigger","foreground":true,"queued":false,"notification":-1886007478})) 2020-01-10 14:12:37.681 nl.teqplay.riverguiderecreational D/CordovaWebViewImpl: >>> loadUrl(javascript:cordova.plugins.notification.local.fireEvent("add",{"title":"onPauseApp","text":"this.props.cordova: false, ️No route active ⚓️","foreground":true,"id":1578661957450,"actions":[],"attachments":[],"autoClear":true,"clock":true,"defaults":0,"groupSummary":false,"launch":true,"led":true,"lockscreen":true,"number":0,"priority":1,"progressBar":{"enabled":false,"value":0,"maxValue":100,"indeterminate":false},"silent":false,"smallIcon":"res:\/\/icon","sound":true,"timeoutAfter":null,"trigger":{"type":"calendar"},"vibrate":false,"wakeup":true,"when":0,"meta":{"plugin":"cordova-plugin-local-notification","version":"0.9-beta.3"}},{"event":"add","foreground":true,"queued":false,"notification":-1886007478})) 2020-01-10 14:12:37.687 nl.teqplay.riverguiderecreational D/CordovaWebViewImpl: >>> loadUrl(javascript:cordova.plugins.notification.local.fireEvent("trigger",{"title":"▶️ Resuming geolocation plugin (cordova.paused: true)","text":"Route: ⛔️","foreground":true,"id":1578661957527,"actions":[],"attachments":[],"autoClear":true,"clock":true,"defaults":0,"groupSummary":false,"launch":true,"led":true,"lockscreen":true,"number":0,"priority":1,"progressBar":{"enabled":false,"value":0,"maxValue":100,"indeterminate":false},"silent":false,"smallIcon":"res:\/\/icon","sound":true,"timeoutAfter":null,"trigger":{"type":"calendar"},"vibrate":false,"wakeup":true,"when":0,"meta":{"plugin":"cordova-plugin-local-notification","version":"0.9-beta.3"}},{"event":"trigger","foreground":true,"queued":false,"notification":-1886007401})) 2020-01-10 14:12:37.690 nl.teqplay.riverguiderecreational D/CordovaWebViewImpl: >>> loadUrl(javascript:cordova.plugins.notification.local.fireEvent("add",{"title":"▶️ Resuming geolocation plugin (cordova.paused: true)","text":"Route: ⛔️","foreground":true,"id":1578661957527,"actions":[],"attachments":[],"autoClear":true,"clock":true,"defaults":0,"groupSummary":false,"launch":true,"led":true,"lockscreen":true,"number":0,"priority":1,"progressBar":{"enabled":false,"value":0,"maxValue":100,"indeterminate":false},"silent":false,"smallIcon":"res:\/\/icon","sound":true,"timeoutAfter":null,"trigger":{"type":"calendar"},"vibrate":false,"wakeup":true,"when":0,"meta":{"plugin":"cordova-plugin-local-notification","version":"0.9-beta.3"}},{"event":"add","foreground":true,"queued":false,"notification":-1886007401})) 2020-01-10 14:12:37.699 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.s.LocationRequestService a] ╔═════════════════════════════════════════════ ║ getCurrentPosition LocationResult: 1 ╠═════════════════════════════════════════════ ╟─ 📍 Location[fused 51,924095,4,434936 acc=1000 et=+67d0h2m9s343ms {Bundle[{}]}], age: 125ms, time: 1578661957574 2020-01-10 14:12:37.719 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 1000.0 2020-01-10 14:12:37.740 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.s.LocationRequestService a] ╔═════════════════════════════════════════════ ║ motionchange LocationResult: 2 ╠═════════════════════════════════════════════ ╟─ 📍 Location[fused 51,924095,4,434936 acc=1000 et=+67d0h2m9s343ms {Bundle[{}]}], age: 165ms, time: 1578661957574 2020-01-10 14:12:37.752 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 1000.0 2020-01-10 14:12:37.764 nl.teqplay.riverguiderecreational D/ViewRootImpl@7ec93db[TSLocationManagerActivity]: MSG_RESIZED_REPORT: ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1 2020-01-10 14:12:37.764 nl.teqplay.riverguiderecreational D/ViewRootImpl@7ec93db[TSLocationManagerActivity]: MSG_WINDOW_FOCUS_CHANGED 1 2020-01-10 14:12:37.764 nl.teqplay.riverguiderecreational D/ViewRootImpl@7ec93db[TSLocationManagerActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true 533985047552} 2020-01-10 14:12:37.765 nl.teqplay.riverguiderecreational V/InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@3522d45 nm : nl.teqplay.riverguiderecreational ic=null 2020-01-10 14:12:37.765 nl.teqplay.riverguiderecreational I/InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus 2020-01-10 14:12:37.766 nl.teqplay.riverguiderecreational D/InputTransport: Input channel constructed: fd=156 2020-01-10 14:12:37.766 nl.teqplay.riverguiderecreational D/InputTransport: Input channel destroyed: fd=147 2020-01-10 14:12:37.767 nl.teqplay.riverguiderecreational D/ViewRootImpl@a7abb0b[MainActivity]: MSG_WINDOW_FOCUS_CHANGED 1 2020-01-10 14:12:37.767 nl.teqplay.riverguiderecreational D/ViewRootImpl@a7abb0b[MainActivity]: mHardwareRenderer.initializeIfNeeded()#2 mSurface={isValid=true 534885321216} 2020-01-10 14:12:37.767 nl.teqplay.riverguiderecreational V/InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@c267c9a nm : nl.teqplay.riverguiderecreational ic=null 2020-01-10 14:12:37.767 nl.teqplay.riverguiderecreational I/InputMethodManager: [IMM] startInputInner - mService.startInputOrWindowGainedFocus 2020-01-10 14:12:37.771 nl.teqplay.riverguiderecreational D/InputTransport: Input channel constructed: fd=153 2020-01-10 14:12:37.771 nl.teqplay.riverguiderecreational D/InputTransport: Input channel destroyed: fd=156 2020-01-10 14:12:37.772 nl.teqplay.riverguiderecreational D/ViewRootImpl@7ec93db[TSLocationManagerActivity]: MSG_WINDOW_FOCUS_CHANGED 0 2020-01-10 14:12:37.772 nl.teqplay.riverguiderecreational V/FA: Screen exposed for less than 1000 ms. Event not sent. time: 261 2020-01-10 14:12:37.775 nl.teqplay.riverguiderecreational V/FA: Activity paused, time: 5788929541 2020-01-10 14:12:37.789 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.s.LocationRequestService a] ╔═════════════════════════════════════════════ ║ getCurrentPosition LocationResult: 1 ╠═════════════════════════════════════════════ ╟─ 📍 Location[fused 51,924095,4,434936 acc=1000 et=+67d0h2m9s475ms {Bundle[{}]}], age: 82ms, time: 1578661957706 2020-01-10 14:12:37.801 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.l.TSLocationManager onSingleLocationResult] 🔵 Acquired current position 2020-01-10 14:12:37.817 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.data.sqlite.b persist] ✅ INSERT: a51e3b91-898c-4ebd-a7dc-c9d584a0e09d 2020-01-10 14:12:37.824 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.s.LocationRequestService a] ╔═════════════════════════════════════════════ ║ motionchange LocationResult: 2 ╠═════════════════════════════════════════════ ╟─ 📍 Location[fused 51,924095,4,434936 acc=1000 et=+67d0h2m9s475ms {Bundle[{}]}], age: 117ms, time: 1578661957706 2020-01-10 14:12:37.850 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 1000.0 2020-01-10 14:12:37.865 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.s.LocationRequestService a] ╔═════════════════════════════════════════════ ║ getCurrentPosition LocationResult: 3 ╠═════════════════════════════════════════════ ╟─ 📍 Location[fused 51,924095,4,434936 acc=1000 et=+67d0h2m9s475ms {Bundle[{}]}], age: 158ms, time: 1578661957706 2020-01-10 14:12:37.874 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 1000.0 2020-01-10 14:12:37.881 nl.teqplay.riverguiderecreational D/CordovaActivity: Resumed the activity. 2020-01-10 14:12:37.893 nl.teqplay.riverguiderecreational D/FA: Logging event (FE): screen_view(_vs), Bundle[{firebase_event_origin(_o)=auto, firebase_previous_class(_pc)=TSLocationManagerActivity, firebase_previous_id(_pi)=2690284929298952073, firebase_screen_class(_sc)=MainActivity, firebase_screen_id(_si)=2690284929298952071}] 2020-01-10 14:12:37.897 nl.teqplay.riverguiderecreational D/ViewRootImpl@a7abb0b[MainActivity]: Relayout returned: oldFrame=[0,0][1440,2560] newFrame=[0,0][1440,2560] result=0x1 surface={isValid=true 534885321216} surfaceGenerationChanged=false 2020-01-10 14:12:37.910 nl.teqplay.riverguiderecreational D/ViewRootImpl@7ec93db[TSLocationManagerActivity]: mHardwareRenderer.destroy()#1 2020-01-10 14:12:37.914 nl.teqplay.riverguiderecreational D/ViewRootImpl@7ec93db[TSLocationManagerActivity]: Relayout returned: oldFrame=[720,1328][720,1328] newFrame=[720,1328][720,1328] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=true 2020-01-10 14:12:37.914 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : [DEBUG] [NOTIFICATION]: onResumeApp || cordova.paused: true, Route: ⛔️ 2020-01-10 14:12:37.914 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "[DEBUG] [NOTIFICATION]: onResumeApp || cordova.paused: true, Route: ⛔️", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:37.922 nl.teqplay.riverguiderecreational D/local-notification: Next trigger at: Fri Jan 10 14:12:37 GMT+01:00 2020 2020-01-10 14:12:37.923 nl.teqplay.riverguiderecreational W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_feature_enabled'. 2020-01-10 14:12:37.923 nl.teqplay.riverguiderecreational W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_max_length_minutes'. 2020-01-10 14:12:37.929 nl.teqplay.riverguiderecreational D/ViewRootImpl@9f05391[TSLocationManagerActivity]: mHardwareRenderer.destroy()#4 2020-01-10 14:12:37.929 nl.teqplay.riverguiderecreational D/ViewRootImpl@9f05391[TSLocationManagerActivity]: dispatchDetachedFromWindow 2020-01-10 14:12:37.933 nl.teqplay.riverguiderecreational D/InputTransport: Input channel destroyed: fd=151 2020-01-10 14:12:37.936 nl.teqplay.riverguiderecreational V/FA: Activity resumed, time: 5788929650 2020-01-10 14:12:37.937 nl.teqplay.riverguiderecreational W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_max_length_minutes'. 2020-01-10 14:12:37.938 nl.teqplay.riverguiderecreational W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_feature_enabled'. 2020-01-10 14:12:37.943 nl.teqplay.riverguiderecreational D/ViewRootImpl@7ec93db[TSLocationManagerActivity]: mHardwareRenderer.destroy()#4 2020-01-10 14:12:37.943 nl.teqplay.riverguiderecreational D/ViewRootImpl@7ec93db[TSLocationManagerActivity]: dispatchDetachedFromWindow 2020-01-10 14:12:37.947 nl.teqplay.riverguiderecreational D/InputTransport: Input channel destroyed: fd=137 2020-01-10 14:12:37.962 nl.teqplay.riverguiderecreational D/CordovaWebViewImpl: >>> loadUrl(javascript:cordova.plugins.notification.local.fireEvent("trigger",{"title":"onResumeApp","text":"cordova.paused: true, Route: ⛔️","foreground":true,"id":1578661957913,"actions":[],"attachments":[],"autoClear":true,"clock":true,"defaults":0,"groupSummary":false,"launch":true,"led":true,"lockscreen":true,"number":0,"priority":1,"progressBar":{"enabled":false,"value":0,"maxValue":100,"indeterminate":false},"silent":false,"smallIcon":"res:\/\/icon","sound":true,"timeoutAfter":null,"trigger":{"type":"calendar"},"vibrate":false,"wakeup":true,"when":0,"meta":{"plugin":"cordova-plugin-local-notification","version":"0.9-beta.3"}},{"event":"trigger","foreground":true,"queued":false,"notification":-1886007015})) 2020-01-10 14:12:37.962 nl.teqplay.riverguiderecreational D/CordovaWebViewImpl: >>> loadUrl(javascript:cordova.plugins.notification.local.fireEvent("add",{"title":"onResumeApp","text":"cordova.paused: true, Route: ⛔️","foreground":true,"id":1578661957913,"actions":[],"attachments":[],"autoClear":true,"clock":true,"defaults":0,"groupSummary":false,"launch":true,"led":true,"lockscreen":true,"number":0,"priority":1,"progressBar":{"enabled":false,"value":0,"maxValue":100,"indeterminate":false},"silent":false,"smallIcon":"res:\/\/icon","sound":true,"timeoutAfter":null,"trigger":{"type":"calendar"},"vibrate":false,"wakeup":true,"when":0,"meta":{"plugin":"cordova-plugin-local-notification","version":"0.9-beta.3"}},{"event":"add","foreground":true,"queued":false,"notification":-1886007015})) 2020-01-10 14:12:42.804 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.s.LocationRequestService a] ╔═════════════════════════════════════════════ ║ motionchange LocationResult: 2 ╠═════════════════════════════════════════════ ╟─ 📍 Location[fused 51,924095,4,434936 acc=1000 et=+67d0h2m14s498ms {Bundle[{}]}], age: 72ms, time: 1578661962729 2020-01-10 14:12:42.822 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.l.TSLocationManager onSingleLocationResult] 🔵 Acquired motionchange position, isMoving: false 2020-01-10 14:12:42.849 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.data.sqlite.b persist] ✅ INSERT: 56fcb10d-4af7-4f77-9dfd-3f45b52cb539 2020-01-10 14:12:42.852 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.s.LocationRequestService a] ╔═════════════════════════════════════════════ ║ getCurrentPosition LocationResult: 3 ╠═════════════════════════════════════════════ ╟─ 📍 Location[fused 51,924095,4,434936 acc=1000 et=+67d0h2m14s498ms {Bundle[{}]}], age: 121ms, time: 1578661962729 2020-01-10 14:12:42.874 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 1000.0 2020-01-10 14:12:42.889 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.s.ActivityRecognitionService a] 🎾 Start motion-activity updates 2020-01-10 14:12:42.900 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.g.TSGeofenceManager startMonitoringStationaryRegion] 🎾 Start monitoring stationary region (radius: 150.0 meters) 2020-01-10 14:12:42.957 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.service.TrackingService g] ╔═════════════════════════════════════════════ ║ TrackingService motionchange: false ╠═════════════════════════════════════════════ 2020-01-10 14:12:42.985 nl.teqplay.riverguiderecreational V/FA: Inactivity, disconnecting from the service 2020-01-10 14:12:42.989 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.service.TrackingService onDestroy] 🔴 TrackingService destroyed 2020-01-10 14:12:43.018 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.s.ActivityRecognitionService a] 🚘 ️DetectedActivity [type=STILL, confidence=100] 2020-01-10 14:12:43.043 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy] 🔴 ActivityRecognitionService destroyed 2020-01-10 14:12:43.093 nl.teqplay.riverguiderecreational I/art: Background sticky concurrent mark sweep GC freed 97936(6MB) AllocSpace objects, 28(560KB) LOS objects, 21% free, 26MB/33MB, paused 6.503ms total 49.910ms 2020-01-10 14:12:43.165 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.s.ActivityRecognitionService a] 🚘 ️DetectedActivity [type=STILL, confidence=100] 2020-01-10 14:12:43.208 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.s.ActivityRecognitionService onDestroy] 🔴 ActivityRecognitionService destroyed 2020-01-10 14:12:43.386 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.s.LocationRequestService a] ╔═════════════════════════════════════════════ ║ getCurrentPosition LocationResult: 3 ╠═════════════════════════════════════════════ ╟─ 📍 Location[fused 51,924097,4,432148 acc=15 et=+67d0h2m14s994ms alt=49.0 {Bundle[mParcelledData.dataSize=52]}], age: 153ms, time: 1578661963224 2020-01-10 14:12:43.406 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.l.TSLocationManager onSingleLocationResult] 🔵 Acquired current position 2020-01-10 14:12:43.415 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 1000.0 2020-01-10 14:12:43.437 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.data.sqlite.b persist] ✅ INSERT: 5870a712-df13-43de-a973-5697b3f8c26b 2020-01-10 14:12:43.446 nl.teqplay.riverguiderecreational I/TSLocationManager: [c.t.l.s.LocationRequestService b] ℹ️ Location availability: true 2020-01-10 14:12:43.486 nl.teqplay.riverguiderecreational D/TSLocationManager: $ getState() 2020-01-10 14:12:43.514 nl.teqplay.riverguiderecreational D/TSLocationManager: $ setConfig() 2020-01-10 14:12:43.518 nl.teqplay.riverguiderecreational I/art: Do partial code cache collection, code=58KB, data=60KB 2020-01-10 14:12:43.519 nl.teqplay.riverguiderecreational I/art: After code cache collection, code=58KB, data=60KB 2020-01-10 14:12:43.519 nl.teqplay.riverguiderecreational I/art: Increasing code cache capacity to 256KB 2020-01-10 14:12:43.519 nl.teqplay.riverguiderecreational D/TSLocationManager: [c.t.l.adapter.TSConfig c] ℹ️ Persist config, dirty: [distanceFilter] 2020-01-10 14:12:43.553 nl.teqplay.riverguiderecreational W/PluginManager: THREAD WARNING: exec() call to BackgroundGeolocation.setConfig blocked the main thread for 39ms. Plugin should use CordovaInterface.getThreadPool(). 2020-01-10 14:12:43.559 nl.teqplay.riverguiderecreational D/SystemWebChromeClient: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js: Line 1 : [MobileGeoLocationUtils] [setConfig] success: {"activityRecognitionInterval":10000,"allowIdenticalLocations":false,"autoSync":true,"autoSyncThreshold":0,"batchSync":false,"debug":false,"deferTime":0,"desiredAccuracy":-1,"desiredOdometerAccuracy":100,"disableElasticity":false,"disableLocationAuthorizationAlert":false,"disableStopDetection":false,"distanceFilter":75,"elasticityMultiplier":1,"enableHeadless":false,"enableTimestampMeta":false,"extras":{},"fastestLocationUpdateInterval":-1,"forceReloadOnBoot":false,"forceReloadOnGeofence":false,"forceReloadOnHeartbeat":false,"forceReloadOnLocationChange":false,"forceReloadOnMotionChange":false,"forceReloadOnSchedule":false,"foregroundService":true,"geofenceInitialTriggerEntry":true,"geofenceModeHighAccuracy":false,"geofenceProximityRadius":1000,"geofenceTemplate":"","headers":{},"headlessJobService":"com.transistorsoft.cordova.bggeo.BackgroundGeolocationHeadlessTask","heartbeatInterval":60,"httpRootProperty":"location","httpTimeout":60000,"isMoving":false,"locationAuthorizationRequest":"Always","locationTemplate":"","locationTimeout":60,"locationUpdateInterval":1000,"locationsOrderDirection":"ASC","logLevel":5,"logMaxDays":3,"maxBatchSize":-1,"maxDaysToPersist":1,"maxRecordsToPersist":-1,"method":"POST","minimumActivityRecognitionConfidence":75,"notification":{"layout":"","title":"RiverGuide Recreant","text":"GPS Locatiebepaling actief","color":"","channelName":"TSLocationManager","smallIcon":"","largeIcon":"","priority":0,"strings":{},"actions":[]},"params":{},"persist":true,"persistMode":2,"schedule":[],"scheduleUseAlarmManager":false,"speedJumpFilter":300,"startOnBoot":false,"stationaryRadius":25,"stopAfterElapsedMinutes":1440,"stopOnStationary":false,"stopOnTerminate":true,"stopTimeout":1,"triggerActivities":"in_vehicle, on_bicycle, on_foot, running, walking","url":"","useSignificantChangesOnly":false,"enabled":true,"schedulerEnabled":false,"trackingMode":1,"odometer":587.7648315429688,"isFirstBoot":false,"didLaunchInBackground":false} 2020-01-10 14:12:43.559 nl.teqplay.riverguiderecreational I/chromium: [INFO:CONSOLE(1)] "[MobileGeoLocationUtils] [setConfig] success: {"activityRecognitionInterval":10000,"allowIdenticalLocations":false,"autoSync":true,"autoSyncThreshold":0,"batchSync":false,"debug":false,"deferTime":0,"desiredAccuracy":-1,"desiredOdometerAccuracy":100,"disableElasticity":false,"disableLocationAuthorizationAlert":false,"disableStopDetection":false,"distanceFilter":75,"elasticityMultiplier":1,"enableHeadless":false,"enableTimestampMeta":false,"extras":{},"fastestLocationUpdateInterval":-1,"forceReloadOnBoot":false,"forceReloadOnGeofence":false,"forceReloadOnHeartbeat":false,"forceReloadOnLocationChange":false,"forceReloadOnMotionChange":false,"forceReloadOnSchedule":false,"foregroundService":true,"geofenceInitialTriggerEntry":true,"geofenceModeHighAccuracy":false,"geofenceProximityRadius":1000,"geofenceTemplate":"","headers":{},"headlessJobService":"com.transistorsoft.cordova.bggeo.BackgroundGeolocationHeadlessTask","heartbeatInterval":60,"httpRootProperty":"location","httpTimeout":60000,"isMoving":false,"locationAuthorizationRequest":"Always","locationTemplate":"","locationTimeout":60,"locationUpdateInterval":1000,"locationsOrderDirection":"ASC","logLevel":5,"logMaxDays":3,"maxBatchSize":-1,"maxDaysToPersist":1,"maxRecordsToPersist":-1,"method":"POST","minimumActivityRecognitionConfidence":75,"notification":{"layout":"","title":"RiverGuide Recreant","text":"GPS Locatiebepaling actief","color":"","channelName":"TSLocationManager","smallIcon":"","largeIcon":"","priority":0,"strings":{},"actions":[]},"params":{},"persist":true,"persistMode":2,"schedule":[],"scheduleUseAlarmManager":false,"speedJumpFilter":300,"startOnBoot":false,"stationaryRadius":25,"stopAfterElapsedMinutes":1440,"stopOnStationary":false,"stopOnTerminate":true,"stopTimeout":1,"triggerActivities":"in_vehicle, on_bicycle, on_foot, running, walking","url":"","useSignificantChangesOnly":false,"enabled":true,"schedulerEnabled":false,"trackingMode":1,"odometer":587.7648315429688,"isFirstBoot":false,"didLaunchInBackground":false}", source: file:///android_asset/www/static/js/2.fbe33dfb.chunk.js (1) 2020-01-10 14:12:52.604 nl.teqplay.riverguiderecreational D/ViewRootImpl@a7abb0b[MainActivity]: ViewPostImeInputStage processPointer 0 2020-01-10 14:12:52.605 nl.teqplay.riverguiderecreational W/System: ClassLoader referenced unknown path: /system/framework/QPerformance.jar 2020-01-10 14:12:52.606 nl.teqplay.riverguiderecreational E/BoostFramework: BoostFramework() : Exception_1 = java.lang.ClassNotFoundException: Didn't find class "com.qualcomm.qti.Performance" on path: DexPathList[[],nativeLibraryDirectories=[/system/lib64, /vendor/lib64]] 2020-01-10 14:12:52.607 nl.teqplay.riverguiderecreational V/BoostFramework: BoostFramework() : mPerf = null 2020-01-10 14:12:52.940 nl.teqplay.riverguiderecreational D/ViewRootImpl@a7abb0b[MainActivity]: ViewPostImeInputStage processPointer 1 ```
damon02 commented 4 years ago

bumping issue

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and I will leave this open.

stale[bot] commented 4 years ago

Closing this issue after a prolonged period of inactivity. Fell free to reopen this issue, if this still affecting you.