Closed andrewl94 closed 3 years ago
Are you not curious about the warnings and errors in your logs?
Post the following files:
Btw, customers should seek support in the private repo (and install the plugin from private repo). You should not be using Cordova-background-geolocation-lt
Thank you for remembering me to use the private repo, will use the correct one next issue if I need. I now installed the private repo and fixed most errors thrown on logs. I'll provide a separate log on a Pixel 2 with Api 30 on my next comment shortly
Do not abuse watchPosition
. That method should generally not be used. It's only meant to be used for very short periods of time, while your app is in the foreground. It's designed for rapidly updating a user's position on a map component. It is not to be used in the background. When your app is terminated, the plugin halts watchPosition
.
The only thing you need to do for long-term tracking is execute BackgroundGeolocation.start()
. When the device is detected to be moving, the plugin will automatically begin recording location according to the configured distanceFilter
.
I pointed that out on the issue.
I tested without the watchLocation, just start() and then reproduce the same steps: see it working foreground, go background, waiting 40~60 - the notification is killed.
I pointed that out on the issue.
Your "Update Logs" show use of watchPosition
.
Are you physically moving while testing? You need to go walk several hundred meters with debug: true
for a good test.
Here's a log without watchPosition:
I'm not being able to walk several hundred meters because of the issue. It dies seconds after going background. I minimized all the background usage to only BackgroundGeolocation.start() to test out, i'm not even processing the position anymore for the current tests, so there is no heavy processing on my side to burden with. That points to this:
╔═════════════════════════════════════════════
║ MainActivity was destroyed
╠═════════════════════════════════════════════
╟─ stopOnTerminate: true
╟─ enabled: false
What in the scenario could trigger that?
That log is from a real device, Xiaomi Mi 8 Lite Android 10
The plugin is not responsible for your app being terminated. If you wish to continue tracking after app terminate, set stopOnTerminate: false
.
Then go for a walk.
stopOnTerminate set to false, usage of onLocation() and some tunning on config made the work. Thank you.
Your Environment
Plugin config provided to
#ready
:Expected Behavior
Notification and Background Tracking working during the App execution
Actual Behavior
After entering Background Mode (In any way, even just black screen), the Notification stops after 40~60 seconds. With the notification disappearing, the geolocation stops listening to events even after returning to foreground. The app is not killed and if I start() or watchPosition() again it returns to work again, but background still dies after the same period.
Steps to Reproduce
Here's a codepen with the the configuration and functions I use on the project. https://codepen.io/thepaje94/pen/XWpqyBp?editors=1010
I tested without the watchLocation, just start() and then reproduce the same steps: see it working foreground, go background, waiting 40~60 - the notification is killed.
Context
I use the watchPosition() to sync the current position to my vuex store, so then I deal with the necessities of each individual scenario on the Application.
Debug logs
Logs
``` 04-14 19:30:04.191 25062 25062 D TSLocationManager: [c.t.l.service.AbstractService a] 04-14 19:30:04.191 25062 25062 D TSLocationManager: � LocationRequestService [eventCount: 1] 04-14 19:30:04.213 25062 27151 I TSLocationManager: [c.t.l.s.LocationRequestService b] 04-14 19:30:04.213 25062 27151 I TSLocationManager: ╔═════════════════════════════════════════════ 04-14 19:30:04.213 25062 27151 I TSLocationManager: ║ watchPosition LocationResult: 8 04-14 19:30:04.213 25062 27151 I TSLocationManager: ╠═════════════════════════════════════════════ 04-14 19:30:04.213 25062 27151 I TSLocationManager: ╟─ � Location[fused -23,578863,-48,031504 hAcc=24 et=+3d14h7m26s700ms alt=681.8705008382276 vel=0.7449032 bear=254.65686 vAcc=3 sAcc=1 bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 77ms, t ime: 1618439405000 04-14 19:30:04.217 25062 27151 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 39.306 04-14 19:30:04.249 25062 27151 D TSLocationManager: [c.t.l.service.AbstractService a] ⚙️︎ finish LocationRequestService [eventCount: 0, sticky: true] 04-14 19:30:04.255 25062 27229 I TSLocationManager: [c.t.l.data.sqlite.b persist] 04-14 19:30:04.255 25062 27229 I TSLocationManager: ✅ INSERT: fb9f8c7d-45a0-4ae7-816a-84428969c715 04-14 19:30:04.256 25062 25062 E TSLocationManager: [c.t.locationmanager.util.a d] 04-14 19:30:04.256 25062 25062 E TSLocationManager: ‼️ Failed to deduce Application's BuildConfig class for package name:com.xtrainingbrasil.app or com.xtrainingbrasil 04-14 19:30:04.256 25062 25062 W System.err: java.lang.ClassNotFoundException: com.xtrainingbrasil.app.BuildConfig 04-14 19:30:04.256 25062 25062 W System.err: at java.lang.Class.classForName(Native Method) 04-14 19:30:04.257 25062 25062 W System.err: at java.lang.Class.forName(Class.java:454) 04-14 19:30:04.257 25062 25062 W System.err: at java.lang.Class.forName(Class.java:379) 04-14 19:30:04.257 25062 25062 W System.err: at com.transistorsoft.locationmanager.util.a.d(Unknown Source:37) 04-14 19:30:04.257 25062 25062 W System.err: at com.transistorsoft.locationmanager.util.a.a(Unknown Source:11) 04-14 19:30:04.257 25062 25062 W System.err: at com.transistorsoft.locationmanager.util.a.b(Unknown Source:0) 04-14 19:30:04.257 25062 25062 W System.err: at com.transistorsoft.locationmanager.adapter.BackgroundGeolocation.isMainActivityActive(Unknown Source:126) 04-14 19:30:04.257 25062 25062 W System.err: at com.transistorsoft.locationmanager.adapter.BackgroundGeolocation._onLocationChange(Unknown Source:0) 04-14 19:30:04.257 25062 25062 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-14 19:30:04.257 25062 25062 W System.err: at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:485) 04-14 19:30:04.257 25062 25062 W System.err: at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:479) 04-14 19:30:04.257 25062 25062 W System.err: at org.greenrobot.eventbus.HandlerPoster.handleMessage(HandlerPoster.java:67) 04-14 19:30:04.257 25062 25062 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107) 04-14 19:30:04.257 25062 25062 W System.err: at android.os.Looper.loop(Looper.java:224) 04-14 19:30:04.257 25062 25062 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7562) 04-14 19:30:04.257 25062 25062 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-14 19:30:04.257 25062 25062 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539) 04-14 19:30:04.257 25062 25062 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950) 04-14 19:30:04.258 25062 25062 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.xtrainingbrasil.app.BuildConfig" on path: DexPathList[[zip file "/data/app/com.xtrainingbrasil.app-QQbBHrecteC6aGczal6yVA==/base.apk"],n ativeLibraryDirectories=[/data/app/com.xtrainingbrasil.app-QQbBHrecteC6aGczal6yVA==/lib/arm64, /data/app/com.xtrainingbrasil.app-QQbBHrecteC6aGczal6yVA==/base.apk!/lib/arm64-v8a, /system/lib64, /system/product/lib64]] 04-14 19:30:04.258 25062 25062 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:196) 04-14 19:30:04.258 25062 25062 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-14 19:30:04.258 25062 25062 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-14 19:30:04.258 25062 25062 W System.err: ... 18 more 04-14 19:30:04.259 25062 25062 D TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 04-14 19:30:04.263 25062 25062 E TSLocationManager: [c.t.locationmanager.util.b b] HeadlessTask failed to find com.transistorsoft.cordova.bggeo.BackgroundGeolocationHeadlessTask.java. If you've configured enableHeadless: true, you must provide a cu stom BackgroundGeolocationHeadlessTask.java. See Wiki: https://github.com/transistorsoft/cordova-background-geolocation-lt/wiki/Android-Headless-Mode 04-14 19:30:04.264 766 3516 E ANDR-PERF-MPCTL: poll() has timed out for /sys/module/msm_performance/events/cpu_hotplug 04-14 19:30:04.264 766 3516 E ANDR-PERF-MPCTL: Block on poll() 04-14 19:30:04.264 25062 25062 E TSLocationManager: [c.t.locationmanager.util.b a] 04-14 19:30:04.264 25062 25062 E TSLocationManager: ‼️ com.xtrainingbrasil.app.BackgroundGeolocationHeadlessTask 04-14 19:30:04.264 25062 25062 W System.err: java.lang.ClassNotFoundException: com.xtrainingbrasil.app.BackgroundGeolocationHeadlessTask 04-14 19:30:04.265 25062 25062 W System.err: at java.lang.Class.classForName(Native Method) 04-14 19:30:04.265 25062 25062 W System.err: at java.lang.Class.forName(Class.java:454) 04-14 19:30:04.265 25062 25062 W System.err: at java.lang.Class.forName(Class.java:379) 04-14 19:30:04.265 25062 25062 W System.err: at com.transistorsoft.locationmanager.util.b.a(Unknown Source:40) 04-14 19:30:04.265 25062 25062 W System.err: at com.transistorsoft.locationmanager.util.b.b(Unknown Source:15) 04-14 19:30:04.265 25062 25062 W System.err: at com.transistorsoft.locationmanager.util.b.a(Unknown Source:43) 04-14 19:30:04.265 25062 25062 W System.err: at com.transistorsoft.locationmanager.adapter.BackgroundGeolocation._onLocationChange(Unknown Source:23) 04-14 19:30:04.265 25062 25062 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-14 19:30:04.265 25062 25062 W System.err: at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:485) 04-14 19:30:04.265 25062 25062 W System.err: at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:479) 04-14 19:30:04.265 25062 25062 W System.err: at org.greenrobot.eventbus.HandlerPoster.handleMessage(HandlerPoster.java:67) 04-14 19:30:04.265 25062 25062 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107) 04-14 19:30:04.265 25062 25062 W System.err: at android.os.Looper.loop(Looper.java:224) 04-14 19:30:04.265 25062 25062 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7562) 04-14 19:30:04.265 25062 25062 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-14 19:30:04.266 25062 25062 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539) 04-14 19:30:04.266 25062 25062 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950) 04-14 19:30:04.267 25062 25062 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.xtrainingbrasil.app.BackgroundGeolocationHeadlessTask" on path: DexPathList[[zip file "/data/app/com.xtrainingbrasil.app-QQbBHrecteC6aGc zal6yVA==/base.apk"],nativeLibraryDirectories=[/data/app/com.xtrainingbrasil.app-QQbBHrecteC6aGczal6yVA==/lib/arm64, /data/app/com.xtrainingbrasil.app-QQbBHrecteC6aGczal6yVA==/base.apk!/lib/arm64-v8a, /system/lib64, /system/product/lib64]] 04-14 19:30:04.267 25062 25062 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:196) 04-14 19:30:04.267 25062 25062 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-14 19:30:04.267 25062 25062 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-14 19:30:04.267 25062 25062 W System.err: ... 17 more 04-14 19:30:04.268 25062 25062 W TSLocationManager: [c.t.locationmanager.util.b a] 04-14 19:30:04.268 25062 25062 W TSLocationManager: ⚠️ Attempted to post headless event location but there are no listeners. 04-14 19:30:04.273 25062 25062 I Capacitor/Console: File: http://192.168.15.8:8080/app.js - Line 3466 - Msg: LOCATION_CHANGE [object Object] 04-14 19:30:04.304 2533 2533 D StatusBar: onNotificationPosted key=0|com.xtrainingbrasil.app|9942585|null|10561 isUpdate=true 04-14 19:30:04.306 2533 2533 D StatusBar: updateNotification old=StatusBarNotification(pkg=com.xtrainingbrasil.app user=UserHandle{0} id=9942585 tag=null key=0|com.xtrainingbrasil.app|9942585|null|10561: Notification(channel=com.xtrainingbrasil.ap pTSLocationManager pri=-2 contentView=null vibrate=null sound=null defaults=0x0 flags=0x6a color=0x00000000 vis=PRIVATE)) 04-14 19:30:04.306 2533 2533 D StatusBar: pkgName=com.xtrainingbrasil.app appUid=10561 sdk=30 imp=2 sysApp=F priApp=F hasShown=F float=F keyguard=F peek=F fullscreen=F 04-14 19:30:04.306 2533 2533 D StatusBar: showMiuiAction=F enableFloat=T enableKeyguard=T floatTime=5000 messageCount=1 persistent=F customHeight=F 04-14 19:30:04.307 4170 4170 V onNotificationPostedCallBack: flags=106 04-14 19:30:04.309 4170 4170 V k : ret=0 04-14 19:30:04.379 2533 2533 D StatusBar: No peeking: unimportant notification: 0|com.xtrainingbrasil.app|9942585|null|10561 04-14 19:30:04.379 2533 2533 D StatusBar: updateHeadsUp wasHeadsUp=false shouldPeek=false alertAgain=true 04-14 19:30:04.522 26273 26285 I com.gabba.Caix: Background concurrent copying GC freed 482477(20MB) AllocSpace objects, 109(18MB) LOS objects, 47% free, 26MB/50MB, paused 236us total 120.494ms 04-14 19:30:04.533 26273 26287 W System : A resource failed to call close. 04-14 19:30:04.537 26273 26287 I chatty : uid=10261(br.com.gabba.Caixa) FinalizerDaemon identical 65 lines 04-14 19:30:04.537 26273 26287 W System : A resource failed to call close. 04-14 19:30:05.040 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_NMEA_IND_V02 04-14 19:30:05.101 751 2143 I chatty : uid=1021(gps) LocApiMsgTask identical 5 lines 04-14 19:30:05.101 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_NMEA_IND_V02 04-14 19:30:05.460 1265 29989 D OemNetd : setLimit: disable, rate=0 04-14 19:30:06.040 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_NMEA_IND_V02 04-14 19:30:06.048 751 2143 I chatty : uid=1021(gps) LocApiMsgTask identical 1 line 04-14 19:30:06.100 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_NMEA_IND_V02 04-14 19:30:06.100 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_GNSS_MEASUREMENT_REPORT_IND_V02 04-14 19:30:06.101 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_NMEA_IND_V02 04-14 19:30:06.101 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_GNSS_MEASUREMENT_REPORT_IND_V02 04-14 19:30:06.101 751 2143 I chatty : uid=1021(gps) LocApiMsgTask identical 1 line 04-14 19:30:06.101 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_GNSS_MEASUREMENT_REPORT_IND_V02 04-14 19:30:06.104 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_GNSS_SV_INFO_IND_V02 04-14 19:30:06.104 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_NMEA_IND_V02 04-14 19:30:06.104 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_POSITION_REPORT_IND_V02 04-14 19:30:06.105 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_NMEA_IND_V02 04-14 19:30:06.105 751 2143 I chatty : uid=1021(gps) LocApiMsgTask identical 1 line 04-14 19:30:06.105 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_NMEA_IND_V02 04-14 19:30:06.174 25062 25062 D TSLocationManager: [c.t.l.service.AbstractService a] 04-14 19:30:06.174 25062 25062 D TSLocationManager: � LocationRequestService [eventCount: 1] 04-14 19:30:06.193 25062 27266 I TSLocationManager: [c.t.l.s.LocationRequestService b] 04-14 19:30:06.193 25062 27266 I TSLocationManager: ╔═════════════════════════════════════════════ 04-14 19:30:06.193 25062 27266 I TSLocationManager: ║ watchPosition LocationResult: 8 04-14 19:30:06.193 25062 27266 I TSLocationManager: ╠═════════════════════════════════════════════ 04-14 19:30:06.193 25062 27266 I TSLocationManager: ╟─ � Location[fused -23,578869,-48,031523 hAcc=22 et=+3d14h7m28s706ms alt=681.8594753261564 vel=0.8666833 bear=251.80728 vAcc=3 sAcc=1 bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 57ms, t ime: 1618439407000 04-14 19:30:06.198 25062 27266 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 36.09 04-14 19:30:06.221 25062 27266 D TSLocationManager: [c.t.l.service.AbstractService a] ⚙️︎ finish LocationRequestService [eventCount: 0, sticky: true] 04-14 19:30:06.228 25062 25062 E TSLocationManager: [c.t.locationmanager.util.a d] 04-14 19:30:06.228 25062 25062 E TSLocationManager: ‼️ Failed to deduce Application's BuildConfig class for package name:com.xtrainingbrasil.app or com.xtrainingbrasil 04-14 19:30:06.228 25062 27104 I TSLocationManager: [c.t.l.data.sqlite.b persist] 04-14 19:30:06.228 25062 27104 I TSLocationManager: ✅ INSERT: c3cd7efa-c69c-4f56-b509-6cb15003d4e7 04-14 19:30:06.229 25062 25062 W System.err: java.lang.ClassNotFoundException: com.xtrainingbrasil.app.BuildConfig 04-14 19:30:06.229 25062 25062 W System.err: at java.lang.Class.classForName(Native Method) 04-14 19:30:06.229 25062 25062 W System.err: at java.lang.Class.forName(Class.java:454) 04-14 19:30:06.229 25062 25062 W System.err: at java.lang.Class.forName(Class.java:379) 04-14 19:30:06.229 25062 25062 W System.err: at com.transistorsoft.locationmanager.util.a.d(Unknown Source:37) 04-14 19:30:06.229 25062 25062 W System.err: at com.transistorsoft.locationmanager.util.a.a(Unknown Source:11) 04-14 19:30:06.229 25062 25062 W System.err: at com.transistorsoft.locationmanager.util.a.b(Unknown Source:0) 04-14 19:30:06.229 25062 25062 W System.err: at com.transistorsoft.locationmanager.adapter.BackgroundGeolocation.isMainActivityActive(Unknown Source:126) 04-14 19:30:06.229 25062 25062 W System.err: at com.transistorsoft.locationmanager.adapter.BackgroundGeolocation._onLocationChange(Unknown Source:0) 04-14 19:30:06.229 25062 25062 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-14 19:30:06.229 25062 25062 W System.err: at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:485) 04-14 19:30:06.229 25062 25062 W System.err: at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:479) 04-14 19:30:06.229 25062 25062 W System.err: at org.greenrobot.eventbus.HandlerPoster.handleMessage(HandlerPoster.java:67) 04-14 19:30:06.229 25062 25062 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107) 04-14 19:30:06.229 25062 25062 W System.err: at android.os.Looper.loop(Looper.java:224) 04-14 19:30:06.229 25062 25062 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7562) 04-14 19:30:06.229 25062 25062 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-14 19:30:06.229 25062 25062 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539) 04-14 19:30:06.229 25062 25062 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950) 04-14 19:30:06.230 25062 25062 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.xtrainingbrasil.app.BuildConfig" on path: DexPathList[[zip file "/data/app/com.xtrainingbrasil.app-QQbBHrecteC6aGczal6yVA==/base.apk"],n ativeLibraryDirectories=[/data/app/com.xtrainingbrasil.app-QQbBHrecteC6aGczal6yVA==/lib/arm64, /data/app/com.xtrainingbrasil.app-QQbBHrecteC6aGczal6yVA==/base.apk!/lib/arm64-v8a, /system/lib64, /system/product/lib64]] 04-14 19:30:06.230 25062 25062 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:196) 04-14 19:30:06.230 25062 25062 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-14 19:30:06.230 25062 25062 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-14 19:30:06.230 25062 25062 W System.err: ... 18 more 04-14 19:30:06.230 25062 25062 D TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 04-14 19:30:06.233 25062 25062 E TSLocationManager: [c.t.locationmanager.util.b b] HeadlessTask failed to find com.transistorsoft.cordova.bggeo.BackgroundGeolocationHeadlessTask.java. If you've configured enableHeadless: true, you must provide a cu stom BackgroundGeolocationHeadlessTask.java. See Wiki: https://github.com/transistorsoft/cordova-background-geolocation-lt/wiki/Android-Headless-Mode 04-14 19:30:06.234 25062 25062 E TSLocationManager: [c.t.locationmanager.util.b a] 04-14 19:30:06.234 25062 25062 E TSLocationManager: ‼️ com.xtrainingbrasil.app.BackgroundGeolocationHeadlessTask 04-14 19:30:06.234 25062 25062 W System.err: java.lang.ClassNotFoundException: com.xtrainingbrasil.app.BackgroundGeolocationHeadlessTask 04-14 19:30:06.234 25062 25062 W System.err: at java.lang.Class.classForName(Native Method) 04-14 19:30:06.234 25062 25062 W System.err: at java.lang.Class.forName(Class.java:454) 04-14 19:30:06.234 25062 25062 W System.err: at java.lang.Class.forName(Class.java:379) 04-14 19:30:06.234 25062 25062 W System.err: at com.transistorsoft.locationmanager.util.b.a(Unknown Source:40) 04-14 19:30:06.234 25062 25062 W System.err: at com.transistorsoft.locationmanager.util.b.b(Unknown Source:15) 04-14 19:30:06.234 25062 25062 W System.err: at com.transistorsoft.locationmanager.util.b.a(Unknown Source:43) 04-14 19:30:06.234 25062 25062 W System.err: at com.transistorsoft.locationmanager.adapter.BackgroundGeolocation._onLocationChange(Unknown Source:23) 04-14 19:30:06.234 25062 25062 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-14 19:30:06.234 25062 25062 W System.err: at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:485) 04-14 19:30:06.234 25062 25062 W System.err: at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:479) 04-14 19:30:06.234 25062 25062 W System.err: at org.greenrobot.eventbus.HandlerPoster.handleMessage(HandlerPoster.java:67) 04-14 19:30:06.234 25062 25062 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107) 04-14 19:30:06.234 25062 25062 W System.err: at android.os.Looper.loop(Looper.java:224) 04-14 19:30:06.234 25062 25062 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7562) 04-14 19:30:06.234 25062 25062 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-14 19:30:06.234 25062 25062 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539) 04-14 19:30:06.234 25062 25062 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950) 04-14 19:30:06.235 25062 25062 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.xtrainingbrasil.app.BackgroundGeolocationHeadlessTask" on path: DexPathList[[zip file "/data/app/com.xtrainingbrasil.app-QQbBHrecteC6aGc zal6yVA==/base.apk"],nativeLibraryDirectories=[/data/app/com.xtrainingbrasil.app-QQbBHrecteC6aGczal6yVA==/lib/arm64, /data/app/com.xtrainingbrasil.app-QQbBHrecteC6aGczal6yVA==/base.apk!/lib/arm64-v8a, /system/lib64, /system/product/lib64]] 04-14 19:30:06.235 25062 25062 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:196) 04-14 19:30:06.235 25062 25062 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-14 19:30:06.235 25062 25062 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-14 19:30:06.235 25062 25062 W System.err: ... 17 more 04-14 19:30:06.236 25062 25062 W TSLocationManager: [c.t.locationmanager.util.b a] 04-14 19:30:06.236 25062 25062 W TSLocationManager: ⚠️ Attempted to post headless event location but there are no listeners. 04-14 19:30:06.237 2533 3003 D MobileSignalController: onSignalStrengthsChanged: SignalStrength:{mCdma=CellSignalStrengthCdma: cdmaDbm=2147483647 cdmaEcio=2147483647 evdoDbm=2147483647 evdoEcio=2147483647 evdoSnr=2147483647 miuiLevel=0 level=0,mGs m=CellSignalStrengthGsm: rssi=2147483647 ber=2147483647 mTa=2147483647 miuiLevel=0 mLevel=0,mWcdma=CellSignalStrengthWcdma: ss=2147483647 ber=2147483647 rscp=2147483647 ecno=2147483647 miuiLevel=0 level=0,mTdscdma=CellSignalStrengthTdscdma: rssi=214 7483647 ber=2147483647 rscp=2147483647 miuiLevel=0 level=0,mLte=CellSignalStrengthLte: rssi=-81 rsrp=-113 rsrq=-14 rssnr=52 cqi=2147483647 ta=2147483647 miuiLevel=2 level=2,mNr=CellSignalStrengthNr:{ csiRsrp = 2147483647 csiRsrq = 2147483647 csiSinr = 2147483647 ssRsrp = 2147483647 ssRsrq = 2147483647 ssSinr = 2147483647 miuiLevel = 0 level = 0 },primary=CellSignalStrengthLte} 04-14 19:30:06.237 2533 3003 D NetworkController.MobileSignalController(3): 4G level = 2 04-14 19:30:06.239 25062 25062 I Capacitor/Console: File: http://192.168.15.8:8080/app.js - Line 3466 - Msg: LOCATION_CHANGE [object Object] 04-14 19:30:06.284 2533 2533 D StatusBar: onNotificationPosted key=0|com.xtrainingbrasil.app|9942585|null|10561 isUpdate=true 04-14 19:30:06.293 2533 2533 D StatusBar: updateNotification old=StatusBarNotification(pkg=com.xtrainingbrasil.app user=UserHandle{0} id=9942585 tag=null key=0|com.xtrainingbrasil.app|9942585|null|10561: Notification(channel=com.xtrainingbrasil.ap pTSLocationManager pri=-2 contentView=null vibrate=null sound=null defaults=0x0 flags=0x6a color=0x00000000 vis=PRIVATE)) 04-14 19:30:06.293 2533 2533 D StatusBar: pkgName=com.xtrainingbrasil.app appUid=10561 sdk=30 imp=2 sysApp=F priApp=F hasShown=F float=F keyguard=F peek=F fullscreen=F 04-14 19:30:06.293 2533 2533 D StatusBar: showMiuiAction=F enableFloat=T enableKeyguard=T floatTime=5000 messageCount=1 persistent=F customHeight=F 04-14 19:30:06.296 4170 4170 V onNotificationPostedCallBack: flags=106 04-14 19:30:06.297 4170 4170 V k : ret=0 04-14 19:30:06.332 2533 2533 D StatusBar: No peeking: unimportant notification: 0|com.xtrainingbrasil.app|9942585|null|10561 04-14 19:30:06.332 2533 2533 D StatusBar: updateHeadsUp wasHeadsUp=false shouldPeek=false alertAgain=true 04-14 19:30:06.496 26273 26287 W System : A resource failed to call close. 04-14 19:30:06.499 26273 26287 I chatty : uid=10261(br.com.gabba.Caixa) FinalizerDaemon identical 72 lines 04-14 19:30:06.499 26273 26287 W System : A resource failed to call close. 04-14 19:30:07.040 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_NMEA_IND_V02 04-14 19:30:07.051 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_NMEA_IND_V02 04-14 19:30:07.067 2718 7872 D QCNEJ/WlanStaInfoRelay: Received action: android.net.wifi.RSSI_CHANGED 04-14 19:30:07.067 2533 2533 D SignalClusterView: updateMobileTypeImage 0 04-14 19:30:07.100 2533 2533 I chatty : uid=1000(system) com.android.systemui identical 8 lines 04-14 19:30:07.101 2533 2533 D SignalClusterView: updateMobileTypeImage 0 04-14 19:30:07.101 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_NMEA_IND_V02 04-14 19:30:07.101 751 2143 I chatty : uid=1021(gps) LocApiMsgTask identical 3 lines 04-14 19:30:07.102 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_NMEA_IND_V02 04-14 19:30:07.104 2533 2533 D SignalClusterView: updateMobileTypeImage 0 04-14 19:30:07.109 2533 2533 I chatty : uid=1000(system) com.android.systemui identical 2 lines 04-14 19:30:07.110 2533 2533 D SignalClusterView: updateMobileTypeImage 0 04-14 19:30:07.268 766 3516 E ANDR-PERF-MPCTL: poll() has timed out for /sys/module/msm_performance/events/cpu_hotplug 04-14 19:30:07.268 766 3516 E ANDR-PERF-MPCTL: Block on poll() 04-14 19:30:08.040 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_NMEA_IND_V02 04-14 19:30:08.100 751 2143 I chatty : uid=1021(gps) LocApiMsgTask identical 2 lines 04-14 19:30:08.100 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_NMEA_IND_V02 04-14 19:30:08.100 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_GNSS_MEASUREMENT_REPORT_IND_V02 04-14 19:30:08.100 751 2143 I chatty : uid=1021(gps) LocApiMsgTask identical 2 lines 04-14 19:30:08.101 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_GNSS_MEASUREMENT_REPORT_IND_V02 04-14 19:30:08.102 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_GNSS_SV_INFO_IND_V02 04-14 19:30:08.104 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_NMEA_IND_V02 04-14 19:30:08.104 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_POSITION_REPORT_IND_V02 04-14 19:30:08.108 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_NMEA_IND_V02 04-14 19:30:08.109 751 2143 I chatty : uid=1021(gps) LocApiMsgTask identical 1 line 04-14 19:30:08.117 751 2143 I LocSvc_ApiV02: <--- globalEventCb line 170 QMI_LOC_EVENT_NMEA_IND_V02 04-14 19:30:08.196 25062 25062 D TSLocationManager: [c.t.l.service.AbstractService a] 04-14 19:30:08.196 25062 25062 D TSLocationManager: � TrackingService [eventCount: 1] 04-14 19:30:08.205 3206 23306 I GCoreUlr: Successfully inserted 1 locations 04-14 19:30:08.217 25062 25062 D TSLocationManager: [c.t.l.service.TrackingService b] 04-14 19:30:08.217 25062 25062 D TSLocationManager: ╔═════════════════════════════════════════════ 04-14 19:30:08.217 25062 25062 D TSLocationManager: ║ TrackingService: LocationResult 04-14 19:30:08.217 25062 25062 D TSLocationManager: ╠═════════════════════════════════════════════ 04-14 19:30:08.217 25062 25062 D TSLocationManager: ╟─ � Location[fused -23,578865,-48,031536 hAcc=21 et=+3d14h7m30s700ms alt=681.850548022922 vel=0.75851727 bear=267.569 vAcc=3 sAcc=2 bAcc=??? {Bundle[mParcelledData.dataSize=52]}], age: 82ms, tim e: 1618439409000 04-14 19:30:08.220 25062 27229 D TSLocationManager: [c.t.l.l.TSLocationManager onLocationResult] 04-14 19:30:08.220 25062 27229 D TSLocationManager: ╔═════════════════════════════════════════════ 04-14 19:30:08.220 25062 27229 D TSLocationManager: ║ Process LocationResult 04-14 19:30:08.220 25062 27229 D TSLocationManager: ╠═════════════════════════════════════════════ 04-14 19:30:08.221 25062 25062 I TSLocationManager: [c.t.l.service.TrackingService b] 04-14 19:30:08.221 25062 25062 I TSLocationManager: ℹ️ Distance from stoppedAtLocation: -38.64032 04-14 19:30:08.226 25062 25062 D TSLocationManager: [c.t.l.service.AbstractService a] ⚙️︎ finish TrackingService [eventCount: 0, sticky: true] 04-14 19:30:08.232 25062 27229 D TSLocationManager: [c.t.l.l.TSLocationManager calculateMedianAccuracy] Median accuracy: 33.946 04-14 19:30:08.235 27656 27727 I FirebaseCrash: Sending crashes 04-14 19:30:08.271 25062 25062 E TSLocationManager: [c.t.locationmanager.util.a d] 04-14 19:30:08.271 25062 25062 E TSLocationManager: ‼️ Failed to deduce Application's BuildConfig class for package name:com.xtrainingbrasil.app or com.xtrainingbrasil 04-14 19:30:08.271 2286 3853 W BaseMiuiPhoneWindowManager: keyCode:3 down:true eventTime:134009324 downTime:134009324 policyFlags:2b000000 flags:0 deviceId:-1 isScreenOn:true keyguardActive:false repeatCount:0 04-14 19:30:08.272 25062 25062 W System.err: java.lang.ClassNotFoundException: com.xtrainingbrasil.app.BuildConfig 04-14 19:30:08.272 25062 25062 W System.err: at java.lang.Class.classForName(Native Method) 04-14 19:30:08.272 25062 25062 W System.err: at java.lang.Class.forName(Class.java:454) 04-14 19:30:08.272 25062 25062 W System.err: at java.lang.Class.forName(Class.java:379) 04-14 19:30:08.272 25062 25062 W System.err: at com.transistorsoft.locationmanager.util.a.d(Unknown Source:37) 04-14 19:30:08.272 25062 25062 W System.err: at com.transistorsoft.locationmanager.util.a.a(Unknown Source:11) 04-14 19:30:08.272 25062 25062 W System.err: at com.transistorsoft.locationmanager.util.a.b(Unknown Source:0) 04-14 19:30:08.272 25062 25062 W System.err: at com.transistorsoft.locationmanager.adapter.BackgroundGeolocation.isMainActivityActive(Unknown Source:126) 04-14 19:30:08.272 25062 25062 W System.err: at com.transistorsoft.locationmanager.adapter.BackgroundGeolocation._onLocationChange(Unknown Source:0) 04-14 19:30:08.272 25062 25062 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-14 19:30:08.272 25062 25062 W System.err: at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:485) 04-14 19:30:08.272 25062 25062 W System.err: at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:479) 04-14 19:30:08.272 25062 25062 W System.err: at org.greenrobot.eventbus.HandlerPoster.handleMessage(HandlerPoster.java:67) 04-14 19:30:08.272 25062 25062 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107) 04-14 19:30:08.272 25062 25062 W System.err: at android.os.Looper.loop(Looper.java:224) 04-14 19:30:08.272 25062 25062 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7562) 04-14 19:30:08.272 25062 25062 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-14 19:30:08.272 25062 25062 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539) 04-14 19:30:08.272 25062 25062 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950) 04-14 19:30:08.272 25062 25062 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.xtrainingbrasil.app.BuildConfig" on path: DexPathList[[zip file "/data/app/com.xtrainingbrasil.app-QQbBHrecteC6aGczal6yVA==/base.apk"],n ativeLibraryDirectories=[/data/app/com.xtrainingbrasil.app-QQbBHrecteC6aGczal6yVA==/lib/arm64, /data/app/com.xtrainingbrasil.app-QQbBHrecteC6aGczal6yVA==/base.apk!/lib/arm64-v8a, /system/lib64, /system/product/lib64]] 04-14 19:30:08.272 25062 25062 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:196) 04-14 19:30:08.272 25062 25062 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-14 19:30:08.272 25062 25062 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-14 19:30:08.272 25062 25062 W System.err: ... 18 more 04-14 19:30:08.273 25062 25062 D TSLocationManager: [c.t.l.a.BackgroundGeolocation isMainActivityActive] NO 04-14 19:30:08.273 2286 3853 W BaseMiuiPhoneWindowManager: keyCode:3 down:false eventTime:134009324 downTime:134009324 policyFlags:2b000000 flags:0 deviceId:-1 isScreenOn:true keyguardActive:false repeatCount:0 04-14 19:30:08.274 25062 27268 I TSLocationManager: [c.t.l.data.sqlite.b persist] 04-14 19:30:08.274 25062 27268 I TSLocationManager: ✅ INSERT: 6f046d78-1b02-4dcc-a5ad-1ceb1fe070bb 04-14 19:30:08.275 25062 25062 E TSLocationManager: [c.t.locationmanager.util.b b] HeadlessTask failed to find com.transistorsoft.cordova.bggeo.BackgroundGeolocationHeadlessTask.java. If you've configured enableHeadless: true, you must provide a cu stom BackgroundGeolocationHeadlessTask.java. See Wiki: https://github.com/transistorsoft/cordova-background-geolocation-lt/wiki/Android-Headless-Mode 04-14 19:30:08.275 25062 25062 E TSLocationManager: [c.t.locationmanager.util.b a] 04-14 19:30:08.275 25062 25062 E TSLocationManager: ‼️ com.xtrainingbrasil.app.BackgroundGeolocationHeadlessTask 04-14 19:30:08.276 25062 25062 W System.err: java.lang.ClassNotFoundException: com.xtrainingbrasil.app.BackgroundGeolocationHeadlessTask 04-14 19:30:08.276 25062 25062 W System.err: at java.lang.Class.classForName(Native Method) 04-14 19:30:08.276 25062 25062 W System.err: at java.lang.Class.forName(Class.java:454) 04-14 19:30:08.276 25062 25062 W System.err: at java.lang.Class.forName(Class.java:379) 04-14 19:30:08.276 25062 25062 W System.err: at com.transistorsoft.locationmanager.util.b.a(Unknown Source:40) 04-14 19:30:08.276 25062 25062 W System.err: at com.transistorsoft.locationmanager.util.b.b(Unknown Source:15) 04-14 19:30:08.276 25062 25062 W System.err: at com.transistorsoft.locationmanager.util.b.a(Unknown Source:43) 04-14 19:30:08.276 25062 25062 W System.err: at com.transistorsoft.locationmanager.adapter.BackgroundGeolocation._onLocationChange(Unknown Source:23) 04-14 19:30:08.276 25062 25062 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-14 19:30:08.276 25062 25062 W System.err: at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:485) 04-14 19:30:08.276 25062 25062 W System.err: at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:479) 04-14 19:30:08.276 25062 25062 W System.err: at org.greenrobot.eventbus.HandlerPoster.handleMessage(HandlerPoster.java:67) 04-14 19:30:08.276 25062 25062 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107) 04-14 19:30:08.276 25062 25062 W System.err: at android.os.Looper.loop(Looper.java:224) 04-14 19:30:08.276 25062 25062 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7562) 04-14 19:30:08.276 25062 25062 W System.err: at java.lang.reflect.Method.invoke(Native Method) 04-14 19:30:08.276 25062 25062 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539) 04-14 19:30:08.276 25062 25062 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950) 04-14 19:30:08.277 25062 25062 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.xtrainingbrasil.app.BackgroundGeolocationHeadlessTask" on path: DexPathList[[zip file "/data/app/com.xtrainingbrasil.app-QQbBHrecteC6aGc zal6yVA==/base.apk"],nativeLibraryDirectories=[/data/app/com.xtrainingbrasil.app-QQbBHrecteC6aGczal6yVA==/lib/arm64, /data/app/com.xtrainingbrasil.app-QQbBHrecteC6aGczal6yVA==/base.apk!/lib/arm64-v8a, /system/lib64, /system/product/lib64]] 04-14 19:30:08.277 2286 2412 V InputDispatcher: Asynchronous input event injection succeeded. 04-14 19:30:08.277 25062 25062 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:196) 04-14 19:30:08.277 25062 25062 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 04-14 19:30:08.277 25062 25062 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 04-14 19:30:08.277 25062 25062 W System.err: ... 17 more 04-14 19:30:08.277 25062 25062 W TSLocationManager: [c.t.locationmanager.util.b a] 04-14 19:30:08.277 25062 25062 W TSLocationManager: ⚠️ Attempted to post headless event location but there are no listeners. 04-14 19:30:08.282 2533 2533 I vol.MiuiVolumeDialogImp: dismissH mShowing:false dialog showing:false reason:2 04-14 19:30:08.283 2286 2412 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.miui.home/.launcher.Launcher (has extras)} from uid 0 04-14 19:30:08.283 2286 2412 D MiuiMultiWindowAdapter: MiuiMultiWindowAdapter::getFreeformBlackList::sSmallWindowBlackList = [com.miui.securitycenter, com.miui.weather2, com.miui.miservice, com.android.calendar, com.xiaomi.calendar, com.android.co ntacts, com.miui.mishare.connectivity, com.android.settings, com.android.printspooler, com.miui.backup, com.miui.huanji, com.miui.calculator, com.android.deskclock, com.android.thememanager, com.mfashiongallery.emag, com.miui.virtualsim, com.miui.sm arttravel, com.mi.health, com.android.camera, com.lbe.security.miui, com.miui.cleanmaster, com.miui.newhome, com.miui.voiceassist, com.android.phone, com.miui.yellowpage, com.android.updater, com.miui.tsmclient, com.miui.securitycore, com.xiaomi.acc ount, com.xiaomi.shop, com.xiaomi.smarthome, com.mipay.wallet, com.xiaomi.youpin, com.xiaomi.hm.health, com.miui.bugreport, com.xiaomi.mibrain.speech, com.xiaomi.mimoji, com.xiaomi.scanner, com.duokan.phone.remotecontroller, com.miui.hybrid, com.and roid.incallui, com.miui.video, com.miui.videoplayer, com.miui.player, com.miui.fm, com.miui.packageinstaller, com.mi.android.globallauncher, com.mi.android.globallauncher-poco, com.google.android.dialer, com.google.android.apps.magazines, com.miui.c ompass, com.miui.greenguard, com.kiteguard, com.google.android.apps.prodcasts, com.google.ar.lens, com.xiangkan.android, com.android.bankabc, com.sohu.inputmethod.sogou, com.tencent.mtt, com.shyz.toutiao, com.netease.mc.mi, com.outfit7.talkingtomgol drun.mi, com.doudz.mi, com.wepie.snake.new.mi, cn.jj, com.standddz002.mi, com.miHoYo.bh3.mi, com.qqgame.hlddz, com.happyelements.AndroidAnimal, com.minitech.miniworld.TMobile.mi, com.mfp.jelly.xiaomi, com.lilithgames.afk.mi, com.tencent.peng, com.te enpatti.hd.gold, blockpuzzle.jewelgames.jewelslegend, com.playgendary.tanks, com.chillingo.robberybobfree.android.row, com.episodeinteractive.android.catalog, com.playrix.township, com.ansangha.drdriving, com.google.android.youtube, com.gbits.atm.mi , com.tencent.tetris, com.sukhavati.gotoplaying.bubble.BubbleShooter.mint, com.block.puzzle.game.hippo.mi, com.youzu.bs.mi, com.appsomniacs.da2, com.miHoYo.Yuanshen, com.baidu.BaiduMap, com.google.android.googlequicksearchbox] 04-14 19:30:08.284 2533 2533 W HeadsUpManager: removeHeadsUpNotification() no heads up notification on show 04-14 19:30:08.288 592 592 I hwservicemanager: getTransport: Cannot find entry vendor.qti.hardware.iop@2.0::IIop/default in either framework or device manifest. 04-14 19:30:08.293 2286 2412 D ActivityTrigger: ActivityTrigger activityPauseTrigger 04-14 19:30:08.298 10077 10540 I GST : forePkg: com.miui.home, preForePkg: com.xtrainingbrasil.app 04-14 19:30:08.298 4170 29955 I ProcessMonitor: onForegroundInfoChanged: ForegroundInfo{mForegroundPackageName='com.miui.home', mForegroundUid=10033, mForegroundPid=2811, mLastForegroundPackageName='com.xtrainingbrasil.app', mLastForegroundUid=1056 1, mLastForegroundPid=25062, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0} 04-14 19:30:08.298 4170 29955 I GameBoosterService: onForegroundInfoChanged: Cur=com.miui.home last=com.xtrainingbrasil.app 04-14 19:30:08.298 4170 29955 D GameBoosterService: onGameStatusChange foreground:ForegroundInfo{mForegroundPackageName='com.miui.home', mForegroundUid=10033, mForegroundPid=2811, mLastForegroundPackageName='com.xtrainingbrasil.app', mLastForegroun dUid=10561, mLastForegroundPid=25062, mMultiWindowForegroundPackageName='null', mMultiWindowForegroundUid=-1, mFlags=0} 04-14 19:30:08.298 4170 29955 I GameBoosterService: onForegroundInfoChanged: Exit 04-14 19:30:08.299 4170 29955 I VideoBoxUtils: isSupportVideoBox: false 04-14 19:30:08.299 4170 29955 I VideoToolBoxService: onForegroundInfoChanged: Exit Vtb 04-14 19:30:08.300 2286 2412 D CompatibilityInfo: mCompatibilityFlags - 0 04-14 19:30:08.300 2286 2412 D CompatibilityInfo: applicationDensity - 440 04-14 19:30:08.300 2286 2412 D CompatibilityInfo: applicationScale - 1.0 04-14 19:30:08.302 2286 2412 I Timeline: Timeline: App_transition_ready time:134009356 04-14 19:30:08.303 2286 2412 V InputDispatcher: Asynchronous input event injection succeeded. 04-14 19:30:08.305 592 592 I hwservicemanager: getTransport: Cannot find entry vendor.qti.hardware.iop@2.0::IIop/default in either framework or device manifest. 04-14 19:30:08.305 2286 1339 E ANDR-PERF-JNI: UXEngine Trigger - Returning null 04-14 19:30:08.310 2286 3860 I Timeline: Timeline: App_transition_ready time:134009363 04-14 19:30:08.314 2811 2811 D Launcher.Lifecycle: onStart:UserHandle{0},a9f05c4,false 04-14 19:30:08.315 2811 3304 I RenderThread: RenderThread resumed 04-14 19:30:08.315 2811 3304 I RenderThread: All controllers paused. 04-14 19:30:08.315 2811 3304 I RenderThread: RenderThread paused, waiting for signal 04-14 19:30:08.317 2286 2427 I MiuiNetworkPolicy: updateUidState uid = 10033, uidState = 2 04-14 19:30:08.317 2286 2427 I MiuiNetworkPolicy: updateWmmForUidState uid: 10033 state: 2 wmm: 1 04-14 19:30:08.318 1265 29989 D OemNetd : updateWmm: uid=10033, wmm=1 04-14 19:30:08.319 2533 2533 D StatusBar: recevie broadbcast ACTION_APPLICATION_MESSAGE_QUERY, requestFirstTime=false 04-14 19:30:08.319 592 592 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=2286 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tcla ss=hwservice_manager permissive=0 04-14 19:30:08.326 2286 3853 I ActivityManager: Killing 25541:com.xiaomi.discover/u0a87 (adj 985): empty #17 04-14 19:30:08.321 592 592 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=2286 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tcla ss=hwservice_manager permissive=0 04-14 19:30:08.327 592 592 I hwservicemanager: getTransport: Cannot find entry vendor.qti.hardware.iop@2.0::IIop/default in either framework or device manifest. 04-14 19:30:08.329 25062 25062 D Capacitor: App paused 04-14 19:30:08.330 2286 2427 I MiuiNetworkPolicy: updateUidState uid = 10072, uidState = 20 04-14 19:30:08.331 2286 3860 I Timeline: Timeline: App_transition_ready time:134009385 04-14 19:30:08.332 2533 2533 D StatusBar: onNotificationPosted key=0|com.xtrainingbrasil.app|9942585|null|10561 isUpdate=true 04-14 19:30:08.333 4170 4170 V onNotificationPostedCallBack: flags=106 04-14 19:30:08.333 2533 2533 D StatusBar: updateNotification old=StatusBarNotification(pkg=com.xtrainingbrasil.app user=UserHandle{0} id=9942585 tag=null key=0|com.xtrainingbrasil.app|9942585|null|10561: Notification(channel=com.xtrainingbrasil.ap pTSLocationManager pri=-2 contentView=null vibrate=null sound=null defaults=0x0 flags=0x6a color=0x00000000 vis=PRIVATE)) 04-14 19:30:08.333 2533 2533 D StatusBar: pkgName=com.xtrainingbrasil.app appUid=10561 sdk=30 imp=2 sysApp=F priApp=F hasShown=F float=F keyguard=F peek=F fullscreen=F 04-14 19:30:08.333 2533 2533 D StatusBar: showMiuiAction=F enableFloat=T enableKeyguard=T floatTime=5000 messageCount=1 persistent=F customHeight=F 04-14 19:30:08.334 4170 4170 V k : ret=0 04-14 19:30:08.364 2533 2533 D StatusBar: No peeking: unimportant notification: 0|com.xtrainingbrasil.app|9942585|null|10561 04-14 19:30:08.364 2533 2533 D StatusBar: updateHeadsUp wasHeadsUp=false shouldPeek=false alertAgain=true 04-14 19:30:08.367 592 592 I hwservicemanager: getTransport: Cannot find entry vendor.qti.hardware.iop@2.0::IIop/default in either framework or device manifest. 04-14 19:30:08.368 1226 1226 I Zygote : Process 25541 exited due to signal 9 (Killed) 04-14 19:30:08.369 2286 2319 I libprocessgroup: Successfully killed process cgroup uid 10087 pid 25541 in 42ms 04-14 19:30:08.369 592 592 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=2286 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tcla ss=hwservice_manager permissive=0 04-14 19:30:08.370 592 592 E SELinux : avc: denied { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=2286 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tcla ss=hwservice_manager permissive=0 04-14 19:30:08.375 2286 2427 I MiuiNetworkPolicy: removeUidState uid = 10087 04-14 19:30:08.402 2811 2811 E RotationHelper: setCurrentStateRequest: request=0 04-14 19:30:08.402 2811 2811 D Launcher: dialog already dismiss:class com.miui.home.launcher.LauncherMenuDialog 04-14 19:30:08.402 2811 2811 D Launcher: dialog already dismiss:class com.miui.home.launcher.TransitionEffectMenuDialog 04-14 19:30:08.403 2811 2811 D Launcher.Lifecycle: onResume:UserHandle{0},a9f05c4,false 04-14 19:30:08.403 2286 2309 I Timeline: Timeline: App_transition_ready time:134009457 04-14 19:30:08.404 2811 3304 I RenderThread: RenderThread resumed 04-14 19:30:08.404 2811 3304 I RenderThread: All controllers paused. 04-14 19:30:08.404 2811 3304 I RenderThread: RenderThread paused, waiting for signal 04-14 19:30:08.405 2811 3066 D StatusBarClockController: show status bar clock 04-14 19:30:08.412 2811 12032 D Launcher: get showing item successandroid.graphics.Bitmap@2832d76 04-14 19:30:08.423 2286 4390 I Timeline: Timeline: App_transition_ready time:134009476 04-14 19:30:08.436 2286 4730 I Timeline: Timeline: App_transition_ready time:134009489 04-14 19:30:08.439 2286 2309 I Timeline: Timeline: App_transition_ready time:134009492 04-14 19:30:08.469 2286 2309 I Timeline: Timeline: App_transition_ready time:134009522 04-14 19:30:08.475 2286 3853 I Timeline: Timeline: App_transition_ready time:134009529 04-14 19:30:08.483 2286 4390 I Timeline: Timeline: App_transition_ready time:134009537 04-14 19:30:08.489 2811 2811 D ScreenView_ScreenView: dispatchDraw:0 04-14 19:30:08.489 2811 2811 D ScreenView_Workspace: dispatchDraw:3240 04-14 19:30:08.490 2811 2811 D ScreenView_HotSeats: dispatchDraw:0 04-14 19:30:08.528 23737 23737 I nightwatch-watcher: target process signaled with signum: 9 04-14 19:30:08.528 23737 23737 D nightwatch-watcher: watcher process finished 04-14 19:30:08.561 2811 2811 D Launcher_WallpaperUtils: changeStatusBarMode:false 04-14 19:30:08.562 2811 2811 D RecentsImpl: mActivityStateObserver com.miui.home.launcher.Launcher 04-14 19:30:08.563 2811 2811 D Launcher.Lifecycle: onWindowFocusChanged:true,UserHandle{0},a9f05c4,false 04-14 19:30:08.563 2811 2811 D Launcher_UnlockAnimationStateMachine: onWindowFocus:IDLE 04-14 19:30:08.582 2533 2546 I ndroid.systemu: Background concurrent copying GC freed 297605(12MB) AllocSpace objects, 2(40KB) LOS objects, 49% free, 12MB/24MB, paused 84us total 210.057ms 04-14 19:30:08.603 2533 2548 W System : A resource failed to call close. 04-14 19:30:08.605 2286 2309 I Timeline: Timeline: App_transition_ready time:134009658 04-14 19:30:08.609 2533 2533 D StatusBar: disable