chrono icon indicating copy to clipboard operation
chrono copied to clipboard

Unable to access GUI.

Open RokeJulianLockhart opened this issue 11 months ago • 9 comments

Describe the bug

I'm unable to pass the loading icon after application invocation.

To reproduce

Steps to reproduce the behavior:

  1. Install f-droid.org/repo/com.vicolo.chrono_282.apk.

  2. Invoke .MainActivity.

Expected behavior

I should be able to pass the loading icon.

Screenshots

https://github.com/user-attachments/assets/b6657066-1b72-49f1-a3c9-4a5cec98a933

Screenshot_20250114-163222

Smartphone information

  1. Device

    Fairphone 5

  2. OS

    OEM distribution of AOSP 14

  3. Application version

    f-droid.org/repo/com.vicolo.chrono_282.apk

Additional context

The video depicts what occurred when I attempted to access the application GUI to cancel an active alarm. The screenshot depicts what occurred during the subsequent invocation.

RokeJulianLockhart avatar Jan 14 '25 23:01 RokeJulianLockhart

Do you know how to get logcat using an app like LogFox or through adb? If so, acn you provide me the logs of when you open the app?

AhsanSarwar45 avatar Jan 15 '25 02:01 AhsanSarwar45

https://github.com/vicolo-dev/chrono/issues/406#issuecomment-2591536729

@AhsanSarwar45, thanks for that recommendation. It works a lot more easily than https://github.com/TacoTheDank/Scoop/issues/90#issue-2789373545 and https://github.com/Tortel/SysLog/issues/47#issue-2789340829.

However, I don't see anything relevant in logcat, both with and without a filter applied:

Screenshot_20250115-100030

It'd be a lot easier if I could get it to crash, but haven't been able to. I haven't even been able to get an ANR (unlike https://github.com/ProtonMail/protoncore_android/issues/29#issue-2789620385, so I can capture them; one merely isn't being produced for Chrono).

Irrespective, I've attached the last 10 000 lines at gist.github.com/RokeJulianLockhart/35ffe50ec6972d7bb32b984fb086ea76.

RokeJulianLockhart avatar Jan 15 '25 10:01 RokeJulianLockhart

I have the same issue, and found these two exceptions in the logs:

01-17 08:43:02.609  3211  3211 E AndroidRuntime: FATAL EXCEPTION: main
01-17 08:43:02.609  3211  3211 E AndroidRuntime: Process: com.vicolo.chrono, PID: 3211
01-17 08:43:02.609  3211  3211 E AndroidRuntime: java.lang.RuntimeException: Unable to create service com.flux.flutter_boot_receiver.BootHandlerService: java.lang.IllegalStateException: SharedPreferences in credential encrypted storage are not available until after user (id 0) is unlocked
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:5093)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.app.ActivityThread.-$$Nest$mhandleCreateService(Unknown Source:0)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2505)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:109)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:232)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:317)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:8826)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:591)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at com.android.internal.os.ExecInit.main(ExecInit.java:50)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: Caused by: java.lang.IllegalStateException: SharedPreferences in credential encrypted storage are not available until after user (id 0) is unlocked
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:641)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:619)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:223)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at com.flux.flutter_boot_receiver.a.f(Unknown Source:9)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at com.flux.flutter_boot_receiver.BootHandlerService.onCreate(Unknown Source:22)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:5080)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	... 11 more
01-17 08:44:08.778  5527  5527 E AndroidRuntime: FATAL EXCEPTION: main
01-17 08:44:08.778  5527  5527 E AndroidRuntime: Process: com.vicolo.chrono, PID: 5527
01-17 08:44:08.778  5527  5527 E AndroidRuntime: java.lang.RuntimeException: Unable to create service com.pravera.flutter_foreground_task.service.ForegroundService: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.vicolo.chrono/com.pravera.flutter_foreground_task.service.ForegroundService
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:5093)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.app.ActivityThread.-$$Nest$mhandleCreateService(Unknown Source:0)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2505)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:109)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:232)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:317)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:8826)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:591)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at com.android.internal.os.ExecInit.main(ExecInit.java:50)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: Caused by: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.vicolo.chrono/com.pravera.flutter_foreground_task.service.ForegroundService
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.os.Parcel.readParcelableInternal(Parcel.java:5084)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.os.Parcel.readParcelable(Parcel.java:5066)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.os.Parcel.createExceptionOrNull(Parcel.java:3235)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.os.Parcel.createException(Parcel.java:3224)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:3200)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:3142)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:7231)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.app.Service.startForeground(Service.java:879)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at com.pravera.flutter_foreground_task.service.ForegroundService.w(Unknown Source:312)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at com.pravera.flutter_foreground_task.service.ForegroundService.onCreate(Unknown Source:62)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:5080)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	... 11 more

I believe that at least the second exception is relevant, since I only started having this issue after activating the foreground service in Chrono's settings.

Full log, just in case it's helpful
type: logcat
osVersion: google/husky/husky:15/AP4A.250105.002/2025011500:user/release-keys
package: com.vicolo.chrono:282, targetSdk 34
buffers: main,system,crash,events,kernel
level: verbose

--------- beginning of events
01-17 08:43:00.920  3070  3070 I auditd  : avc=type=1400 audit(0.0:342): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:00.932  3070  3070 I auditd  : avc=type=1400 audit(0.0:343): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:00.932  3070  3070 I auditd  : avc=type=1400 audit(0.0:344): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:00.932  3070  3070 I auditd  : avc=type=1400 audit(0.0:345): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:00.936  3070  3070 I auditd  : avc=type=1400 audit(0.0:346): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:00.940  3070  3070 I auditd  : avc=type=1400 audit(0.0:347): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:odsign_prop:s0" dev="tmpfs" ino=291 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:odsign_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:00.940  3070  3070 I auditd  : avc=type=1400 audit(0.0:348): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:00.944  3070  3070 I auditd  : avc=type=1400 audit(0.0:349): avc:  denied  { getattr } for  comm="m.vicolo.chrono" path="/apex/apex-info-list.xml" dev="tmpfs" ino=91 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:apex_info_file:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:01.040  3070  3070 I auditd  : avc=type=1400 audit(0.0:350): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:01.040  3070  3070 I auditd  : avc=type=1400 audit(0.0:351): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:01.040  3070  3070 I auditd  : avc=type=1400 audit(0.0:352): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:01.040  3070  3070 I auditd  : avc=type=1400 audit(0.0:353): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:01.040  3070  3070 I auditd  : avc=type=1400 audit(0.0:354): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:01.044  3070  3070 I auditd  : avc=type=1400 audit(0.0:355): avc:  denied  { read } for  comm="main" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:01.096  3070  3070 I auditd  : avc=type=1400 audit(0.0:356): avc:  denied  { read } for  comm="binder:3070_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=315 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:01.096  3070  3070 I auditd  : avc=type=1400 audit(0.0:357): avc:  denied  { read } for  comm="binder:3070_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=315 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- beginning of crash
01-17 08:43:01.217  3070  3070 E AndroidRuntime: FATAL EXCEPTION: main
01-17 08:43:01.217  3070  3070 E AndroidRuntime: Process: com.vicolo.chrono, PID: 3070
01-17 08:43:01.217  3070  3070 E AndroidRuntime: java.lang.RuntimeException: Unable to create service com.flux.flutter_boot_receiver.BootHandlerService: java.lang.IllegalStateException: SharedPreferences in credential encrypted storage are not available until after user (id 0) is unlocked
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:5093)
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	at android.app.ActivityThread.-$$Nest$mhandleCreateService(Unknown Source:0)
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2505)
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:109)
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:232)
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:317)
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:8826)
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:591)
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	at com.android.internal.os.ExecInit.main(ExecInit.java:50)
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
01-17 08:43:01.217  3070  3070 E AndroidRuntime: Caused by: java.lang.IllegalStateException: SharedPreferences in credential encrypted storage are not available until after user (id 0) is unlocked
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:641)
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:619)
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:223)
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	at com.flux.flutter_boot_receiver.a.f(Unknown Source:9)
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	at com.flux.flutter_boot_receiver.BootHandlerService.onCreate(Unknown Source:22)
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:5080)
01-17 08:43:01.217  3070  3070 E AndroidRuntime: 	... 11 more
--------- switch to events
01-17 08:43:02.348  3211  3211 I auditd  : avc=type=1400 audit(0.0:383): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:02.360  3211  3211 I auditd  : avc=type=1400 audit(0.0:384): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:02.360  3211  3211 I auditd  : avc=type=1400 audit(0.0:385): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:02.360  3211  3211 I auditd  : avc=type=1400 audit(0.0:386): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:02.364  3211  3211 I auditd  : avc=type=1400 audit(0.0:387): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:02.368  3211  3211 I auditd  : avc=type=1400 audit(0.0:388): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:odsign_prop:s0" dev="tmpfs" ino=291 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:odsign_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:02.368  3211  3211 I auditd  : avc=type=1400 audit(0.0:389): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:02.372  3211  3211 I auditd  : avc=type=1400 audit(0.0:390): avc:  denied  { getattr } for  comm="m.vicolo.chrono" path="/apex/apex-info-list.xml" dev="tmpfs" ino=91 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:apex_info_file:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:02.468  3211  3211 I auditd  : avc=type=1400 audit(0.0:391): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:02.468  3211  3211 I auditd  : avc=type=1400 audit(0.0:392): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:02.468  3211  3211 I auditd  : avc=type=1400 audit(0.0:393): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:02.468  3211  3211 I auditd  : avc=type=1400 audit(0.0:394): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:02.468  3211  3211 I auditd  : avc=type=1400 audit(0.0:395): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:02.468  3211  3211 I auditd  : avc=type=1400 audit(0.0:396): avc:  denied  { read } for  comm="main" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:02.520  3211  3211 I auditd  : avc=type=1400 audit(0.0:397): avc:  denied  { read } for  comm="binder:3211_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=315 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:02.520  3211  3211 I auditd  : avc=type=1400 audit(0.0:398): avc:  denied  { read } for  comm="binder:3211_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=315 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to crash
01-17 08:43:02.609  3211  3211 E AndroidRuntime: FATAL EXCEPTION: main
01-17 08:43:02.609  3211  3211 E AndroidRuntime: Process: com.vicolo.chrono, PID: 3211
01-17 08:43:02.609  3211  3211 E AndroidRuntime: java.lang.RuntimeException: Unable to create service com.flux.flutter_boot_receiver.BootHandlerService: java.lang.IllegalStateException: SharedPreferences in credential encrypted storage are not available until after user (id 0) is unlocked
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:5093)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.app.ActivityThread.-$$Nest$mhandleCreateService(Unknown Source:0)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2505)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:109)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:232)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:317)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:8826)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:591)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at com.android.internal.os.ExecInit.main(ExecInit.java:50)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: Caused by: java.lang.IllegalStateException: SharedPreferences in credential encrypted storage are not available until after user (id 0) is unlocked
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:641)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:619)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:223)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at com.flux.flutter_boot_receiver.a.f(Unknown Source:9)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at com.flux.flutter_boot_receiver.BootHandlerService.onCreate(Unknown Source:22)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:5080)
01-17 08:43:02.609  3211  3211 E AndroidRuntime: 	... 11 more
--------- switch to events
01-17 08:43:14.460  3488  3488 I auditd  : avc=type=1400 audit(0.0:452): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:14.492  3488  3488 I auditd  : avc=type=1400 audit(0.0:453): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:14.492  3488  3488 I auditd  : avc=type=1400 audit(0.0:454): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:14.496  3488  3488 I auditd  : avc=type=1400 audit(0.0:455): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:14.496  3488  3488 I auditd  : avc=type=1400 audit(0.0:456): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:14.508  3488  3488 I auditd  : avc=type=1400 audit(0.0:457): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:odsign_prop:s0" dev="tmpfs" ino=291 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:odsign_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:14.512  3488  3488 I auditd  : avc=type=1400 audit(0.0:458): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:14.520  3488  3488 I auditd  : avc=type=1400 audit(0.0:460): avc:  denied  { getattr } for  comm="m.vicolo.chrono" path="/apex/apex-info-list.xml" dev="tmpfs" ino=91 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:apex_info_file:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:14.640  3488  3488 I auditd  : avc=type=1400 audit(0.0:483): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:14.640  3488  3488 I auditd  : avc=type=1400 audit(0.0:484): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:14.640  3488  3488 I auditd  : avc=type=1400 audit(0.0:485): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:14.640  3488  3488 I auditd  : avc=type=1400 audit(0.0:486): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:14.640  3488  3488 I auditd  : avc=type=1400 audit(0.0:487): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:33.944  3488  3488 I wm_on_create_called: [Token=78631808,Component Name=com.vicolo.chrono.MainActivity,Reason=performCreate,time=98ms]
01-17 08:43:33.945  3488  3488 I wm_on_start_called: [Token=78631808,Component Name=com.vicolo.chrono.MainActivity,Reason=handleStartActivity,time=0ms]
01-17 08:43:33.946  3488  3488 I wm_on_resume_called: [Token=78631808,Component Name=com.vicolo.chrono.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
01-17 08:43:33.961  3488  3488 I wm_on_top_resumed_gained_called: [Token=78631808,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:43:33.978  3488  3488 I surfaceview_layout: [window=SV[75756774 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=1]
01-17 08:43:33.979  3488  3488 I surfaceview_callback: [window=SV[75756774 MainActivity],callback=surfaceCreated]
01-17 08:43:33.982  3488  3488 I surfaceview_callback: [window=SV[75756774 MainActivity],callback=surfaceChanged -- format=4 w=1344 h=2920]
01-17 08:43:33.982  3488  3488 I surfaceview_callback: [window=SV[75756774 MainActivity],callback=surfaceRedrawNeeded]
01-17 08:43:33.982  3488  3488 I viewroot_draw_event: [window=VRI[MainActivity],event=Canceling draw. cancelDueToPreDrawListener=true cancelDueToSync=false]
01-17 08:43:35.485  3488  3488 I wm_on_top_resumed_lost_called: [Token=78631808,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:43:35.485  3488  3488 I wm_on_paused_called: [Token=78631808,Component Name=com.vicolo.chrono.MainActivity,Reason=performPause,time=0ms]
01-17 08:43:35.775  3488  3488 I surfaceview_layout: [window=SV[75756774 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=0]
01-17 08:43:35.776  3488  3488 I surfaceview_callback: [window=SV[75756774 MainActivity],callback=surfaceDestroyed]
01-17 08:43:35.779  3488  3488 I wm_on_stop_called: [Token=78631808,Component Name=com.vicolo.chrono.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=0ms]
01-17 08:43:35.785  3488  3488 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:43:35.786  3488  3488 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility]
01-17 08:43:37.336  3488  3488 I wm_on_destroy_called: [Token=78631808,Component Name=com.vicolo.chrono.MainActivity,Reason=performDestroy,time=49ms]
01-17 08:43:37.337  3488  3488 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:43:37.338  3488  3488 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:43:38.280  3488  3488 I wm_on_create_called: [Token=186573016,Component Name=com.vicolo.chrono.MainActivity,Reason=performCreate,time=50ms]
01-17 08:43:38.280  3488  3488 I wm_on_start_called: [Token=186573016,Component Name=com.vicolo.chrono.MainActivity,Reason=handleStartActivity,time=0ms]
01-17 08:43:38.281  3488  3488 I wm_on_resume_called: [Token=186573016,Component Name=com.vicolo.chrono.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
01-17 08:43:38.286  3488  3488 I wm_on_top_resumed_gained_called: [Token=186573016,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:43:38.321  3488  3488 I surfaceview_layout: [window=SV[118251208 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=1]
01-17 08:43:38.321  3488  3488 I surfaceview_callback: [window=SV[118251208 MainActivity],callback=surfaceCreated]
01-17 08:43:38.323  3488  3488 I surfaceview_callback: [window=SV[118251208 MainActivity],callback=surfaceChanged -- format=4 w=1344 h=2920]
01-17 08:43:38.324  3488  3488 I surfaceview_callback: [window=SV[118251208 MainActivity],callback=surfaceRedrawNeeded]
01-17 08:43:38.324  3488  3488 I viewroot_draw_event: [window=VRI[MainActivity],event=Canceling draw. cancelDueToPreDrawListener=true cancelDueToSync=false]
01-17 08:43:40.548  3488  3488 I wm_on_top_resumed_lost_called: [Token=186573016,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:43:43.867  3488  3488 I wm_on_paused_called: [Token=186573016,Component Name=com.vicolo.chrono.MainActivity,Reason=performPause,time=1ms]
01-17 08:43:43.875  3488  3488 I surfaceview_layout: [window=SV[118251208 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=0]
01-17 08:43:43.875  3488  3488 I surfaceview_callback: [window=SV[118251208 MainActivity],callback=surfaceDestroyed]
01-17 08:43:43.895  3488  3488 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:43:43.895  3488  3488 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:43:43.895  3488  3488 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility]
01-17 08:43:43.897  3488  3488 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:43:43.898  3488  3488 I wm_on_stop_called: [Token=186573016,Component Name=com.vicolo.chrono.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=0ms]
01-17 08:43:43.904  3488  3488 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:43:44.111  3488  3488 I wm_on_destroy_called: [Token=186573016,Component Name=com.vicolo.chrono.MainActivity,Reason=performDestroy,time=25ms]
01-17 08:43:44.111  3488  3488 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:43:44.112  3488  3488 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:43:51.268  5266  5266 I auditd  : avc=type=1400 audit(0.0:904): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:51.284  5266  5266 I auditd  : avc=type=1400 audit(0.0:905): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:51.284  5266  5266 I auditd  : avc=type=1400 audit(0.0:906): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:51.284  5266  5266 I auditd  : avc=type=1400 audit(0.0:907): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:51.288  5266  5266 I auditd  : avc=type=1400 audit(0.0:908): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:51.292  5266  5266 I auditd  : avc=type=1400 audit(0.0:909): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:odsign_prop:s0" dev="tmpfs" ino=291 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:odsign_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:51.292  5266  5266 I auditd  : avc=type=1400 audit(0.0:910): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:51.296  5266  5266 I auditd  : avc=type=1400 audit(0.0:911): avc:  denied  { getattr } for  comm="m.vicolo.chrono" path="/apex/apex-info-list.xml" dev="tmpfs" ino=91 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:apex_info_file:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:51.444  5266  5266 I auditd  : avc=type=1400 audit(0.0:912): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:51.444  5266  5266 I auditd  : avc=type=1400 audit(0.0:913): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:51.444  5266  5266 I auditd  : avc=type=1400 audit(0.0:914): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:51.444  5266  5266 I auditd  : avc=type=1400 audit(0.0:915): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:51.444  5266  5266 I auditd  : avc=type=1400 audit(0.0:916): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:51.444  5266  5266 I auditd  : avc=type=1400 audit(0.0:917): avc:  denied  { read } for  comm="main" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:51.488  5266  5266 I auditd  : avc=type=1400 audit(0.0:918): avc:  denied  { read } for  comm="binder:5266_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=315 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:51.488  5266  5266 I auditd  : avc=type=1400 audit(0.0:919): avc:  denied  { read } for  comm="binder:5266_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=315 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:51.556  5266  5266 I auditd  : avc=type=1400 audit(0.0:920): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:51.596  5266  5266 I auditd  : avc=type=1400 audit(0.0:921): avc:  denied  { read } for  comm="m.vicolo.chrono" name="max_map_count" dev="proc" ino=21887 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:proc_max_map_count:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:43:53.807  5266  5266 I wm_on_create_called: [Token=72830250,Component Name=com.vicolo.chrono.MainActivity,Reason=performCreate,time=70ms]
01-17 08:43:53.808  5266  5266 I wm_on_start_called: [Token=72830250,Component Name=com.vicolo.chrono.MainActivity,Reason=handleStartActivity,time=0ms]
01-17 08:43:53.809  5266  5266 I wm_on_resume_called: [Token=72830250,Component Name=com.vicolo.chrono.MainActivity,Reason=RESUME_ACTIVITY,time=1ms]
01-17 08:43:53.816  5266  5266 I wm_on_top_resumed_gained_called: [Token=72830250,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:43:53.932  5266  5266 I surfaceview_layout: [window=SV[231236941 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=1]
01-17 08:43:53.933  5266  5266 I surfaceview_callback: [window=SV[231236941 MainActivity],callback=surfaceCreated]
01-17 08:43:53.936  5266  5266 I surfaceview_callback: [window=SV[231236941 MainActivity],callback=surfaceChanged -- format=4 w=1344 h=2920]
01-17 08:43:53.936  5266  5266 I surfaceview_callback: [window=SV[231236941 MainActivity],callback=surfaceRedrawNeeded]
01-17 08:43:53.936  5266  5266 I viewroot_draw_event: [window=VRI[MainActivity],event=Canceling draw. cancelDueToPreDrawListener=true cancelDueToSync=false]
01-17 08:43:55.585  5266  5266 I wm_on_top_resumed_lost_called: [Token=72830250,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:43:56.987  5266  5266 I wm_on_paused_called: [Token=72830250,Component Name=com.vicolo.chrono.MainActivity,Reason=performPause,time=0ms]
01-17 08:43:56.990  5266  5266 I surfaceview_layout: [window=SV[231236941 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=0]
01-17 08:43:56.990  5266  5266 I surfaceview_callback: [window=SV[231236941 MainActivity],callback=surfaceDestroyed]
01-17 08:43:57.006  5266  5266 I wm_on_stop_called: [Token=72830250,Component Name=com.vicolo.chrono.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
01-17 08:43:57.013  5266  5266 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:43:57.013  5266  5266 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible. Reason=View.INVISIBLE]
01-17 08:43:57.090  5266  5266 I wm_on_destroy_called: [Token=72830250,Component Name=com.vicolo.chrono.MainActivity,Reason=performDestroy,time=76ms]
01-17 08:43:57.091  5266  5266 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:43:57.092  5266  5266 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:43:57.092  5266  5266 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:44:08.412  5527  5527 I auditd  : avc=type=1400 audit(0.0:946): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:08.424  5527  5527 I auditd  : avc=type=1400 audit(0.0:947): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:08.424  5527  5527 I auditd  : avc=type=1400 audit(0.0:948): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:08.424  5527  5527 I auditd  : avc=type=1400 audit(0.0:949): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:08.424  5527  5527 I auditd  : avc=type=1400 audit(0.0:950): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:08.432  5527  5527 I auditd  : avc=type=1400 audit(0.0:951): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:odsign_prop:s0" dev="tmpfs" ino=291 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:odsign_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:08.432  5527  5527 I auditd  : avc=type=1400 audit(0.0:952): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:08.436  5527  5527 I auditd  : avc=type=1400 audit(0.0:953): avc:  denied  { getattr } for  comm="m.vicolo.chrono" path="/apex/apex-info-list.xml" dev="tmpfs" ino=91 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:apex_info_file:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:08.560  5527  5527 I auditd  : avc=type=1400 audit(0.0:954): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:08.560  5527  5527 I auditd  : avc=type=1400 audit(0.0:955): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:08.560  5527  5527 I auditd  : avc=type=1400 audit(0.0:956): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:08.560  5527  5527 I auditd  : avc=type=1400 audit(0.0:957): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:08.560  5527  5527 I auditd  : avc=type=1400 audit(0.0:958): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:08.560  5527  5527 I auditd  : avc=type=1400 audit(0.0:959): avc:  denied  { read } for  comm="main" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:08.620  5527  5527 I auditd  : avc=type=1400 audit(0.0:960): avc:  denied  { read } for  comm="binder:5527_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=315 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:08.624  5527  5527 I auditd  : avc=type=1400 audit(0.0:961): avc:  denied  { read } for  comm="binder:5527_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=315 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:08.708  5527  5527 I auditd  : avc=type=1400 audit(0.0:962): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to crash
01-17 08:44:08.778  5527  5527 E AndroidRuntime: FATAL EXCEPTION: main
01-17 08:44:08.778  5527  5527 E AndroidRuntime: Process: com.vicolo.chrono, PID: 5527
01-17 08:44:08.778  5527  5527 E AndroidRuntime: java.lang.RuntimeException: Unable to create service com.pravera.flutter_foreground_task.service.ForegroundService: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.vicolo.chrono/com.pravera.flutter_foreground_task.service.ForegroundService
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:5093)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.app.ActivityThread.-$$Nest$mhandleCreateService(Unknown Source:0)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2505)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:109)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:232)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:317)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:8826)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:591)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at com.android.internal.os.ExecInit.main(ExecInit.java:50)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: Caused by: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.vicolo.chrono/com.pravera.flutter_foreground_task.service.ForegroundService
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.os.Parcel.readParcelableInternal(Parcel.java:5084)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.os.Parcel.readParcelable(Parcel.java:5066)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.os.Parcel.createExceptionOrNull(Parcel.java:3235)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.os.Parcel.createException(Parcel.java:3224)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:3200)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:3142)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:7231)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.app.Service.startForeground(Service.java:879)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at com.pravera.flutter_foreground_task.service.ForegroundService.w(Unknown Source:312)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at com.pravera.flutter_foreground_task.service.ForegroundService.onCreate(Unknown Source:62)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:5080)
01-17 08:44:08.778  5527  5527 E AndroidRuntime: 	... 11 more
--------- switch to events
01-17 08:44:27.672  5786  5786 I auditd  : avc=type=1400 audit(0.0:1014): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:27.688  5786  5786 I auditd  : avc=type=1400 audit(0.0:1015): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:27.688  5786  5786 I auditd  : avc=type=1400 audit(0.0:1016): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:27.688  5786  5786 I auditd  : avc=type=1400 audit(0.0:1017): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:27.688  5786  5786 I auditd  : avc=type=1400 audit(0.0:1018): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:27.696  5786  5786 I auditd  : avc=type=1400 audit(0.0:1019): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:odsign_prop:s0" dev="tmpfs" ino=291 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:odsign_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:27.696  5786  5786 I auditd  : avc=type=1400 audit(0.0:1020): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:27.700  5786  5786 I auditd  : avc=type=1400 audit(0.0:1021): avc:  denied  { getattr } for  comm="m.vicolo.chrono" path="/apex/apex-info-list.xml" dev="tmpfs" ino=91 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:apex_info_file:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:27.812  5786  5786 I auditd  : avc=type=1400 audit(0.0:1022): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:27.812  5786  5786 I auditd  : avc=type=1400 audit(0.0:1023): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:27.812  5786  5786 I auditd  : avc=type=1400 audit(0.0:1024): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:27.812  5786  5786 I auditd  : avc=type=1400 audit(0.0:1025): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:27.812  5786  5786 I auditd  : avc=type=1400 audit(0.0:1026): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:27.816  5786  5786 I auditd  : avc=type=1400 audit(0.0:1027): avc:  denied  { read } for  comm="main" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:27.864  5786  5786 I auditd  : avc=type=1400 audit(0.0:1028): avc:  denied  { read } for  comm="binder:5786_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=315 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:27.864  5786  5786 I auditd  : avc=type=1400 audit(0.0:1029): avc:  denied  { read } for  comm="binder:5786_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=315 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:27.956  5786  5786 I auditd  : avc=type=1400 audit(0.0:1030): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to crash
01-17 08:44:27.991  5786  5786 E AndroidRuntime: FATAL EXCEPTION: main
01-17 08:44:27.991  5786  5786 E AndroidRuntime: Process: com.vicolo.chrono, PID: 5786
01-17 08:44:27.991  5786  5786 E AndroidRuntime: java.lang.RuntimeException: Unable to create service com.pravera.flutter_foreground_task.service.ForegroundService: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.vicolo.chrono/com.pravera.flutter_foreground_task.service.ForegroundService
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:5093)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at android.app.ActivityThread.-$$Nest$mhandleCreateService(Unknown Source:0)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2505)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:109)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:232)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:317)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:8826)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:591)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at com.android.internal.os.ExecInit.main(ExecInit.java:50)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: Caused by: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.vicolo.chrono/com.pravera.flutter_foreground_task.service.ForegroundService
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at android.os.Parcel.readParcelableInternal(Parcel.java:5084)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at android.os.Parcel.readParcelable(Parcel.java:5066)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at android.os.Parcel.createExceptionOrNull(Parcel.java:3235)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at android.os.Parcel.createException(Parcel.java:3224)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:3200)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at android.os.Parcel.readException(Parcel.java:3142)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:7231)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at android.app.Service.startForeground(Service.java:879)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at com.pravera.flutter_foreground_task.service.ForegroundService.w(Unknown Source:312)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at com.pravera.flutter_foreground_task.service.ForegroundService.onCreate(Unknown Source:62)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:5080)
01-17 08:44:27.991  5786  5786 E AndroidRuntime: 	... 11 more
--------- switch to events
01-17 08:44:28.892  5815  5815 I auditd  : avc=type=1400 audit(0.0:1031): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:28.900  5815  5815 I auditd  : avc=type=1400 audit(0.0:1032): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:28.900  5815  5815 I auditd  : avc=type=1400 audit(0.0:1033): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:28.900  5815  5815 I auditd  : avc=type=1400 audit(0.0:1034): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:28.900  5815  5815 I auditd  : avc=type=1400 audit(0.0:1035): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:28.904  5815  5815 I auditd  : avc=type=1400 audit(0.0:1036): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:odsign_prop:s0" dev="tmpfs" ino=291 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:odsign_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:28.904  5815  5815 I auditd  : avc=type=1400 audit(0.0:1037): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:28.908  5815  5815 I auditd  : avc=type=1400 audit(0.0:1038): avc:  denied  { getattr } for  comm="m.vicolo.chrono" path="/apex/apex-info-list.xml" dev="tmpfs" ino=91 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:apex_info_file:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:28.980  5815  5815 I auditd  : avc=type=1400 audit(0.0:1039): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:28.980  5815  5815 I auditd  : avc=type=1400 audit(0.0:1040): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:28.980  5815  5815 I auditd  : avc=type=1400 audit(0.0:1041): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:28.980  5815  5815 I auditd  : avc=type=1400 audit(0.0:1042): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:28.980  5815  5815 I auditd  : avc=type=1400 audit(0.0:1043): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=112 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:28.984  5815  5815 I auditd  : avc=type=1400 audit(0.0:1044): avc:  denied  { read } for  comm="main" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:29.016  5815  5815 I auditd  : avc=type=1400 audit(0.0:1045): avc:  denied  { read } for  comm="binder:5815_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=315 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:29.016  5815  5815 I auditd  : avc=type=1400 audit(0.0:1046): avc:  denied  { read } for  comm="binder:5815_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=315 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:29.072  5815  5815 I auditd  : avc=type=1400 audit(0.0:1047): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=384 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:29.108  5815  5815 I auditd  : avc=type=1400 audit(0.0:1048): avc:  denied  { read } for  comm="m.vicolo.chrono" name="max_map_count" dev="proc" ino=65437 scontext=u:r:untrusted_app:s0:c105,c256,c512,c768 tcontext=u:object_r:proc_max_map_count:s0 tclass=file permissive=0 app=com.vicolo.chrono
01-17 08:44:29.238  5815  5815 I wm_on_create_called: [Token=38194971,Component Name=com.vicolo.chrono.MainActivity,Reason=performCreate,time=150ms]
01-17 08:44:29.239  5815  5815 I wm_on_start_called: [Token=38194971,Component Name=com.vicolo.chrono.MainActivity,Reason=handleStartActivity,time=0ms]
01-17 08:44:29.240  5815  5815 I wm_on_resume_called: [Token=38194971,Component Name=com.vicolo.chrono.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
01-17 08:44:29.248  5815  5815 I wm_on_top_resumed_gained_called: [Token=38194971,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:44:29.361  5815  5815 I surfaceview_layout: [window=SV[110534206 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=1]
01-17 08:44:29.362  5815  5815 I surfaceview_callback: [window=SV[110534206 MainActivity],callback=surfaceCreated]
01-17 08:44:29.364  5815  5815 I surfaceview_callback: [window=SV[110534206 MainActivity],callback=surfaceChanged -- format=4 w=1344 h=2920]
01-17 08:44:29.364  5815  5815 I surfaceview_callback: [window=SV[110534206 MainActivity],callback=surfaceRedrawNeeded]
01-17 08:44:29.364  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=Canceling draw. cancelDueToPreDrawListener=true cancelDueToSync=false]
01-17 08:44:34.171  5815  5815 I wm_on_top_resumed_lost_called: [Token=38194971,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:44:36.046  5815  5815 I wm_on_paused_called: [Token=38194971,Component Name=com.vicolo.chrono.MainActivity,Reason=performPause,time=1ms]
01-17 08:44:36.460  5815  5815 I surfaceview_layout: [window=SV[110534206 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=0]
01-17 08:44:36.460  5815  5815 I surfaceview_callback: [window=SV[110534206 MainActivity],callback=surfaceDestroyed]
01-17 08:44:36.481  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:44:36.482  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:44:36.482  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility]
01-17 08:44:36.484  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:44:36.485  5815  5815 I wm_on_stop_called: [Token=38194971,Component Name=com.vicolo.chrono.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
01-17 08:44:36.491  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:44:42.417  5815  5815 I wm_on_destroy_called: [Token=38194971,Component Name=com.vicolo.chrono.MainActivity,Reason=performDestroy,time=19ms]
01-17 08:44:42.417  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:44:42.418  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:44:44.070  5815  5815 I wm_on_create_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=performCreate,time=47ms]
01-17 08:44:44.070  5815  5815 I wm_on_start_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=handleStartActivity,time=0ms]
01-17 08:44:44.071  5815  5815 I wm_on_resume_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
01-17 08:44:44.075  5815  5815 I wm_on_top_resumed_gained_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:44:44.121  5815  5815 I surfaceview_layout: [window=SV[75048364 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=1]
01-17 08:44:44.121  5815  5815 I surfaceview_callback: [window=SV[75048364 MainActivity],callback=surfaceCreated]
01-17 08:44:44.123  5815  5815 I surfaceview_callback: [window=SV[75048364 MainActivity],callback=surfaceChanged -- format=4 w=1344 h=2920]
01-17 08:44:44.123  5815  5815 I surfaceview_callback: [window=SV[75048364 MainActivity],callback=surfaceRedrawNeeded]
01-17 08:44:44.123  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=Canceling draw. cancelDueToPreDrawListener=true cancelDueToSync=false]
01-17 08:45:29.778  5815  5815 I wm_on_top_resumed_lost_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:45:30.669  5815  5815 I wm_on_paused_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=performPause,time=0ms]
01-17 08:45:31.044  5815  5815 I surfaceview_layout: [window=SV[75048364 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=0]
01-17 08:45:31.045  5815  5815 I surfaceview_callback: [window=SV[75048364 MainActivity],callback=surfaceDestroyed]
01-17 08:45:31.051  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:45:31.051  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:45:31.051  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility]
01-17 08:45:31.055  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:45:31.055  5815  5815 I wm_on_stop_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
01-17 08:45:31.062  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:45:42.993  5815  5815 I wm_on_restart_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=performRestart,time=0ms]
01-17 08:45:42.994  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:45:42.994  5815  5815 I wm_on_start_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=handleStartActivity,time=1ms]
01-17 08:45:42.994  5815  5815 I wm_on_resume_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
01-17 08:45:42.994  5815  5815 I wm_on_top_resumed_gained_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=topWhenResuming]
01-17 08:45:42.997  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:45:43.004  5815  5815 I surfaceview_layout: [window=SV[75048364 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=1]
01-17 08:45:43.005  5815  5815 I surfaceview_callback: [window=SV[75048364 MainActivity],callback=surfaceCreated]
01-17 08:45:43.006  5815  5815 I surfaceview_callback: [window=SV[75048364 MainActivity],callback=surfaceChanged -- format=4 w=1344 h=2920]
01-17 08:45:43.006  5815  5815 I surfaceview_callback: [window=SV[75048364 MainActivity],callback=surfaceRedrawNeeded]
01-17 08:45:43.664  5815  5815 I wm_on_top_resumed_lost_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:45:43.665  5815  5815 I wm_on_paused_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=performPause,time=0ms]
01-17 08:45:43.966  5815  5815 I surfaceview_layout: [window=SV[75048364 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=0]
01-17 08:45:43.966  5815  5815 I surfaceview_callback: [window=SV[75048364 MainActivity],callback=surfaceDestroyed]
01-17 08:45:43.968  5815  5815 I wm_on_stop_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=0ms]
01-17 08:45:43.979  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:45:43.980  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility]
01-17 08:47:21.966  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:48:07.580  5815  5815 I wm_on_restart_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=performRestart,time=0ms]
01-17 08:48:07.580  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:48:07.580  5815  5815 I wm_on_start_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=handleStartActivity,time=1ms]
01-17 08:48:07.581  5815  5815 I wm_on_resume_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
01-17 08:48:07.581  5815  5815 I wm_on_top_resumed_gained_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=topWhenResuming]
01-17 08:48:07.583  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:48:07.587  5815  5815 I surfaceview_layout: [window=SV[75048364 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=1]
01-17 08:48:07.587  5815  5815 I surfaceview_callback: [window=SV[75048364 MainActivity],callback=surfaceCreated]
01-17 08:48:07.588  5815  5815 I surfaceview_callback: [window=SV[75048364 MainActivity],callback=surfaceChanged -- format=4 w=1344 h=2920]
01-17 08:48:07.588  5815  5815 I surfaceview_callback: [window=SV[75048364 MainActivity],callback=surfaceRedrawNeeded]
01-17 08:48:09.607  5815  5815 I wm_on_top_resumed_lost_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:48:10.824  5815  5815 I wm_on_top_resumed_gained_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:48:11.566  5815  5815 I wm_on_top_resumed_lost_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:48:13.650  5815  5815 I wm_on_top_resumed_gained_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:48:13.841  5815  5815 I wm_on_top_resumed_lost_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:48:14.750  5815  5815 I wm_on_top_resumed_gained_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:48:14.892  5815  5815 I wm_on_top_resumed_lost_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:48:15.535  5815  5815 I wm_on_paused_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=performPause,time=1ms]
01-17 08:48:15.541  5815  5815 I surfaceview_layout: [window=SV[75048364 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=0]
01-17 08:48:15.542  5815  5815 I surfaceview_callback: [window=SV[75048364 MainActivity],callback=surfaceDestroyed]
01-17 08:48:15.556  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:48:15.557  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:48:15.557  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility]
01-17 08:48:15.560  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:48:15.561  5815  5815 I wm_on_stop_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=0ms]
01-17 08:48:15.566  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:48:15.798  5815  5815 I wm_on_destroy_called: [Token=32163921,Component Name=com.vicolo.chrono.MainActivity,Reason=performDestroy,time=36ms]
01-17 08:48:15.798  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:48:15.798  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:48:16.610  5815  5815 I wm_on_create_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=performCreate,time=54ms]
01-17 08:48:16.610  5815  5815 I wm_on_start_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=handleStartActivity,time=0ms]
01-17 08:48:16.611  5815  5815 I wm_on_resume_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
01-17 08:48:16.614  5815  5815 I wm_on_top_resumed_gained_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:48:16.652  5815  5815 I surfaceview_layout: [window=SV[31471255 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=1]
01-17 08:48:16.653  5815  5815 I surfaceview_callback: [window=SV[31471255 MainActivity],callback=surfaceCreated]
01-17 08:48:16.654  5815  5815 I surfaceview_callback: [window=SV[31471255 MainActivity],callback=surfaceChanged -- format=4 w=1344 h=2920]
01-17 08:48:16.654  5815  5815 I surfaceview_callback: [window=SV[31471255 MainActivity],callback=surfaceRedrawNeeded]
01-17 08:48:16.655  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=Canceling draw. cancelDueToPreDrawListener=true cancelDueToSync=false]
01-17 08:48:20.568  5815  5815 I wm_on_top_resumed_lost_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:48:21.036  5815  5815 I wm_on_paused_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=performPause,time=0ms]
01-17 08:48:21.038  5815  5815 I surfaceview_layout: [window=SV[31471255 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=0]
01-17 08:48:21.038  5815  5815 I surfaceview_callback: [window=SV[31471255 MainActivity],callback=surfaceDestroyed]
01-17 08:48:21.044  5815  5815 I wm_on_stop_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
01-17 08:48:21.052  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:48:21.052  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility]
01-17 08:49:58.601  5815  5815 I wm_on_restart_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=performRestart,time=0ms]
01-17 08:49:58.601  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:49:58.602  5815  5815 I wm_on_start_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=handleStartActivity,time=0ms]
01-17 08:49:58.602  5815  5815 I wm_on_resume_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
01-17 08:49:58.602  5815  5815 I wm_on_top_resumed_gained_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=topWhenResuming]
01-17 08:49:58.607  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:49:58.615  5815  5815 I surfaceview_layout: [window=SV[31471255 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=1]
01-17 08:49:58.617  5815  5815 I surfaceview_callback: [window=SV[31471255 MainActivity],callback=surfaceCreated]
01-17 08:49:58.618  5815  5815 I surfaceview_callback: [window=SV[31471255 MainActivity],callback=surfaceChanged -- format=4 w=1344 h=2920]
01-17 08:49:58.618  5815  5815 I surfaceview_callback: [window=SV[31471255 MainActivity],callback=surfaceRedrawNeeded]
01-17 08:50:00.057  5815  5815 I wm_on_top_resumed_lost_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:50:01.836  5815  5815 I wm_on_paused_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=performPause,time=1ms]
01-17 08:50:01.839  5815  5815 I surfaceview_layout: [window=SV[31471255 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=0]
01-17 08:50:01.840  5815  5815 I surfaceview_callback: [window=SV[31471255 MainActivity],callback=surfaceDestroyed]
01-17 08:50:01.844  5815  5815 I wm_on_stop_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
01-17 08:50:01.851  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:50:01.851  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility]
01-17 08:53:57.086  5815  5815 I wm_on_restart_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=performRestart,time=0ms]
01-17 08:53:57.086  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:53:57.086  5815  5815 I wm_on_start_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=handleStartActivity,time=0ms]
--------- beginning of main
01-17 08:53:57.086  5815  5815 D TSBackgroundFetch: ☯️  onStart
--------- switch to events
01-17 08:53:57.086  5815  5815 I wm_on_resume_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
--------- switch to main
01-17 08:53:57.086  5815  5815 D TSBackgroundFetch: ☯️  onResume
--------- switch to events
01-17 08:53:57.087  5815  5815 I wm_on_top_resumed_gained_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=topWhenResuming]
01-17 08:53:57.090  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:53:57.093  5815  5815 I surfaceview_layout: [window=SV[31471255 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=1]
01-17 08:53:57.094  5815  5815 I surfaceview_callback: [window=SV[31471255 MainActivity],callback=surfaceCreated]
01-17 08:53:57.095  5815  5815 I surfaceview_callback: [window=SV[31471255 MainActivity],callback=surfaceChanged -- format=4 w=1344 h=2920]
01-17 08:53:57.095  5815  5815 I surfaceview_callback: [window=SV[31471255 MainActivity],callback=surfaceRedrawNeeded]
01-17 08:54:11.359  5815  5815 I wm_on_top_resumed_lost_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:54:12.644  5815  5815 I wm_on_paused_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=performPause,time=1ms]
--------- switch to main
01-17 08:54:12.645  5815  5815 D VRI[MainActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
01-17 08:54:12.651  5815  5815 I surfaceview_layout: [window=SV[31471255 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=0]
01-17 08:54:12.651  5815  5815 I surfaceview_callback: [window=SV[31471255 MainActivity],callback=surfaceDestroyed]
01-17 08:54:12.668  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:54:12.669  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:54:12.669  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility]
01-17 08:54:12.672  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:54:12.672  5815  5815 I wm_on_stop_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
01-17 08:54:12.678  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
--------- switch to main
01-17 08:54:13.344  5815  5815 D TSBackgroundFetch: ☯️  onPause
01-17 08:54:13.344  5815  5815 D TSBackgroundFetch: ☯️  onStop
--------- switch to events
01-17 08:55:54.836  5815  5815 I wm_on_restart_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=performRestart,time=0ms]
01-17 08:55:54.837  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:55:54.837  5815  5815 I wm_on_start_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=handleStartActivity,time=1ms]
--------- switch to main
01-17 08:55:54.837  5815  5815 D TSBackgroundFetch: ☯️  onStart
--------- switch to events
01-17 08:55:54.838  5815  5815 I wm_on_resume_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
--------- switch to main
01-17 08:55:54.838  5815  5815 D TSBackgroundFetch: ☯️  onResume
--------- switch to events
01-17 08:55:54.838  5815  5815 I wm_on_top_resumed_gained_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=topWhenResuming]
01-17 08:55:54.843  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:55:54.851  5815  5815 I surfaceview_layout: [window=SV[31471255 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=1]
01-17 08:55:54.852  5815  5815 I surfaceview_callback: [window=SV[31471255 MainActivity],callback=surfaceCreated]
01-17 08:55:54.853  5815  5815 I surfaceview_callback: [window=SV[31471255 MainActivity],callback=surfaceChanged -- format=4 w=1344 h=2920]
01-17 08:55:54.853  5815  5815 I surfaceview_callback: [window=SV[31471255 MainActivity],callback=surfaceRedrawNeeded]
01-17 08:55:55.935  5815  5815 I wm_on_top_resumed_lost_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
01-17 08:55:57.819  5815  5815 I wm_on_paused_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=performPause,time=0ms]
--------- switch to main
01-17 08:55:58.193  5815  5815 D VRI[MainActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
01-17 08:55:58.202  5815  5815 I surfaceview_layout: [window=SV[31471255 MainActivity],format=4,width=1344,height=2920,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=0]
01-17 08:55:58.202  5815  5815 I surfaceview_callback: [window=SV[31471255 MainActivity],callback=surfaceDestroyed]
01-17 08:55:58.205  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:55:58.205  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:55:58.206  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility]
01-17 08:55:58.208  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
01-17 08:55:58.208  5815  5815 I wm_on_stop_called: [Token=144542200,Component Name=com.vicolo.chrono.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=0ms]
01-17 08:55:58.210  5815  5815 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
--------- switch to main
01-17 08:55:58.519  5815  5815 D TSBackgroundFetch: ☯️  onPause
01-17 08:55:58.520  5815  5815 D TSBackgroundFetch: ☯️  onStop

TheLastZombie avatar Jan 17 '25 09:01 TheLastZombie

https://github.com/vicolo-dev/chrono/issues/406#issuecomment-2592273704

I've ascertained that every time, I get a Flutter trace:

1737108389.164 10223 26965 27017 E flutter : [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: FormatException: Unexpected character (at character 20514)
1737108389.164 10223 26965 27017 E flutter : ...ound service","isActive":false}]s in background service","isActive":false}]
1737108389.164 10223 26965 27017 E flutter :                                    ^
1737108389.164 10223 26965 27017 E flutter : #0      _ChunkedJsonParser.fail (dart:convert-patch/convert_patch.dart:1380)
1737108389.164 10223 26965 27017 E flutter : #1      _ChunkedJsonParser.parse (dart:convert-patch/convert_patch.dart:910)
1737108389.164 10223 26965 27017 E flutter : #2      _parseJson (dart:convert-patch/convert_patch.dart:35)
1737108389.164 10223 26965 27017 E flutter : #3      JsonDecoder.convert (dart:convert/json.dart:610)
1737108389.164 10223 26965 27017 E flutter : #4      JsonCodec.decode (dart:convert/json.dart:216)
1737108389.164 10223 26965 27017 E flutter : #5      listFromString (package:clock_app/common/utils/json_serialize.dart:50)
1737108389.164 10223 26965 27017 E flutter : #6      loadList (package:clock_app/common/utils/list_storage.dart:59)
1737108389.164 10223 26965 27017 E flutter : <asynchronous suspension>
1737108389.164 10223 26965 27017 E flutter : #7      cancelAlarm (package:clock_app/alarm/logic/schedule_alarm.dart:102)
1737108389.164 10223 26965 27017 E flutter : <asynchronous suspension>
1737108389.164 10223 26965 27017 E flutter : #8      cancelAllAlarms (package:clock_app/alarm/logic/update_alarms.dart:15)
1737108389.164 10223 26965 27017 E flutter : <asynchronous suspension>
1737108389.164 10223 26965 27017 E flutter : #9      updateAlarms (package:clock_app/alarm/logic/update_alarms.dart:42)
1737108389.164 10223 26965 27017 E flutter : <asynchronous suspension>
1737108389.164 10223 26965 27017 E flutter : #10     main (package:clock_app/main.dart:49)
1737108389.164 10223 26965 27017 E flutter : <asynchronous suspension>

What @TheLastZombie sees may be an example of https://github.com/element-hq/element-android/issues/8894#issue-2503201116.

RokeJulianLockhart avatar Jan 17 '25 10:01 RokeJulianLockhart

I also have this same issue

ItsEpicBeast avatar Jan 27 '25 09:01 ItsEpicBeast

Same here

sonalder-darlene avatar Jan 27 '25 12:01 sonalder-darlene

I have the same problem. It started after I force-closed the app, because it was giving this error every time I tried to add an alarm.

Image

Edit: Clearing the cache made no difference, but clearing all app data made it work again.

DrGerbil avatar Feb 12 '25 02:02 DrGerbil

Edit: Clearing the cache made no difference, but clearing all app data made it work again.

It fixes it, but only for a bit; it breaks after a while for me.

From the logs it seems that common/utils/json_serialize.dart at line 55 is causing an issue when parsing alarms. This then trickles down and causes a bunch of other issues. Or at least that's my reading, as someone who never worked on the app.

@AhsanSarwar45, would it be possible to add a check to see whether json_serialize.dart succeeds, and if not go through the json to see what is causing the issue? Or maybe making a debug build to print the json contents for more thorough debugging, if needed?

Also entirely possible I'm talking bollocks, but I hope some of that information helps you fix the issue. Thanks :)

Here are a bit more detailed logs

1741399410.039 10377  3523  3523 I m.vicolo.chrono: Using CollectorTypeCMC GC.
1741399410.042 10377  3523  3523 E m.vicolo.chrono: Not starting debugger since process cannot load the jdwp agent.
1741399410.048 10377  3523  3523 D ActivityThread: setConscryptValidator
1741399410.048 10377  3523  3523 D ActivityThread: setConscryptValidator - put
1741399410.061 10377  3523  3523 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10377; state: ENABLED
1741399410.062 10377  3523  3523 D CompatibilityChangeReporter: Compat change id reported: 242716250; UID 10377; state: ENABLED
1741399410.075 10377  3523  3523 D nativeloader: Configuring clns-4 for other apk /data/app/~~TNURHvKd7MPXyiY5505qVg==/com.vicolo.chrono-E3PUFN9biTGUgyqj_8oe1w==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~TNURHvKd7MPXyiY5505qVg==/com.vicolo.chrono-E3PUFN9biTGUgyqj_8oe1w==/lib/arm64:/data/app/~~TNURHvKd7MPXyiY5505qVg==/com.vicolo.chrono-E3PUFN9biTGUgyqj_8oe1w==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.vicolo.chrono
1741399410.102 10377  3523  3523 D WM-WrkMgrInitializer: Initializing WorkManager with default configuration.
1741399410.117 10377  3523  3523 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB
1741399410.174 10377  3523  3544 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10377; state: ENABLED
1741399410.185 10377  3523  3523 I AndroidAlarmManagerPlugin: onAttachedToEngine
1741399410.194 10377  3523  3523 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context.
1741399410.198 10377  3523  3523 I FlutterBootReceiverPlugin: onAttachedToEngine
1741399410.207 10377  3523  3523 I DecorView: setWindowBackground: isPopOver=false color=ff000000 d=android.graphics.drawable.ColorDrawable@2704b7f
1741399410.287 10377  3523  3523 D SurfaceView@9409e47: 155229767 setAlpha: alpha=0.0
1741399410.288 10377  3523  3523 D SurfaceView@9409e47: 155229767 updateSurface: has no frame
1741399410.304 10377  3523  3523 D CompatibilityChangeReporter: Compat change id reported: 237531167; UID 10377; state: DISABLED
1741399410.306 10377  3523  3545 D NativeCustomFrequencyManager: [NativeCFMS] BpCustomFrequencyManager::BpCustomFrequencyManager()
1741399410.314 10377  3523  3523 I InsetsController: onStateChanged: host=com.vicolo.chrono/com.vicolo.chrono.MainActivity, from=android.view.ViewRootImpl.setView:1753, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2340), mDisplayCutout=DisplayCutout{insets=Rect(0, 77 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(477, 0 - 603, 77), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2340 physicalDisplayWidth=1080 physicalDisplayHeight=2340 density={2.8125} cutoutSpec={M 0,0 H -22.4‬ V 27.37777777777778‬ H 22.4‬ V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=0, center=Point(0, 0)}, RoundedCorner{position=TopRight, radius=0, center=Point(0, 0)}, RoundedCorner{position=BottomRight, radius=0, center=Point(0, 0)}, RoundedCorner{position=BottomLeft, radius=0, center=Point(0, 0)}]}  mRoundedCornerFrame=Rect(0, 0 - 1080, 2340), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 77) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2340 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {90350001 mType=navigationBars mFrame=[0,2295][1080,2340] mVisible=true mFlags=[SUPPRESS_SCRIM]}, InsetsSource: {90350004 mType=systemGestures mFrame=[0,0][90,2340] mVisible=true mFlags=[]}, InsetsSource: {90350005 mType=mandatorySystemGestures mFrame=[0,2244][1080,2340] mVisible=true mFlags=[]}, InsetsSource: {90350006 mType=tappableElement mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {90350024 mType=systemGestures mFrame=[990,0][1080,2340] mVisible=true mFlags=[]}, InsetsSource: {be100000 mType=statusBars mFrame=[0,0][1080,77] mVisible=true mFlags=[]}, InsetsSource: {be100005 mType=mandatorySystemGestures mFrame=[0,0][1080,113] mVisible=true mFlags=[]}, InsetsSource: {be100006 mType=tappableElement mFrame=[0,0][1080,77] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,1413][1080,2340] mVisible=true mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,77] mVisible=true mFlags=[]} }
1741399410.314 10377  3523  3523 I ViewRootImpl@63559d1[MainActivity]: synced displayState. AttachInfo displayState=2
1741399410.318 10377  3523  3523 I ViewRootImpl@63559d1[MainActivity]: setView = com.android.internal.policy.DecorView@64c20d TM=true
1741399410.318 10377  3523  3523 I IDS_TAG : Starting IDS observe window
1741399410.318 10377  3523  3523 I IDS_TAG : Getting Shared Preference for android.app.Application@114c5c2 uid = 10377
1741399410.319 10377  3523  3523 I IDS_TAG : App android.app.Application@114c5c2 being boosted by IDS
1741399410.320 10377  3523  3523 I IDS_TAG : Closing IDS observe window
1741399410.320 10377  3523  3523 I IDS_TAG : Getting Shared Preference for android.app.Application@114c5c2 uid = 10377
1741399410.323 10377  3523  3523 I SurfaceView@9409e47: onWindowVisibilityChanged(0) true io.flutter.embedding.android.n{9409e47 V.E...... ......I. 0,0-0,0} of ViewRootImpl@63559d1[MainActivity]
1741399410.323 10377  3523  3523 D SurfaceView@9409e47: 155229767 updateSurface: has no frame
1741399410.334 10377  3523  3523 I BLASTBufferQueue_Java: new BLASTBufferQueue, mName= ViewRootImpl@63559d1[MainActivity] mNativeObject= 0xb40000700faa7950 sc.mNativeObject= 0xb400006fffaa5250 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3028 android.view.ViewRootImpl.relayoutWindow:10131 android.view.ViewRootImpl.performTraversals:4110 android.view.ViewRootImpl.doTraversal:3288 android.view.ViewRootImpl$TraversalRunnable.run:11344 android.view.Choreographer$CallbackRecord.run:1689 android.view.Choreographer$CallbackRecord.run:1698 android.view.Choreographer.doCallbacks:1153 android.view.Choreographer.doFrame:1079 android.view.Choreographer$FrameDisplayEventReceiver.run:1646
1741399410.334 10377  3523  3523 I BLASTBufferQueue_Java: update, w= 1080 h= 2340 mName = ViewRootImpl@63559d1[MainActivity] mNativeObject= 0xb40000700faa7950 sc.mNativeObject= 0xb400006fffaa5250 format= -3 caller= android.graphics.BLASTBufferQueue.<init>:89 android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3028 android.view.ViewRootImpl.relayoutWindow:10131 android.view.ViewRootImpl.performTraversals:4110 android.view.ViewRootImpl.doTraversal:3288 android.view.ViewRootImpl$TraversalRunnable.run:11344
1741399410.335 10377  3523  3523 I ViewRootImpl@63559d1[MainActivity]: Relayout returned: old=(0,0,1080,2340) new=(0,0,1080,2340) relayoutAsync=false req=(1080,2340)0 dur=9 res=0x403 s={true 0xb400006fdfae7840} ch=true seqId=0
1741399410.335 10377  3523  3523 I ViewRootImpl@63559d1[MainActivity]: performConfigurationChange setNightDimText nightDimLevel=0
1741399410.336 10377  3523  3523 D ViewRootImpl@63559d1[MainActivity]: mThreadedRenderer.initialize() mSurface={isValid=true 0xb400006fdfae7840} hwInitialized=true
1741399410.336 10377  3523  3523 D SurfaceView@9409e47: 155229767 updateSurface: has no frame
1741399410.336 10377  3523  3523 I SurfaceView@9409e47: windowStopped(false) true io.flutter.embedding.android.n{9409e47 V.E...... ......ID 0,0-1080,2295} of ViewRootImpl@63559d1[MainActivity]
1741399410.336 10377  3523  3523 D SurfaceView@9409e47: 155229767 updateSurface: has no frame
1741399410.337 10377  3523  3523 D ViewRootImpl@63559d1[MainActivity]: reportNextDraw android.view.ViewRootImpl.performTraversals:4718 android.view.ViewRootImpl.doTraversal:3288 android.view.ViewRootImpl$TraversalRunnable.run:11344 android.view.Choreographer$CallbackRecord.run:1689 android.view.Choreographer$CallbackRecord.run:1698
1741399410.337 10377  3523  3523 I SurfaceView: 155229767 Changes: creating=true format=true size=true visible=true alpha=true hint=false visible=true left=true top=true z=false attached=true lifecycleStrategy=false
1741399410.339 10377  3523  3523 I BLASTBufferQueue_Java: update, w= 1080 h= 2295 mName = null mNativeObject= 0xb40000700faa5d30 sc.mNativeObject= 0xb400006fffaa6b10 format= 4 caller= android.view.SurfaceView.createBlastSurfaceControls:1517 android.view.SurfaceView.updateSurface:1193 android.view.SurfaceView.lambda$new$0:258 android.view.SurfaceView.$r8$lambda$cm3nmzErr-srXoT_KjIYQgdhFN0:0 android.view.SurfaceView$$ExternalSyntheticLambda2.onPreDraw:2 android.view.ViewTreeObserver.dispatchOnPreDraw:1204
1741399410.340 10377  3523  3523 I SurfaceView@9409e47: 155229767 Cur surface: Surface(name=null)/@0xdf24d22
1741399410.340 10377  3523  3523 I SurfaceView@9409e47: pST: sr = Rect(0, 0 - 1080, 2295) sw = 1080 sh = 2295
1741399410.340 10377  3523  3523 D SurfaceView@9409e47: 155229767 performSurfaceTransaction RenderWorker position = [0, 0, 1080, 2295] surfaceSize = 1080x2295
1741399410.340 10377  3523  3523 I SurfaceView@9409e47: updateSurface: mVisible = true mSurface.isValid() = true
1741399410.340 10377  3523  3523 I SurfaceView@9409e47: updateSurface: mSurfaceCreated = false surfaceChanged = true visibleChanged = true
1741399410.340 10377  3523  3523 I SurfaceView: 155229767 visibleChanged -- surfaceCreated
1741399410.340 10377  3523  3523 I SurfaceView@9409e47: surfaceCreated 1 #8 io.flutter.embedding.android.n{9409e47 V.E...... ......ID 0,0-1080,2295}
1741399410.345 10377  3523  3523 I SurfaceView: 155229767 surfaceChanged -- format=4 w=1080 h=2295
1741399410.345 10377  3523  3523 I SurfaceView@9409e47: surfaceChanged (1080,2295) 1 #8 io.flutter.embedding.android.n{9409e47 V.E...... ......ID 0,0-1080,2295}
1741399410.345 10377  3523  3523 I SurfaceView: 155229767 surfaceRedrawNeeded
1741399410.345 10377  3523  3523 I SurfaceView: 155229767 finishedDrawing
1741399410.347 10377  3523  3523 D TSBackgroundFetch: ☯️  onCreate
1741399410.347 10377  3523  3523 D TSBackgroundFetch: ☯️  onStart
1741399410.347 10377  3523  3523 D TSBackgroundFetch: ☯️  onResume
1741399410.348 10377  3523  3545 D OpenGLRenderer: HWUI - treat SMPTE_170M as sRGB
1741399410.356 10377  3523  3523 D CompatibilityChangeReporter: Compat change id reported: 247079863; UID 10377; state: ENABLED
1741399410.418 10377  3523  3523 I FlutterBackgroundExecutor: Starting AlarmService...
1741399410.434 10377  3523  3523 I AndroidAlarmManagerPlugin: onAttachedToEngine
1741399410.435 10377  3523  3523 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context.
1741399410.437 10377  3523  3523 I FlutterBootReceiverPlugin: onAttachedToEngine
1741399410.512 10377  3523  3523 I FlutterBackgroundExecutor: Starting BootHandlerService...
1741399410.533 10377  3523  3523 I AndroidAlarmManagerPlugin: onAttachedToEngine
1741399410.534 10377  3523  3523 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context.
1741399410.536 10377  3523  3523 I FlutterBootReceiverPlugin: onAttachedToEngine
1741399410.600 10377  3523  3523 D FlutterShowWhenLocked: App hidden on lock screen
1741399410.601 10377  3523  3523 I Choreographer: Skipped 30 frames!  The application may be doing too much work on its main thread.
1741399410.605 10377  3523  3523 I InsetsSourceConsumer: applyRequestedVisibilityToControl: visible=true, type=statusBars, host=com.vicolo.chrono/com.vicolo.chrono.MainActivity
1741399410.605 10377  3523  3523 I BLASTBufferQueue_Java: update, w= 1080 h= 2340 mName = ViewRootImpl@63559d1[MainActivity] mNativeObject= 0xb40000700faa7950 sc.mNativeObject= 0xb400006fffaa65d0 format= -3 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:3017 android.view.ViewRootImpl.relayoutWindow:10131 android.view.ViewRootImpl.performTraversals:4110 android.view.ViewRootImpl.doTraversal:3288 android.view.ViewRootImpl$TraversalRunnable.run:11344 android.view.Choreographer$CallbackRecord.run:1689
1741399410.606 10377  3523  3523 I ViewRootImpl@63559d1[MainActivity]: Relayout returned: old=(0,0,1080,2340) new=(0,0,1080,2340) relayoutAsync=false req=(1080,2340)0 dur=4 res=0x401 s={true 0xb400006fdfae7840} ch=false seqId=0
1741399410.606 10377  3523  3523 I ViewRootImpl@63559d1[MainActivity]: updateBoundsLayer: t=android.view.SurfaceControl$Transaction@a8ddd50 sc=Surface(name=Bounds for - com.vicolo.chrono/com.vicolo.chrono.MainActivity@0)/@0x3b5cb49 frame=1
1741399410.606 10377  3523  3523 D ViewRootImpl@63559d1[MainActivity]: reportNextDraw android.view.ViewRootImpl.performTraversals:4718 android.view.ViewRootImpl.doTraversal:3288 android.view.ViewRootImpl$TraversalRunnable.run:11344 android.view.Choreographer$CallbackRecord.run:1689 android.view.Choreographer$CallbackRecord.run:1698
1741399410.606 10377  3523  3523 I Choreographer: Skipped 30 frames!  The application may be doing too much work on its main thread.
1741399410.607 10377  3523  3523 I AlarmService: AlarmService started!
1741399410.616 10377  3523  3556 I flutter : [38;5;196m┌───────────────────────────────────────────────────────────────────────────────[0m
1741399410.616 10377  3523  3556 I flutter : [38;5;196m│ #0   listFromString (package:clock_app/common/utils/json_serialize.dart:55)[0m
1741399410.616 10377  3523  3556 I flutter : [38;5;196m│ #1   loadList (package:clock_app/common/utils/list_storage.dart:59)[0m
1741399410.616 10377  3523  3556 I flutter : [38;5;196m│ #2   <asynchronous suspension>[0m
1741399410.616 10377  3523  3556 I flutter : [38;5;196m│ #3   cancelAllAlarms (package:clock_app/alarm/logic/update_alarms.dart:13)[0m
1741399410.616 10377  3523  3556 I flutter : [38;5;196m│ #4   <asynchronous suspension>[0m
1741399410.616 10377  3523  3556 I flutter : [38;5;196m│ #5   updateAlarms (package:clock_app/alarm/logic/update_alarms.dart:42)[0m
1741399410.616 10377  3523  3556 I flutter : [38;5;196m│ #6   <asynchronous suspension>[0m
1741399410.616 10377  3523  3556 I flutter : [38;5;196m│ #7   main (package:clock_app/main.dart:49)[0m
1741399410.616 10377  3523  3556 I flutter : [38;5;196m│ #8   <asynchronous suspension>[0m
1741399410.616 10377  3523  3556 I flutter : [38;5;196m├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄[0m
1741399410.616 10377  3523  3556 I flutter : [38;5;196m│ ⛔ Error decoding string: FormatException: Unexpected end of input (at character 1)[0m
1741399410.616 10377  3523  3556 I flutter : [38;5;196m│ ⛔ [0m
1741399410.616 10377  3523  3556 I flutter : [38;5;196m│ ⛔ ^[0m
1741399410.616 10377  3523  3556 I flutter : [38;5;196m│ ⛔ [0m
1741399410.616 10377  3523  3556 I flutter : [38;5;196m└───────────────────────────────────────────────────────────────────────────────[0m
1741399410.617 10377  3523  3556 E flutter : [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: FormatException: Unexpected end of input (at character 1)
1741399410.617 10377  3523  3556 E flutter : ^
1741399410.617 10377  3523  3556 E flutter : #0      _ChunkedJsonParser.fail (dart:convert-patch/convert_patch.dart:1380)
1741399410.617 10377  3523  3556 E flutter : #1      _ChunkedJsonParser.close (dart:convert-patch/convert_patch.dart:498)
1741399410.617 10377  3523  3556 E flutter : #2      _parseJson (dart:convert-patch/convert_patch.dart:36)
1741399410.617 10377  3523  3556 E flutter : #3      JsonDecoder.convert (dart:convert/json.dart:610)
1741399410.617 10377  3523  3556 E flutter : #4      JsonCodec.decode (dart:convert/json.dart:216)
1741399410.617 10377  3523  3556 E flutter : #5      listFromString (package:clock_app/common/utils/json_serialize.dart:50)
1741399410.617 10377  3523  3556 E flutter : #6      loadList (package:clock_app/common/utils/list_storage.dart:59)
1741399410.617 10377  3523  3556 E flutter : <asynchronous suspension>
1741399410.617 10377  3523  3556 E flutter : #7      cancelAllAlarms (package:clock_app/alarm/logic/update_alarms.dart:13)
1741399410.617 10377  3523  3556 E flutter : <asynchronous suspension>
1741399410.617 10377  3523  3556 E flutter : #8      updateAlarms (package:clock_app/alarm/logic/update_alarms.dart:42)
1741399410.617 10377  3523  3556 E flutter : <asynchronous suspension>
1741399410.617 10377  3523  3556 E flutter : #9      main (package:clock_app/main.dart:49)
1741399410.617 10377  3523  3556 E flutter : <asynchronous suspension>
1741399410.635 10377  3523  3523 I BootHandlerService: BootHandlerService started!
1741399415.414 10377  3523  3539 I ViewRootImpl@63559d1[MainActivity]: Resizing android.view.ViewRootImpl@d118f5a: frame = [0,0][1080,2340] reportDraw = true forceLayout = false syncSeqId = -1
1741399415.418 10377  3523  3523 I InsetsController: onStateChanged: host=com.vicolo.chrono/com.vicolo.chrono.MainActivity, from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:7196, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2340), mDisplayCutout=DisplayCutout{insets=Rect(0, 77 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(477, 0 - 603, 77), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2340 physicalDisplayWidth=1080 physicalDisplayHeight=2340 density={2.8125} cutoutSpec={M 0,0 H -22.4‬ V 27.37777777777778‬ H 22.4‬ V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=0, center=Point(0, 0)}, RoundedCorner{position=TopRight, radius=0, center=Point(0, 0)}, RoundedCorner{position=BottomRight, radius=0, center=Point(0, 0)}, RoundedCorner{position=BottomLeft, radius=0, center=Point(0, 0)}]}  mRoundedCornerFrame=Rect(0, 0 - 1080, 2340), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 77) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2340 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {90350001 mType=navigationBars mFrame=[0,2295][1080,2340] mVisible=true mFlags=[SUPPRESS_SCRIM]}, InsetsSource: {90350004 mType=systemGestures mFrame=[0,0][90,2340] mVisible=true mFlags=[]}, InsetsSource: {90350005 mType=mandatorySystemGestures mFrame=[0,2244][1080,2340] mVisible=true mFlags=[]}, InsetsSource: {90350006 mType=tappableElement mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {90350024 mType=systemGestures mFrame=[990,0][1080,2340] mVisible=true mFlags=[]}, InsetsSource: {be100000 mType=statusBars mFrame=[0,0][1080,77] mVisible=true mFlags=[]}, InsetsSource: {be100005 mType=mandatorySystemGestures mFrame=[0,0][1080,113] mVisible=true mFlags=[]}, InsetsSource: {be100006 mType=tappableElement mFrame=[0,0][1080,77] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,2196][1080,2340] mVisible=true mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,77] mVisible=true mFlags=[]} }
1741399415.419 10377  3523  3523 I ViewRootImpl@63559d1[MainActivity]: handleResized, msg = 5 frames=ClientWindowFrames{frame=[0,0][1080,2340] display=[0,0][1080,2340] parentFrame=[0,0][0,0]} forceNextWindowRelayout=false displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false
1741399415.419 10377  3523  3523 I ViewRootImpl@63559d1[MainActivity]: handleResized mSyncSeqId = 0
1741399415.419 10377  3523  3523 D ViewRootImpl@63559d1[MainActivity]: reportNextDraw android.view.ViewRootImpl.handleResized:2530 android.view.ViewRootImpl.-$$Nest$mhandleResized:0 android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:7197 android.view.ViewRootImpl$ViewRootHandler.handleMessage:7166 android.os.Handler.dispatchMessage:106
1741399415.438 10377  3523  3539 I ViewRootImpl@63559d1[MainActivity]: Resizing android.view.ViewRootImpl@d118f5a: frame = [0,0][1080,2340] reportDraw = true forceLayout = false syncSeqId = -1
1741399415.448 10377  3523  3523 I InsetsController: onStateChanged: host=com.vicolo.chrono/com.vicolo.chrono.MainActivity, from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:7196, state=InsetsState: {mDisplayFrame=Rect(0, 0 - 1080, 2340), mDisplayCutout=DisplayCutout{insets=Rect(0, 77 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0} boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(477, 0 - 603, 77), Rect(0, 0 - 0, 0), Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080 displayHeight=2340 physicalDisplayWidth=1080 physicalDisplayHeight=2340 density={2.8125} cutoutSpec={M 0,0 H -22.4‬ V 27.37777777777778‬ H 22.4‬ V 0 H 0 Z @dp} rotation={0} scale={1.0} physicalPixelDisplaySizeRatio={1.0}}}}, mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=0, center=Point(0, 0)}, RoundedCorner{position=TopRight, radius=0, center=Point(0, 0)}, RoundedCorner{position=BottomRight, radius=0, center=Point(0, 0)}, RoundedCorner{position=BottomLeft, radius=0, center=Point(0, 0)}]}  mRoundedCornerFrame=Rect(0, 0 - 1080, 2340), mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(948, 0 - 1080, 77) rotation=0}, mDisplayShape=DisplayShape{ spec=-311912193 displayWidth=1080 displayHeight=2340 physicalPixelDisplaySizeRatio=1.0 rotation=0 offsetX=0 offsetY=0 scale=1.0}, mSources= { InsetsSource: {90350001 mType=navigationBars mFrame=[0,2295][1080,2340] mVisible=true mFlags=[SUPPRESS_SCRIM]}, InsetsSource: {90350004 mType=systemGestures mFrame=[0,0][90,2340] mVisible=true mFlags=[]}, InsetsSource: {90350005 mType=mandatorySystemGestures mFrame=[0,2244][1080,2340] mVisible=true mFlags=[]}, InsetsSource: {90350006 mType=tappableElement mFrame=[0,0][0,0] mVisible=true mFlags=[]}, InsetsSource: {90350024 mType=systemGestures mFrame=[990,0][1080,2340] mVisible=true mFlags=[]}, InsetsSource: {be100000 mType=statusBars mFrame=[0,0][1080,77] mVisible=true mFlags=[]}, InsetsSource: {be100005 mType=mandatorySystemGestures mFrame=[0,0][1080,113] mVisible=true mFlags=[]}, InsetsSource: {be100006 mType=tappableElement mFrame=[0,0][1080,77] mVisible=true mFlags=[]}, InsetsSource: {3 mType=ime mFrame=[0,2196][1080,2340] mVisible=false mFlags=[]}, InsetsSource: {27 mType=displayCutout mFrame=[0,0][1080,77] mVisible=true mFlags=[]} }
1741399415.448 10377  3523  3523 I ViewRootImpl@63559d1[MainActivity]: handleResized, msg = 5 frames=ClientWindowFrames{frame=[0,0][1080,2340] display=[0,0][1080,2340] parentFrame=[0,0][0,0]} forceNextWindowRelayout=false displayId=0 dragResizing=false compatScale=1.0 frameChanged=false attachedFrameChanged=false configChanged=false displayChanged=false compatScaleChanged=false
1741399415.448 10377  3523  3523 I ViewRootImpl@63559d1[MainActivity]: handleResized mSyncSeqId = 0
1741399415.448 10377  3523  3523 D ViewRootImpl@63559d1[MainActivity]: reportNextDraw android.view.ViewRootImpl.handleResized:2530 android.view.ViewRootImpl.-$$Nest$mhandleResized:0 android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:7197 android.view.ViewRootImpl$ViewRootHandler.handleMessage:7166 android.os.Handler.dispatchMessage:106
1741399415.912 10377  3523  3523 I ViewRootImpl@63559d1[MainActivity]: handleAppVisibility mAppVisible = true visible = false
1741399415.921 10377  3523  3523 I SurfaceView@9409e47: onWindowVisibilityChanged(8) false io.flutter.embedding.android.n{9409e47 V.E...... ......ID 0,0-1080,2295} of ViewRootImpl@63559d1[MainActivity]
1741399415.923 10377  3523  3523 I SurfaceView: 155229767 Changes: creating=false format=false size=false visible=true alpha=false hint=false visible=true left=false top=false z=false attached=true lifecycleStrategy=false
1741399415.923 10377  3523  3523 I SurfaceView@9409e47: 155229767 Cur surface: Surface(name=null)/@0xdf24d22
1741399415.923 10377  3523  3523 I SurfaceView: 155229767 surfaceDestroyed
1741399415.923 10377  3523  3523 I SurfaceView@9409e47: surfaceDestroyed callback.size 1 #2 io.flutter.embedding.android.n{9409e47 V.E...... ......ID 0,0-1080,2295}
1741399415.930 10377  3523  3523 I SurfaceView@9409e47: updateSurface: mVisible = false mSurface.isValid() = true
1741399415.930 10377  3523  3523 I SurfaceView@9409e47: releaseSurfaces: viewRoot = ViewRootImpl@63559d1[MainActivity]
1741399415.932 10377  3523  3523 I ViewRootImpl@63559d1[MainActivity]: destroyHardwareResources: Callers=android.view.ViewRootImpl.performTraversals:3932 android.view.ViewRootImpl.doTraversal:3288 android.view.ViewRootImpl$TraversalRunnable.run:11344 android.view.Choreographer$CallbackRecord.run:1689 android.view.Choreographer$CallbackRecord.run:1698 android.view.Choreographer.doCallbacks:1153 android.view.Choreographer.doFrame:1079 android.view.Choreographer$FrameDisplayEventReceiver.run:1646 android.os.Handler.handleCallback:958 android.os.Handler.dispatchMessage:99
1741399415.933 10377  3523  3545 D OpenGLRenderer: CacheManager::trimMemory(20)
1741399415.971 10377  3523  3523 I ViewRootImpl@63559d1[MainActivity]: Relayout returned: old=(0,0,1080,2340) new=(0,0,1080,2340) relayoutAsync=false req=(1080,2340)8 dur=31 res=0x402 s={false 0x0} ch=true seqId=0
1741399415.971 10377  3523  3523 I SurfaceView@9409e47: windowStopped(true) false io.flutter.embedding.android.n{9409e47 V.E...... ......ID 0,0-1080,2295} of ViewRootImpl@63559d1[MainActivity]
1741399415.971 10377  3523  3523 D SurfaceView@9409e47: updateSurface: surface is not valid
1741399415.971 10377  3523  3523 I SurfaceView@9409e47: releaseSurfaces: viewRoot = ViewRootImpl@63559d1[MainActivity]
1741399415.972 10377  3523  3523 D SurfaceView@9409e47: updateSurface: surface is not valid
1741399415.972 10377  3523  3523 I SurfaceView@9409e47: releaseSurfaces: viewRoot = ViewRootImpl@63559d1[MainActivity]
1741399415.982 10377  3523  3545 D OpenGLRenderer: CacheManager::trimMemory(20)
1741399415.988 10377  3523  3523 D SurfaceView@9409e47: updateSurface: surface is not valid
1741399415.988 10377  3523  3523 I SurfaceView@9409e47: releaseSurfaces: viewRoot = ViewRootImpl@63559d1[MainActivity]
1741399415.992 10377  3523  3523 I ViewRootImpl@63559d1[MainActivity]: stopped(true) old = false
1741399415.992 10377  3523  3523 D ViewRootImpl@63559d1[MainActivity]: WindowStopped on com.vicolo.chrono/com.vicolo.chrono.MainActivity set to true
1741399415.993 10377  3523  3545 D OpenGLRenderer: CacheManager::trimMemory(20)
1741399415.995 10377  3523  3523 D SurfaceView@9409e47: updateSurface: surface is not valid
1741399415.995 10377  3523  3523 I SurfaceView@9409e47: releaseSurfaces: viewRoot = ViewRootImpl@63559d1[MainActivity]
1741399416.004 10377  3523  3523 D SurfaceView@9409e47: updateSurface: surface is not valid
1741399416.004 10377  3523  3523 I SurfaceView@9409e47: releaseSurfaces: viewRoot = ViewRootImpl@63559d1[MainActivity]
1741399416.021 10377  3523  3545 D OpenGLRenderer: CacheManager::trimMemory(40)
1741399416.022 10377  3523  3545 D OpenGLRenderer: RenderThread::destroyRenderingContext()
1741399416.045 10377  3523  3608 D ProfileInstaller: Installing profile for com.vicolo.chrono
1741399416.692 10377  3523  3523 D TSBackgroundFetch: ☯️  onPause
1741399416.692 10377  3523  3523 D TSBackgroundFetch: ☯️  onStop

PhilippKosarev avatar Mar 08 '25 02:03 PhilippKosarev

On POCO X3 NFC (surya), I get probably the same error as this one (full log below). Force stopping and clearing the cache has not resolved it. Clearing the storage has.

Full log
10-06 11:42:11.783 10696 10696 D FlutterShowWhenLocked: App hidden on lock screen
10-06 11:42:11.784 10696 10696 E FlutterBackgroundExecutor: Background isolate already started
10-06 11:42:11.789  1379  2739 I BroadcastQueue: BOOT_COMPLETED_BROADCAST_COMPLETION_LATENCY_REPORTED action:android.intent.action.LOCKED_BOOT_COMPLETED dispatchLatency:2 completeLatency:595 dispatchRealLatency:2 completeRealLatency:595 receiversSize:3 userId:0 userType:android.os.usertype.full.SYSTEM
10-06 11:42:11.790  1379  1379 W AccessibilityManagerService:  wait for adding window timeout: 191
10-06 11:42:11.790 10696 10696 D WindowLayoutComponentImpl: Register WindowLayoutInfoListener on Context=com.vicolo.chrono.MainActivity@663be03, of which baseContext=android.app.ContextImpl@a88a024
10-06 11:42:11.798 10696 10696 I AlarmService: AlarmService started!
10-06 11:42:11.799 10696 10696 I AlarmService: Rescheduling after boot!
10-06 11:42:11.799 10696 10743 I BootHandlerService: BootHandlerService has not yet started.
10-06 11:42:11.809 10696 10696 I BootBroadcastReceiver: Boot Completed
10-06 11:42:11.811  1379  2340 W JobInfo : Job 'com.vicolo.chrono/com.flux.flutter_boot_receiver.BootHandlerService#1984' has a deadline with no functional constraints. The deadline won't improve job execution latency. Consider removing the deadline.
10-06 11:42:11.813  2214  2214 W AlarmManager: Unrecognized alarm listener com.android.systemui.keyguard.KeyguardSliceProvider$$ExternalSyntheticLambda2@6d19157
10-06 11:42:11.814  2834  2834 I DigitalWidgetProvider: onReceive: Intent { act=android.app.action.NEXT_ALARM_CLOCK_CHANGED flg=0x21000010 cmp=com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider }
10-06 11:42:11.815  1379  1379 D ConditionProviders.SCP: onReceive android.app.action.NEXT_ALARM_CLOCK_CHANGED
10-06 11:42:11.815  1379  2739 I AppWidgetServiceImpl: getAppWidgetIds() 0
10-06 11:42:11.815  1379  1379 D ConditionProviders.SCP: evaluateSubscriptionLocked cal=ScheduleCalendar[mDays={1, 2, 3, 4, 5, 6, 7}, mSchedule=ScheduleInfo{days=[1, 2, 3, 4, 5, 6, 7], startHour=22, startMinute=0, endHour=6, endMinute=0, exitAtAlarm=true, nextAlarm=Thu Jan 01 01:00:00 GMT+01:00 1970 (0)}], now=Mon Oct 06 11:42:11 GMT+02:00 2025 (1759743731815), nextUserAlarmTime=Mon Oct 06 09:00:00 GMT+02:00 2025 (1759734000000)
10-06 11:42:11.815  1379  1379 D ConditionProviders.SCP: notifyCondition condition://android/schedule?days=1.2.3.4.5.6.7&start=22.0&end=6.0&exitAtAlarm=true STATE_FALSE reason=!meetsSchedule
10-06 11:42:11.817  1379  1379 D ConditionProviders.SCP: Scheduling evaluate for Mon Oct 06 22:00:00 GMT+02:00 2025 (1759780800000), in +10h17m48s185ms, now=Mon Oct 06 11:42:11 GMT+02:00 2025 (1759743731815)
10-06 11:42:11.819 10696 10696 E FlutterBackgroundExecutor: Background isolate already started
10-06 11:42:11.820 10696 10696 I BootHandlerService: BootHandlerService started!
10-06 11:42:11.821 10696 10696 I FlutterBackgroundExecutor: Executing Dart callback: 738900292771485159...
10-06 11:42:11.824  1379  2739 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.vicolo.chrono:getSerial:-1
10-06 11:42:11.831 10696 10743 I BootHandlerService: Handling Boot Complete...
10-06 11:42:11.836 10696 10717 I flutter : ┌───────────────────────────────────────────────────────────────────────────────
10-06 11:42:11.836 10696 10717 I flutter : │ #0   listFromString (package:clock_app/common/utils/json_serialize.dart:55)
10-06 11:42:11.836 10696 10717 I flutter : │ #1   loadList (package:clock_app/common/utils/list_storage.dart:59)
10-06 11:42:11.836 10696 10717 I flutter : │ #2   <asynchronous suspension>
10-06 11:42:11.836 10696 10717 I flutter : │ #3   cancelAlarm (package:clock_app/alarm/logic/schedule_alarm.dart:102)
10-06 11:42:11.836 10696 10717 I flutter : │ #4   <asynchronous suspension>
10-06 11:42:11.836 10696 10717 I flutter : │ #5   cancelAllAlarms (package:clock_app/alarm/logic/update_alarms.dart:15)
10-06 11:42:11.836 10696 10717 I flutter : │ #6   <asynchronous suspension>
10-06 11:42:11.836 10696 10717 I flutter : │ #7   updateAlarms (package:clock_app/alarm/logic/update_alarms.dart:42)
10-06 11:42:11.836 10696 10717 I flutter : │ #8   <asynchronous suspension>
10-06 11:42:11.836 10696 10717 I flutter : │ #9   main (package:clock_app/main.dart:49)
10-06 11:42:11.836 10696 10717 I flutter : │ #10   <asynchronous suspension>
10-06 11:42:11.836 10696 10717 I flutter : ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
10-06 11:42:11.836 10696 10717 I flutter : │ ⛔ Error decoding string: FormatException: Unexpected character (at character 20439)
10-06 11:42:11.836 10696 10717 I flutter : │ ⛔ ...ound service","isActive":false}]s in background service","isActive":false}]
10-06 11:42:11.836 10696 10717 I flutter : │ ⛔                                    ^
10-06 11:42:11.836 10696 10717 I flutter : │ ⛔
10-06 11:42:11.836 10696 10717 I flutter : └───────────────────────────────────────────────────────────────────────────────
10-06 11:42:11.836 10696 10717 E flutter : [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: FormatException: Unexpected character (at character 20439)
10-06 11:42:11.836 10696 10717 E flutter : ...ound service","isActive":false}]s in background service","isActive":false}]
10-06 11:42:11.836 10696 10717 E flutter :                                    ^
10-06 11:42:11.836 10696 10717 E flutter :
10-06 11:42:11.836 10696 10717 E flutter : #0      _ChunkedJsonParser.fail (dart:convert-patch/convert_patch.dart:1380)
10-06 11:42:11.836 10696 10717 E flutter : #1      _ChunkedJsonParser.parse (dart:convert-patch/convert_patch.dart:910)
10-06 11:42:11.836 10696 10717 E flutter : #2      _parseJson (dart:convert-patch/convert_patch.dart:35)
10-06 11:42:11.836 10696 10717 E flutter : #3      JsonDecoder.convert (dart:convert/json.dart:610)
10-06 11:42:11.836 10696 10717 E flutter : #4      JsonCodec.decode (dart:convert/json.dart:216)
10-06 11:42:11.836 10696 10717 E flutter : #5      listFromString (package:clock_app/common/utils/json_serialize.dart:50)
10-06 11:42:11.836 10696 10717 E flutter : #6      loadList (package:clock_app/common/utils/list_storage.dart:59)
10-06 11:42:11.836 10696 10717 E flutter : <asynchronous suspension>
10-06 11:42:11.836 10696 10717 E flutter : #7      cancelAlarm (package:clock_app/alarm/logic/schedule_alarm.dart:102)
10-06 11:42:11.836 10696 10717 E flutter : <asynchronous suspension>
10-06 11:42:11.836 10696 10717 E flutter : #8      cancelAllAlarms (package:clock_app/alarm/logic/update_alarms.dart:15)
10-06 11:42:11.836 10696 10717 E flutter : <asynchronous suspension>
10-06 11:42:11.836 10696 10717 E flutter : #9      updateAlarms (package:clock_app/alarm/logic/update_alarms.dart:42)
10-06 11:42:11.836 10696 10717 E flutter : <asynchronous suspension>
10-06 11:42:11.836 10696 10717 E flutter : #10     main (package:clock_app/main.dart:49)
10-06 11:42:11.836 10696 10717 E flutter : <asynchronous suspension>
10-06 11:42:11.836 10696 10717 E flutter :
10-06 11:42:11.872 10696 10696 I FlutterBackgroundExecutor: Executing Dart callback: 738900292771485159...
10-06 11:42:11.877  1379  2035 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.vicolo.chrono:getSerial:-1
10-06 11:42:11.878 10696 10696 D TSBackgroundFetch: BootReceiver: android.intent.action.BOOT_COMPLETED
10-06 11:42:11.878  1379  2035 I BroadcastQueue: BOOT_COMPLETED_BROADCAST_COMPLETION_LATENCY_REPORTED action:android.intent.action.BOOT_COMPLETED dispatchLatency:595 completeLatency:683 dispatchRealLatency:595 completeRealLatency:683 receiversSize:5 userId:0 userType:android.os.usertype.full.SYSTEM
10-06 11:42:11.880 10696 10696 W AlarmService: Attempted to start a duplicate background isolate. Returning...
10-06 11:42:11.921  1379  2035 W TelephonyPermissions: reportAccessDeniedToReadIdentifiers:com.vicolo.chrono:getSerial:-1
10-06 11:42:11.923 10696 10696 W AlarmService: Attempted to start a duplicate background isolate. Returning...
10-06 11:42:11.925 10696 10740 I flutter : ┌───────────────────────────────────────────────────────────────────────────────
10-06 11:42:11.925 10696 10740 I flutter : │ #0   listFromString (package:clock_app/common/utils/json_serialize.dart:55)
10-06 11:42:11.925 10696 10740 I flutter : │ #1   loadList (package:clock_app/common/utils/list_storage.dart:59)
10-06 11:42:11.925 10696 10740 I flutter : │ #2   <asynchronous suspension>
10-06 11:42:11.925 10696 10740 I flutter : │ #3   cancelAlarm (package:clock_app/alarm/logic/schedule_alarm.dart:102)
10-06 11:42:11.925 10696 10740 I flutter : │ #4   <asynchronous suspension>
10-06 11:42:11.925 10696 10740 I flutter : │ #5   cancelAllAlarms (package:clock_app/alarm/logic/update_alarms.dart:15)
10-06 11:42:11.925 10696 10740 I flutter : │ #6   <asynchronous suspension>
10-06 11:42:11.925 10696 10740 I flutter : │ #7   updateAlarms (package:clock_app/alarm/logic/update_alarms.dart:42)
10-06 11:42:11.925 10696 10740 I flutter : │ #8   <asynchronous suspension>
10-06 11:42:11.925 10696 10740 I flutter : │ #9   handleBoot (package:clock_app/system/logic/handle_boot.dart:22)
10-06 11:42:11.925 10696 10740 I flutter : │ #10   <asynchronous suspension>
10-06 11:42:11.925 10696 10740 I flutter : ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
10-06 11:42:11.925 10696 10740 I flutter : │ ⛔ Error decoding string: FormatException: Unexpected character (at character 20439)
10-06 11:42:11.925 10696 10740 I flutter : │ ⛔ ...ound service","isActive":false}]s in background service","isActive":false}]
10-06 11:42:11.925 10696 10740 I flutter : │ ⛔                                    ^
10-06 11:42:11.925 10696 10740 I flutter : │ ⛔
10-06 11:42:11.925 10696 10740 I flutter : └───────────────────────────────────────────────────────────────────────────────
10-06 11:42:11.926 10696 10740 I flutter : ┌───────────────────────────────────────────────────────────────────────────────
10-06 11:42:11.926 10696 10740 I flutter : │ #0   handleBoot (package:clock_app/system/logic/handle_boot.dart:25)
10-06 11:42:11.926 10696 10740 I flutter : │ #1   <asynchronous suspension>
10-06 11:42:11.926 10696 10740 I flutter : ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
10-06 11:42:11.926 10696 10740 I flutter : │ 👾 Error in handleBoot isolate: FormatException: Unexpected character (at character 20439)
10-06 11:42:11.926 10696 10740 I flutter : │ 👾 ...ound service","isActive":false}]s in background service","isActive":false}]
10-06 11:42:11.926 10696 10740 I flutter : │ 👾                                    ^
10-06 11:42:11.926 10696 10740 I flutter : │ 👾
10-06 11:42:11.926 10696 10740 I flutter : └───────────────────────────────────────────────────────────────────────────────
10-06 11:42:11.928 10696 10740 I flutter : ┌───────────────────────────────────────────────────────────────────────────────
10-06 11:42:11.928 10696 10740 I flutter : │ #0   listFromString (package:clock_app/common/utils/json_serialize.dart:55)
10-06 11:42:11.928 10696 10740 I flutter : │ #1   loadList (package:clock_app/common/utils/list_storage.dart:59)
10-06 11:42:11.928 10696 10740 I flutter : │ #2   <asynchronous suspension>
10-06 11:42:11.928 10696 10740 I flutter : │ #3   cancelAlarm (package:clock_app/alarm/logic/schedule_alarm.dart:102)
10-06 11:42:11.928 10696 10740 I flutter : │ #4   <asynchronous suspension>
10-06 11:42:11.928 10696 10740 I flutter : │ #5   cancelAllAlarms (package:clock_app/alarm/logic/update_alarms.dart:15)
10-06 11:42:11.928 10696 10740 I flutter : │ #6   <asynchronous suspension>
10-06 11:42:11.928 10696 10740 I flutter : │ #7   updateAlarms (package:clock_app/alarm/logic/update_alarms.dart:42)
10-06 11:42:11.928 10696 10740 I flutter : │ #8   <asynchronous suspension>
10-06 11:42:11.928 10696 10740 I flutter : │ #9   handleBoot (package:clock_app/system/logic/handle_boot.dart:22)
10-06 11:42:11.928 10696 10740 I flutter : │ #10   <asynchronous suspension>
10-06 11:42:11.928 10696 10740 I flutter : ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
10-06 11:42:11.928 10696 10740 I flutter : │ ⛔ Error decoding string: FormatException: Unexpected character (at character 20439)
10-06 11:42:11.928 10696 10740 I flutter : │ ⛔ ...ound service","isActive":false}]s in background service","isActive":false}]
10-06 11:42:11.928 10696 10740 I flutter : │ ⛔                                    ^
10-06 11:42:11.928 10696 10740 I flutter : │ ⛔
10-06 11:42:11.928 10696 10740 I flutter : └───────────────────────────────────────────────────────────────────────────────
10-06 11:42:11.929 10696 10740 I flutter : ┌───────────────────────────────────────────────────────────────────────────────
10-06 11:42:11.929 10696 10740 I flutter : │ #0   handleBoot (package:clock_app/system/logic/handle_boot.dart:25)
10-06 11:42:11.929 10696 10740 I flutter : │ #1   <asynchronous suspension>
10-06 11:42:11.929 10696 10740 I flutter : ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
10-06 11:42:11.929 10696 10740 I flutter : │ 👾 Error in handleBoot isolate: FormatException: Unexpected character (at character 20439)
10-06 11:42:11.929 10696 10740 I flutter : │ 👾 ...ound service","isActive":false}]s in background service","isActive":false}]
10-06 11:42:11.929 10696 10740 I flutter : │ 👾                                    ^
10-06 11:42:11.929 10696 10740 I flutter : │ 👾
10-06 11:42:11.929 10696 10740 I flutter : └───────────────────────────────────────────────────────────────────────────────

matous-volf avatar Oct 06 '25 10:10 matous-volf