Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to access GUI. #406

Open
RokeJulianLockhart opened this issue Jan 14, 2025 · 7 comments
Open

Unable to access GUI. #406

RokeJulianLockhart opened this issue Jan 14, 2025 · 7 comments
Labels
bug Something isn't working

Comments

@RokeJulianLockhart
Copy link

RokeJulianLockhart commented Jan 14, 2025

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

screen-20250114-163052.mp4

Screenshot_20250114-163222

Smartphone information

Device: Fairphone 5
OS: OEM distribution of AOSP 14
App version: https://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 RokeJulianLockhart added the bug Something isn't working label Jan 14, 2025
@AhsanSarwar45
Copy link
Collaborator

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?

@RokeJulianLockhart
Copy link
Author

RokeJulianLockhart commented Jan 15, 2025

#406 (comment)

@AhsanSarwar45, thanks for that recommendation. It works a lot more easily than TacoTheDank/Scoop#90 (comment) and Tortel/SysLog#47 (comment).

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 ProtonMail/protoncore_android#29 (comment), 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.

@TheLastZombie
Copy link
Contributor

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

@RokeJulianLockhart
Copy link
Author

RokeJulianLockhart commented Jan 17, 2025

#406 (comment)

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>

@ItsEpicBeast
Copy link

I also have this same issue

@sonalder-darlene
Copy link

Same here

@DrGerbil
Copy link

DrGerbil commented Feb 12, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants