chrono icon indicating copy to clipboard operation
chrono copied to clipboard

App can't start (and so alarm does not ring)

Open le-chartreux opened this issue 9 months ago • 6 comments

Describe the bug

Hello, first thank you so much for the app, it's very nice! However, sometimes, the app just does not start, I still have the notification "alarm in X minutes" but the app freezes (stuck on the logo screen at start) and the alarm does not ring.

Update

Hi everyone, idk if it's a bad thing to share it there, but I'm using another clock app that has the same functionalities to replace this one, as this one isn't reliable. The link is: https://github.com/BlackyHawky/Clock PS: I have nothing to do with this other app, it's just to help people.

To Reproduce Occurs randomly, sorry.

Expected behavior I expect the app to start and my alarm to ring.

Screenshots I don't have some, but logs given.

Smartphone Information

  • Device: Google Pixel 7
  • OS: Android 15 & GrapheneOS 2025050700
  • App version: 0.6.0

Logs

type: logcat
osVersion: google/panther/panther:15/BP1A.250505.005.B1/2025050700:user/release-keys
package: com.vicolo.chrono:282, targetSdk 34
buffers: main,system,crash,events,kernel
level: verbose

--------- beginning of crash
05-07 19:36:11.618  3147  3147 E AndroidRuntime: FATAL EXCEPTION: main
05-07 19:36:11.618  3147  3147 E AndroidRuntime: Process: com.vicolo.chrono, PID: 3147
05-07 19:36:11.618  3147  3147 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
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:5170)
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	at android.app.ActivityThread.-$$Nest$mhandleCreateService(Unknown Source:0)
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2556)
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:109)
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:232)
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:317)
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:8973)
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:591)
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	at com.android.internal.os.ExecInit.main(ExecInit.java:50)
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
05-07 19:36:11.618  3147  3147 E AndroidRuntime: Caused by: java.lang.IllegalStateException: SharedPreferences in credential encrypted storage are not available until after user (id 0) is unlocked
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:643)
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:621)
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:223)
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	at com.flux.flutter_boot_receiver.a.f(Unknown Source:9)
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	at com.flux.flutter_boot_receiver.BootHandlerService.onCreate(Unknown Source:22)
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:5157)
05-07 19:36:11.618  3147  3147 E AndroidRuntime: 	... 11 more
05-07 19:36:17.242  3596  3596 E AndroidRuntime: FATAL EXCEPTION: main
05-07 19:36:17.242  3596  3596 E AndroidRuntime: Process: com.vicolo.chrono, PID: 3596
05-07 19:36:17.242  3596  3596 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
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:5170)
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	at android.app.ActivityThread.-$$Nest$mhandleCreateService(Unknown Source:0)
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2556)
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:109)
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:232)
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:317)
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:8973)
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:591)
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	at com.android.internal.os.ExecInit.main(ExecInit.java:50)
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
05-07 19:36:17.242  3596  3596 E AndroidRuntime: Caused by: java.lang.IllegalStateException: SharedPreferences in credential encrypted storage are not available until after user (id 0) is unlocked
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:643)
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:621)
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:223)
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	at com.flux.flutter_boot_receiver.a.f(Unknown Source:9)
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	at com.flux.flutter_boot_receiver.BootHandlerService.onCreate(Unknown Source:22)
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:5157)
05-07 19:36:17.242  3596  3596 E AndroidRuntime: 	... 11 more
05-07 19:36:19.378  3760  3760 E AndroidRuntime: FATAL EXCEPTION: main
05-07 19:36:19.378  3760  3760 E AndroidRuntime: Process: com.vicolo.chrono, PID: 3760
05-07 19:36:19.378  3760  3760 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
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:5170)
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	at android.app.ActivityThread.-$$Nest$mhandleCreateService(Unknown Source:0)
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2556)
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:109)
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	at android.os.Looper.loopOnce(Looper.java:232)
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:317)
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:8973)
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:591)
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	at com.android.internal.os.ExecInit.main(ExecInit.java:50)
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
05-07 19:36:19.378  3760  3760 E AndroidRuntime: Caused by: java.lang.IllegalStateException: SharedPreferences in credential encrypted storage are not available until after user (id 0) is unlocked
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:643)
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:621)
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	at android.content.ContextWrapper.getSharedPreferences(ContextWrapper.java:223)
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	at com.flux.flutter_boot_receiver.a.f(Unknown Source:9)
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	at com.flux.flutter_boot_receiver.BootHandlerService.onCreate(Unknown Source:22)
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:5157)
05-07 19:36:19.378  3760  3760 E AndroidRuntime: 	... 11 more
--------- beginning of system
05-14 23:00:00.910 14882 14882 V Configuration: Updating configuration, locales updated from [] to [en_US_#u-fw-mon-mu-celsius,fr_FR_#u-fw-mon-mu-celsius]
05-15 05:50:00.758 14882 14882 V Configuration: Updating configuration, locales updated from [en_US_#u-fw-mon-mu-celsius,fr_FR_#u-fw-mon-mu-celsius] to [en_US]
--------- beginning of events
05-15 06:14:24.681 14882 14882 I wm_on_create_called: [Token=171628516,Component Name=com.vicolo.chrono.MainActivity,Reason=performCreate,time=200ms]
05-15 06:14:24.682 14882 14882 I wm_on_start_called: [Token=171628516,Component Name=com.vicolo.chrono.MainActivity,Reason=handleStartActivity,time=0ms]
05-15 06:14:24.684 14882 14882 I wm_on_resume_called: [Token=171628516,Component Name=com.vicolo.chrono.MainActivity,Reason=RESUME_ACTIVITY,time=1ms]
05-15 06:14:24.706 14882 14882 I wm_on_top_resumed_gained_called: [Token=171628516,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
05-15 06:14:24.828 14882 14882 I surfaceview_layout: [window=SV[221587186 MainActivity],format=4,width=1080,height=2337,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=1]
05-15 06:14:24.829 14882 14882 I surfaceview_callback: [window=SV[221587186 MainActivity],callback=surfaceCreated]
05-15 06:14:24.837 14882 14882 I surfaceview_callback: [window=SV[221587186 MainActivity],callback=surfaceChanged -- format=4 w=1080 h=2337]
05-15 06:14:24.837 14882 14882 I surfaceview_callback: [window=SV[221587186 MainActivity],callback=surfaceRedrawNeeded]
05-15 06:14:24.838 14882 14882 I viewroot_draw_event: [window=VRI[MainActivity],event=Canceling draw. cancelDueToPreDrawListener=true cancelDueToSync=false]
05-15 06:14:37.827 14882 14882 I wm_on_top_resumed_lost_called: [Token=171628516,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
05-15 06:52:33.042 31085 31085 I auditd  : avc=type=1400 audit(0.0:279207): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 06:52:33.234 31085 31085 I auditd  : avc=type=1400 audit(0.0:279208): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 06:52:33.234 31085 31085 I auditd  : avc=type=1400 audit(0.0:279209): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 06:52:33.238 31085 31085 I auditd  : avc=type=1400 audit(0.0:279210): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 06:52:33.238 31085 31085 I auditd  : avc=type=1400 audit(0.0:279211): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 06:52:33.250 31085 31085 I auditd  : avc=type=1400 audit(0.0:279212): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:odsign_prop:s0" dev="tmpfs" ino=779 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:odsign_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 06:52:33.250 31085 31085 I auditd  : avc=type=1400 audit(0.0:279213): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 06:52:33.258 31085 31085 I auditd  : avc=type=1400 audit(0.0:279214): avc:  denied  { getattr } for  comm="m.vicolo.chrono" path="/apex/apex-info-list.xml" dev="tmpfs" ino=87 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:apex_info_file:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 06:52:33.438 31085 31085 I auditd  : avc=type=1400 audit(0.0:279215): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=596 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 06:52:33.438 31085 31085 I auditd  : avc=type=1400 audit(0.0:279216): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=596 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 06:52:33.438 31085 31085 I auditd  : avc=type=1400 audit(0.0:279217): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=596 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 06:52:33.438 31085 31085 I auditd  : avc=type=1400 audit(0.0:279218): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=596 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 06:52:33.438 31085 31085 I auditd  : avc=type=1400 audit(0.0:279219): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=596 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 06:52:33.438 31085 31085 I auditd  : avc=type=1400 audit(0.0:279220): avc:  denied  { read } for  comm="main" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 06:52:33.522 31085 31085 I auditd  : avc=type=1400 audit(0.0:279221): avc:  denied  { read } for  comm="binder:31085_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=806 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 06:52:33.522 31085 31085 I auditd  : avc=type=1400 audit(0.0:279222): avc:  denied  { read } for  comm="binder:31085_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=806 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to system
05-15 06:52:33.596 31085 31085 V Configuration: Updating configuration, locales updated from [] to [en_US_#u-fw-mon-mu-celsius,fr_FR_#u-fw-mon-mu-celsius]
--------- switch to events
05-15 06:52:33.658 31085 31085 I auditd  : avc=type=1400 audit(0.0:279223): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 06:52:33.842 31085 31085 I auditd  : avc=type=1400 audit(0.0:279224): avc:  denied  { read } for  comm="m.vicolo.chrono" name="max_map_count" dev="proc" ino=12702149 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:proc_max_map_count:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- beginning of main
05-15 07:27:11.455  4385  4385 I m.vicolo.chrono: Using CollectorTypeCMC GC.
05-15 07:27:11.457  4385  4385 E m.vicolo.chrono: Not starting debugger since process cannot load the jdwp agent.
05-15 07:27:11.472  4385  4385 W libc    : Access denied finding property "ro.debuggable"
--------- switch to events
05-15 07:27:11.467  4385  4385 I auditd  : avc=type=1400 audit(0.0:280251): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to main
05-15 07:27:11.467  4385  4385 W app_process64: type=1400 audit(0.0:280251): avc:  denied  { read } for  name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 07:27:11.540  4385  4385 W libc    : Access denied finding property "ro.debuggable"
--------- switch to events
05-15 07:27:11.535  4385  4385 I auditd  : avc=type=1400 audit(0.0:280252): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to main
05-15 07:27:11.535  4385  4385 W app_process64: type=1400 audit(0.0:280252): avc:  denied  { read } for  name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 07:27:11.540  4385  4385 W libc    : Access denied finding property "ro.debuggable"
05-15 07:27:11.540  4385  4385 W libc    : Access denied finding property "ro.debuggable"
--------- switch to events
05-15 07:27:11.535  4385  4385 I auditd  : avc=type=1400 audit(0.0:280253): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to main
05-15 07:27:11.535  4385  4385 W app_process64: type=1400 audit(0.0:280253): avc:  denied  { read } for  name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to events
05-15 07:27:11.535  4385  4385 I auditd  : avc=type=1400 audit(0.0:280254): avc:  denied  { read } for  comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to main
05-15 07:27:11.535  4385  4385 W app_process64: type=1400 audit(0.0:280254): avc:  denied  { read } for  name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 07:27:11.541  4385  4385 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10181 <<<<<<
05-15 07:27:11.542  4385  4385 W libc    : Access denied finding property "ro.debuggable"
--------- switch to events
05-15 07:27:11.539  4385  4385 I auditd  : avc=type=1400 audit(0.0:280255): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to main
05-15 07:27:11.539  4385  4385 W m.vicolo.chrono: type=1400 audit(0.0:280255): avc:  denied  { read } for  name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 07:27:11.546  4385  4385 I AndroidRuntime: Using default boot image
--------- switch to events
05-15 07:27:11.543  4385  4385 I auditd  : avc=type=1400 audit(0.0:280256): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:odsign_prop:s0" dev="tmpfs" ino=779 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:odsign_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to main
05-15 07:27:11.546  4385  4385 I AndroidRuntime: Leaving lock profiling enabled
05-15 07:27:11.546  4385  4385 W libc    : Access denied finding property "odsign.verification.success"
05-15 07:27:11.543  4385  4385 W m.vicolo.chrono: type=1400 audit(0.0:280256): avc:  denied  { read } for  name="u:object_r:odsign_prop:s0" dev="tmpfs" ino=779 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:odsign_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 07:27:11.546  4385  4385 W libc    : Access denied finding property "ro.debuggable"
--------- switch to events
05-15 07:27:11.543  4385  4385 I auditd  : avc=type=1400 audit(0.0:280257): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to main
05-15 07:27:11.543  4385  4385 W m.vicolo.chrono: type=1400 audit(0.0:280257): avc:  denied  { read } for  name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 07:27:11.547  4385  4385 E cutils-trace: Error opening trace file: No such file or directory (2)
05-15 07:27:11.549  4385  4385 W com.vicolo.chrono: ART APEX data files are untrusted.
05-15 07:27:11.549  4385  4385 I com.vicolo.chrono: Using CollectorTypeCMC GC.
--------- switch to events
05-15 07:27:11.543  4385  4385 I auditd  : avc=type=1400 audit(0.0:280258): avc:  denied  { getattr } for  comm="m.vicolo.chrono" path="/apex/apex-info-list.xml" dev="tmpfs" ino=87 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:apex_info_file:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to main
05-15 07:27:11.543  4385  4385 W m.vicolo.chrono: type=1400 audit(0.0:280258): avc:  denied  { getattr } for  path="/apex/apex-info-list.xml" dev="tmpfs" ino=87 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:apex_info_file:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 07:27:11.627  4385  4385 D nativeloader: InitDefaultPublicLibraries for_preload=1: libandroid.so:libaaudio.so:libamidi.so:libbinder_ndk.so:libc.so:libcamera2ndk.so:libdl.so:libEGL.so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:libicu.so:libicui18n.so:libicuuc.so:libjnigraphics.so:liblog.so:libmediandk.so:libm.so:libnativehelper.so:libnativewindow.so:libOpenMAXAL.so:libOpenSLES.so:libRS.so:libstdc++.so:libsync.so:libvulkan.so:libwebviewchromium_plat_support.so:libz.so
05-15 07:27:11.639  4385  4385 D nativeloader: Load libicu_jni.so using APEX ns com_android_art for caller /apex/com.android.art/javalib/core-oj.jar: ok
05-15 07:27:11.639  4385  4385 D com.vicolo.chrono: u_setTimeZoneFilesDirectory("/apex/com.android.tzdata/etc/tz/versioned/8/icu") succeeded.
05-15 07:27:11.639  4385  4385 D com.vicolo.chrono: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt75l.dat
05-15 07:27:11.640  4385  4385 D nativeloader: Load libjavacore.so using APEX ns com_android_art for caller /apex/com.android.art/javalib/core-oj.jar: ok
05-15 07:27:11.641  4385  4385 D nativeloader: Load libopenjdk.so using APEX ns com_android_art for caller /apex/com.android.art/javalib/core-oj.jar: ok
05-15 07:27:11.653  4385  4385 W libc    : Access denied finding property "ro.product.name_for_attestation"
--------- switch to events
05-15 07:27:11.647  4385  4385 I auditd  : avc=type=1400 audit(0.0:280259): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=596 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to main
05-15 07:27:11.647  4385  4385 W main    : type=1400 audit(0.0:280259): avc:  denied  { read } for  name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=596 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 07:27:11.653  4385  4385 W libc    : Access denied finding property "ro.product.manufacturer_for_attestation"
05-15 07:27:11.653  4385  4385 W libc    : Access denied finding property "ro.product.brand_for_attestation"
05-15 07:27:11.653  4385  4385 W libc    : Access denied finding property "ro.product.model_for_attestation"
--------- switch to events
05-15 07:27:11.651  4385  4385 I auditd  : avc=type=1400 audit(0.0:280260): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=596 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to main
05-15 07:27:11.651  4385  4385 W main    : type=1400 audit(0.0:280260): avc:  denied  { read } for  name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=596 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to events
05-15 07:27:11.651  4385  4385 I auditd  : avc=type=1400 audit(0.0:280261): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=596 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to main
05-15 07:27:11.651  4385  4385 W main    : type=1400 audit(0.0:280261): avc:  denied  { read } for  name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=596 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to events
05-15 07:27:11.651  4385  4385 I auditd  : avc=type=1400 audit(0.0:280262): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=596 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to main
05-15 07:27:11.651  4385  4385 W main    : type=1400 audit(0.0:280262): avc:  denied  { read } for  name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=596 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 07:27:11.654  4385  4385 W libc    : Access denied finding property "ro.debuggable"
--------- switch to events
05-15 07:27:11.651  4385  4385 I auditd  : avc=type=1400 audit(0.0:280263): avc:  denied  { read } for  comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=596 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to main
05-15 07:27:11.651  4385  4385 W main    : type=1400 audit(0.0:280263): avc:  denied  { read } for  name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=596 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to events
05-15 07:27:11.651  4385  4385 I auditd  : avc=type=1400 audit(0.0:280264): avc:  denied  { read } for  comm="main" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to main
05-15 07:27:11.651  4385  4385 W main    : type=1400 audit(0.0:280264): avc:  denied  { read } for  name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 07:27:11.662  4385  4385 D nativeloader: Load libframework-connectivity-tiramisu-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity-t.jar: ok
05-15 07:27:11.662  4385  4385 D AndroidRuntime: Calling main entry com.android.internal.os.ExecInit
05-15 07:27:11.662  4385  4385 D Zygote  : begin preload
05-15 07:27:11.662  4385  4385 I Zygote  : Calling ZygoteHooks.beginPreload()
05-15 07:27:11.679  4385  4385 I Zygote  : Preloading shared libraries...
05-15 07:27:11.680  4385  4385 D nativeloader: Load libandroid.so using system ns (caller=/system/framework/framework.jar!classes5.dex): ok
05-15 07:27:11.681  4385  4385 D nativeloader: Load libjnigraphics.so using system ns (caller=/system/framework/framework.jar!classes5.dex): ok
05-15 07:27:11.681  4385  4385 D nativeloader: Load libcompiler_rt.so using system ns (caller=/system/framework/framework.jar!classes5.dex): ok
05-15 07:27:11.681  4385  4385 E com.vicolo.chrono: Unable to find pattern file or unable to map it for am
05-15 07:27:11.691  4385  4385 I Zygote  : Called ZygoteHooks.endPreload()
05-15 07:27:11.693  4385  4385 D nativeloader: Load libjavacrypto.so using APEX ns com_android_conscrypt for caller /apex/com.android.conscrypt/javalib/conscrypt.jar: ok
05-15 07:27:11.697  4385  4385 I Zygote  : Installed AndroidKeyStoreProvider in 6ms.
05-15 07:27:11.697  4385  4385 D Zygote  : end preload
05-15 07:27:11.703  4385  4412 W libc    : Access denied finding property "qemu.sf.lcd_density"
--------- switch to events
05-15 07:27:11.699  4385  4385 I auditd  : avc=type=1400 audit(0.0:280265): avc:  denied  { read } for  comm="binder:4385_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=806 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to main
05-15 07:27:11.699  4385  4385 W binder:4385_2: type=1400 audit(0.0:280265): avc:  denied  { read } for  name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=806 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 07:27:11.703  4385  4412 W libc    : Access denied finding property "qemu.sf.lcd_density"
--------- switch to events
05-15 07:27:11.699  4385  4385 I auditd  : avc=type=1400 audit(0.0:280266): avc:  denied  { read } for  comm="binder:4385_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=806 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to main
05-15 07:27:11.699  4385  4385 W binder:4385_2: type=1400 audit(0.0:280266): avc:  denied  { read } for  name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=806 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 07:27:11.711  4385  4385 D nativeloader: Load libstats_jni.so using APEX ns com_android_os_statsd for caller /apex/com.android.os.statsd/javalib/framework-statsd.jar: ok
05-15 07:27:11.711  4385  4385 D CompatChangeReporter: Compat change id reported: 242716250; UID 10181; state: ENABLED
05-15 07:27:11.712  4385  4385 I Typeface: Preloading /system/fonts/Roboto-Regular.ttf
05-15 07:27:11.712  4385  4385 I Typeface: Preloading /system/fonts/RobotoStatic-Regular.ttf
05-15 07:27:11.719  4385  4385 I SystemFonts: Loading font config from /system/etc/fonts.xml
05-15 07:27:11.720  4385  4385 D CompatChangeReporter: Compat change id reported: 247079863; UID 10181; state: ENABLED
--------- switch to system
05-15 07:27:11.743  4385  4385 V Configuration: Updating configuration, locales updated from [] to [en_US_#u-fw-mon-mu-celsius,fr_FR_#u-fw-mon-mu-celsius]
--------- switch to main
05-15 07:27:11.744  4385  4385 I com.vicolo.chrono: AssetManager2(0xb400db9287e7cb28) locale list changing from [] to [en-US]
05-15 07:27:11.751  4385  4385 D nativeloader: InitApexLibraries:
05-15 07:27:11.751  4385  4385 D nativeloader:   com_android_art: libnativehelper.so
05-15 07:27:11.751  4385  4385 D nativeloader:   com_android_i18n: libicui18n.so:libicuuc.so:libicu.so
05-15 07:27:11.751  4385  4385 D nativeloader:   com_android_neuralnetworks: libneuralnetworks.so
05-15 07:27:11.751  4385  4385 D nativeloader: InitDefaultPublicLibraries for_preload=0: libandroid.so:libaaudio.so:libamidi.so:libbinder_ndk.so:libc.so:libcamera2ndk.so:libclang_rt.hwasan-aarch64-android.so:libdl.so:libEGL.so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:libjnigraphics.so:liblog.so:libmediandk.so:libm.so:libnativewindow.so:libOpenMAXAL.so:libOpenSLES.so:libRS.so:libstdc++.so:libsync.so:libvulkan.so:libwebviewchromium_plat_support.so:libz.so
05-15 07:27:11.751  4385  4385 D nativeloader: Configuring clns-1 for other apk /system_ext/framework/androidx.window.extensions.jar. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/~~eLk2aaYajUAtOOCzFv9_Fg==/com.vicolo.chrono-tdz862g03CfJH96Yt-Fo-w==/lib/arm64:/data/app/~~eLk2aaYajUAtOOCzFv9_Fg==/com.vicolo.chrono-tdz862g03CfJH96Yt-Fo-w==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.vicolo.chrono
05-15 07:27:11.751  4385  4385 D nativeloader: InitExtendedPublicLibraries:
05-15 07:27:11.753  4385  4385 D nativeloader: InitVendorPublicLibraries: libOpenCL.so:libOpenCL-pixel.so:libedgetpu_client.google.so:libedgetpu_util.so:lib_aion_buffer.so:libgxp.so:gxp_metrics_logger.so
05-15 07:27:11.753  4385  4385 D nativeloader: InitProductPublicLibraries:
05-15 07:27:11.754  4385  4385 D nativeloader: Configuring clns-2 for other apk /system_ext/framework/androidx.window.sidecar.jar. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/~~eLk2aaYajUAtOOCzFv9_Fg==/com.vicolo.chrono-tdz862g03CfJH96Yt-Fo-w==/lib/arm64:/data/app/~~eLk2aaYajUAtOOCzFv9_Fg==/com.vicolo.chrono-tdz862g03CfJH96Yt-Fo-w==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.vicolo.chrono
05-15 07:27:11.774  4385  4385 D nativeloader: Configuring clns-3 for other apk /data/app/~~eLk2aaYajUAtOOCzFv9_Fg==/com.vicolo.chrono-tdz862g03CfJH96Yt-Fo-w==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~eLk2aaYajUAtOOCzFv9_Fg==/com.vicolo.chrono-tdz862g03CfJH96Yt-Fo-w==/lib/arm64:/data/app/~~eLk2aaYajUAtOOCzFv9_Fg==/com.vicolo.chrono-tdz862g03CfJH96Yt-Fo-w==/base.apk!/lib/arm64-v8a, permitted_path=/data:/mnt/expand:/data/user/0/com.vicolo.chrono
05-15 07:27:11.776  4385  4385 I com.vicolo.chrono: AssetManager2(0xb400db9287e7a728) locale list changing from [] to [en-US]
05-15 07:27:11.779  4385  4385 D nativeloader: Load libframework-connectivity-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity.jar: ok
05-15 07:27:11.781  4385  4385 V GraphicsEnvironment: Currently set values for:
05-15 07:27:11.781  4385  4385 V GraphicsEnvironment:   angle_gl_driver_selection_pkgs=[com.android.angle, com.linecorp.b612.android, com.campmobile.snow, com.google.android.apps.tachyon]
05-15 07:27:11.781  4385  4385 V GraphicsEnvironment:   angle_gl_driver_selection_values=[angle, native, native, native]
05-15 07:27:11.781  4385  4385 V GraphicsEnvironment: com.vicolo.chrono is not listed in per-application setting
05-15 07:27:11.781  4385  4385 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
05-15 07:27:11.784  4385  4385 D WM-WrkMgrInitializer: Initializing WorkManager with default configuration.
--------- switch to events
05-15 07:27:11.783  4385  4385 I auditd  : avc=type=1400 audit(0.0:280267): avc:  denied  { read } for  comm="m.vicolo.chrono" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to main
05-15 07:27:11.783  4385  4385 W m.vicolo.chrono: type=1400 audit(0.0:280267): avc:  denied  { read } for  name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=878 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 07:27:11.786  4385  4385 W libc    : Access denied finding property "ro.debuggable"
05-15 07:27:11.796  4385  4385 I com.vicolo.chrono: AssetManager2(0xb400db9287e7ce28) locale list changing from [] to [en-US]
05-15 07:27:11.815  4385  4422 D nativeloader: Load /data/app/~~eLk2aaYajUAtOOCzFv9_Fg==/com.vicolo.chrono-tdz862g03CfJH96Yt-Fo-w==/lib/arm64/libflutter.so using class loader ns clns-3 (caller=/data/app/~~eLk2aaYajUAtOOCzFv9_Fg==/com.vicolo.chrono-tdz862g03CfJH96Yt-Fo-w==/base.apk): ok
05-15 07:27:11.823  4385  4385 I com.vicolo.chrono: AssetManager2(0xb400db9287e97228) locale list changing from [] to [en-US]
--------- switch to events
05-15 07:27:11.827  4385  4385 I auditd  : avc=type=1400 audit(0.0:280268): avc:  denied  { read } for  comm="m.vicolo.chrono" name="max_map_count" dev="proc" ino=12806751 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:proc_max_map_count:s0 tclass=file permissive=0 app=com.vicolo.chrono
--------- switch to main
05-15 07:27:11.827  4385  4385 W m.vicolo.chrono: type=1400 audit(0.0:280268): avc:  denied  { read } for  name="max_map_count" dev="proc" ino=12806751 scontext=u:r:untrusted_app:s0:c181,c256,c512,c768 tcontext=u:object_r:proc_max_map_count:s0 tclass=file permissive=0 app=com.vicolo.chrono
05-15 07:27:11.875  4385  4385 I AndroidAlarmManagerPlugin: onAttachedToEngine
05-15 07:27:11.877  4385  4385 D AudioSystem: onNewService: media.audio_policy service obtained 0xb400dab245c23b00
05-15 07:27:11.880  4385  4385 D AudioSystem: getService: checking for service media.audio_policy: 0xb400dab245c23b00
05-15 07:27:11.896  4385  4385 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context.
05-15 07:27:11.900  4385  4385 I FlutterBootReceiverPlugin: onAttachedToEngine
05-15 07:27:11.906  4385  4385 D DesktopModeFlagsUtil: Toggle override initialized to: OVERRIDE_UNSET
--------- switch to events
05-15 07:27:11.956  4385  4385 I wm_on_create_called: [Token=6941312,Component Name=com.vicolo.chrono.MainActivity,Reason=performCreate,time=155ms]
05-15 07:27:11.956  4385  4385 I wm_on_start_called: [Token=6941312,Component Name=com.vicolo.chrono.MainActivity,Reason=handleStartActivity,time=0ms]
05-15 07:27:11.957  4385  4385 I wm_on_resume_called: [Token=6941312,Component Name=com.vicolo.chrono.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
05-15 07:27:11.966  4385  4385 I wm_on_top_resumed_gained_called: [Token=6941312,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
--------- switch to main
05-15 07:27:11.967  4385  4385 D TSBackgroundFetch: ☯️  onCreate
05-15 07:27:11.967  4385  4385 D TSBackgroundFetch: ☯️  onStart
05-15 07:27:11.967  4385  4385 D TSBackgroundFetch: ☯️  onResume
05-15 07:27:11.968  4385  4385 I WindowExtensionsImpl: Initializing Window Extensions, vendor API level=8, activity embedding enabled=false
--------- switch to events
05-15 07:27:11.979  4385  4385 I surfaceview_layout: [window=SV[232001330 MainActivity],format=4,width=1080,height=2337,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=1]
05-15 07:27:11.980  4385  4385 I surfaceview_callback: [window=SV[232001330 MainActivity],callback=surfaceCreated]
05-15 07:27:11.982  4385  4385 I surfaceview_callback: [window=SV[232001330 MainActivity],callback=surfaceChanged -- format=4 w=1080 h=2337]
05-15 07:27:11.983  4385  4385 I surfaceview_callback: [window=SV[232001330 MainActivity],callback=surfaceRedrawNeeded]
05-15 07:27:11.983  4385  4385 I viewroot_draw_event: [window=VRI[MainActivity],event=Canceling draw. cancelDueToPreDrawListener=true cancelDueToSync=false]
--------- switch to main
05-15 07:27:11.987  4385  4385 D WindowLayoutComponentImpl: Register WindowLayoutInfoListener on Context=com.vicolo.chrono.MainActivity@29e6600, of which baseContext=android.app.ContextImpl@b83e22c
05-15 07:27:12.029  4385  4385 I FlutterBackgroundExecutor: Starting AlarmService...
05-15 07:27:12.045  4385  4385 I AndroidAlarmManagerPlugin: onAttachedToEngine
05-15 07:27:12.046  4385  4385 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context.
05-15 07:27:12.047  4385  4385 I FlutterBootReceiverPlugin: onAttachedToEngine
05-15 07:27:12.067  4385  4385 I FlutterBackgroundExecutor: Starting BootHandlerService...
05-15 07:27:12.085  4385  4385 I AndroidAlarmManagerPlugin: onAttachedToEngine
05-15 07:27:12.086  4385  4385 W MediaSessionCompat: Couldn't find a unique registered media button receiver in the given context.
05-15 07:27:12.087  4385  4385 I FlutterBootReceiverPlugin: onAttachedToEngine
05-15 07:27:12.109  4385  4385 D FlutterShowWhenLocked: App hidden on lock screen
05-15 07:27:12.113  4385  4385 I AlarmService: AlarmService started!
05-15 07:27:12.122  4385  4425 I flutter : \x1B[38;5;196m┌───────────────────────────────────────────────────────────────────────────────\x1B[0m
05-15 07:27:12.122  4385  4425 I flutter : \x1B[38;5;196m│ #0   listFromString (package:clock_app/common/utils/json_serialize.dart:55)\x1B[0m
05-15 07:27:12.122  4385  4425 I flutter : \x1B[38;5;196m│ #1   loadList (package:clock_app/common/utils/list_storage.dart:59)\x1B[0m
05-15 07:27:12.122  4385  4425 I flutter : \x1B[38;5;196m│ #2   <asynchronous suspension>\x1B[0m
05-15 07:27:12.122  4385  4425 I flutter : \x1B[38;5;196m│ #3   cancelAlarm (package:clock_app/alarm/logic/schedule_alarm.dart:102)\x1B[0m
05-15 07:27:12.122  4385  4425 I flutter : \x1B[38;5;196m│ #4   <asynchronous suspension>\x1B[0m
05-15 07:27:12.122  4385  4425 I flutter : \x1B[38;5;196m│ #5   cancelAllAlarms (package:clock_app/alarm/logic/update_alarms.dart:15)\x1B[0m
05-15 07:27:12.122  4385  4425 I flutter : \x1B[38;5;196m│ #6   <asynchronous suspension>\x1B[0m
05-15 07:27:12.122  4385  4425 I flutter : \x1B[38;5;196m│ #7   updateAlarms (package:clock_app/alarm/logic/update_alarms.dart:42)\x1B[0m
05-15 07:27:12.122  4385  4425 I flutter : \x1B[38;5;196m│ #8   <asynchronous suspension>\x1B[0m
05-15 07:27:12.122  4385  4425 I flutter : \x1B[38;5;196m│ #9   main (package:clock_app/main.dart:49)\x1B[0m
05-15 07:27:12.122  4385  4425 I flutter : \x1B[38;5;196m│ #10   <asynchronous suspension>\x1B[0m
05-15 07:27:12.122  4385  4425 I flutter : \x1B[38;5;196m├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄\x1B[0m
05-15 07:27:12.122  4385  4425 I flutter : \x1B[38;5;196m│ ⛔ Error decoding string: FormatException: Unexpected character (at character 20959)\x1B[0m
05-15 07:27:12.122  4385  4425 I flutter : \x1B[38;5;196m│ ⛔ ...Alarm(): Alarm customized by the user","isActive":false}]"isActive":false}]\x1B[0m
05-15 07:27:12.122  4385  4425 I flutter : \x1B[38;5;196m│ ⛔                                                             ^\x1B[0m
05-15 07:27:12.122  4385  4425 I flutter : \x1B[38;5;196m│ ⛔ \x1B[0m
05-15 07:27:12.123  4385  4425 I flutter : \x1B[38;5;196m└───────────────────────────────────────────────────────────────────────────────\x1B[0m
05-15 07:27:12.123  4385  4425 E flutter : [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: FormatException: Unexpected character (at character 20959)
05-15 07:27:12.123  4385  4425 E flutter : ...Alarm(): Alarm customized by the user","isActive":false}]"isActive":false}]
05-15 07:27:12.123  4385  4425 E flutter :                                                             ^
05-15 07:27:12.123  4385  4425 E flutter :
05-15 07:27:12.123  4385  4425 E flutter : #0      _ChunkedJsonParser.fail (dart:convert-patch/convert_patch.dart:1380)
05-15 07:27:12.123  4385  4425 E flutter : #1      _ChunkedJsonParser.parse (dart:convert-patch/convert_patch.dart:833)
05-15 07:27:12.123  4385  4425 E flutter : #2      _parseJson (dart:convert-patch/convert_patch.dart:35)
05-15 07:27:12.123  4385  4425 E flutter : #3      JsonDecoder.convert (dart:convert/json.dart:610)
05-15 07:27:12.123  4385  4425 E flutter : #4      JsonCodec.decode (dart:convert/json.dart:216)
05-15 07:27:12.123  4385  4425 E flutter : #5      listFromString (package:clock_app/common/utils/json_serialize.dart:50)
05-15 07:27:12.123  4385  4425 E flutter : #6      loadList (package:clock_app/common/utils/list_storage.dart:59)
05-15 07:27:12.123  4385  4425 E flutter : <asynchronous suspension>
05-15 07:27:12.123  4385  4425 E flutter : #7      cancelAlarm (package:clock_app/alarm/logic/schedule_alarm.dart:102)
05-15 07:27:12.123  4385  4425 E flutter : <asynchronous suspension>
05-15 07:27:12.123  4385  4425 E flutter : #8      cancelAllAlarms (package:clock_app/alarm/logic/update_alarms.dart:15)
05-15 07:27:12.123  4385  4425 E flutter : <asynchronous suspension>
05-15 07:27:12.123  4385  4425 E flutter : #9      updateAlarms (package:clock_app/alarm/logic/update_alarms.dart:42)
05-15 07:27:12.123  4385  4425 E flutter : <asynchronous suspension>
05-15 07:27:12.123  4385  4425 E flutter : #10     main (package:clock_app/main.dart:49)
05-15 07:27:12.123  4385  4425 E flutter : <asynchronous suspension>
05-15 07:27:12.123  4385  4425 E flutter :
05-15 07:27:12.129  4385  4385 I BootHandlerService: BootHandlerService started!
05-15 07:27:17.633  4385  4465 D ProfileInstaller: Installing profile for com.vicolo.chrono
--------- switch to events
05-15 07:27:19.319  4385  4385 I wm_on_top_resumed_lost_called: [Token=6941312,Component Name=com.vicolo.chrono.MainActivity,Reason=topStateChangedWhenResumed]
05-15 07:27:21.109  4385  4385 I wm_on_paused_called: [Token=6941312,Component Name=com.vicolo.chrono.MainActivity,Reason=performPause,time=1ms]
--------- switch to main
05-15 07:27:21.506  4385  4385 D VRI[MainActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
05-15 07:27:21.517  4385  4385 I surfaceview_layout: [window=SV[232001330 MainActivity],format=4,width=1080,height=2337,z=-2,sizeFrom=layout,attached=1,lifecycleStrategy=0,viewVisible=0]
05-15 07:27:21.517  4385  4385 I surfaceview_callback: [window=SV[232001330 MainActivity],callback=surfaceDestroyed]
05-15 07:27:21.526  4385  4385 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
05-15 07:27:21.527  4385  4385 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
05-15 07:27:21.527  4385  4385 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible. Reason=!mAppVisible && !mForceDecorViewVisibility]
05-15 07:27:21.533  4385  4385 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
05-15 07:27:21.533  4385  4385 I wm_on_stop_called: [Token=6941312,Component Name=com.vicolo.chrono.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
05-15 07:27:21.546  4385  4385 I viewroot_draw_event: [window=VRI[MainActivity],event=applyTransactionOnDraw applyImmediately]
--------- switch to main
05-15 07:27:21.809  4385  4385 D TSBackgroundFetch: ☯️  onPause
05-15 07:27:21.809  4385  4385 D TSBackgroundFetch: ☯️  onStop

le-chartreux avatar May 15 '25 07:05 le-chartreux

Started happening for me too, 2 or 3 days ago. App won't start then anymore until reinstalling. Emptying cache and even data or restarting the phone doesn't help.

aronovgj avatar May 15 '25 16:05 aronovgj

I am also having this issue on Google Pixel 8 Pro. Bump

joker1859 avatar Aug 25 '25 21:08 joker1859

This happened to me as well. it happened 3 times. the app works just fine for some days then it just freeze for some reason. No matter how much time I wait, clear cache, force stop, and even archive the app and restore it, it will not work until I clear data or reinstall it.

phone: Pixel 7 pro

OS: Graphene

the app is great but I can't use it when I have something important to alarm me to. I hope it's getting fixed, so I could use it as my main alarm again.

Thanks

D3lham avatar Sep 04 '25 22:09 D3lham

System: MIUI12 based on Android 10 I recently installed version 0.6.0 and tried several times to set alarms for specific dates, but none of them worked properly. I don't know if this is a problem with the settings or the software itself. Even turning on Allow foreground notifications and Use background services in General Settings did not change this phenomenon.

Eyion avatar Sep 12 '25 16:09 Eyion

Pixel 9, similar issue with Android 15 and Android 16 (BP3A.250905.014)

1ycx avatar Oct 02 '25 16:10 1ycx

Hi everyone, idk if it's a bad thing to share it there, but I'm using another clock app that has the same functionalities to replace this one, as this one isn't reliable. The link is: https://github.com/BlackyHawky/Clock PS: I have nothing to do with this other app, it's just to help people.

le-chartreux avatar Oct 02 '25 16:10 le-chartreux