topjohnwu / Magisk

The Magic Mask for Android
GNU General Public License v3.0
48.09k stars 12.24k forks source link

what the "beginning of crash" in log ? #1461

Closed nobichal closed 5 years ago

nobichal commented 5 years ago

I want to ask, the intent of this log what? Because there is a word "beginning of crash", whether it happens there is an error magisk me? (sorry my english is bad) device : asus zenfone max pro m1 rom : Pixel Expirence (Pie)

09-30 03:11:01.390 598 881 I Magisk : hide_list init: [com.google.android.gms/com.google.android.gms.unstable] 09-30 03:11:01.396 598 881 I Magisk : hide_list init: [org.microg.gms.droidguard/com.google.android.gms.unstable] --------- beginning of crash 05-15 17:14:24.428 598 1142 I Magisk : late_start service mode running 05-15 17:14:24.429 598 1142 I Magisk : Running service.d scripts 05-15 17:14:24.445 598 1142 I Magisk : service.d: exec [11link2sd] 05-15 17:14:24.483 598 1142 I Magisk : Running module service scripts 05-15 17:14:24.483 598 1142 I Magisk : nfsinjector: exec [service.sh] 05-15 17:14:24.492 598 1142 I Magisk : MagiskHidePropsConf: exec [service.sh] 05-15 17:14:33.194 598 2841 I Magisk : boot_complete triggered 05-15 17:14:52.975 598 881 I Magisk : proc_monitor: [com.google.android.gms.unstable] PID=[5040] UID=[10007]

martyfender commented 5 years ago

I had that error on the latest Canary on 2 devices. Rebooting to TWRP and deleting the cache and dalvik cache got rid of that error for me on next boot. Nextbook Ares 8A, Intel x86, Android 6.0.1.

DenyDarko commented 5 years ago

I have the same log entry on my OP6.

I don't say error as there is no actual crash.

Kinda weird xD

Olit2000 commented 5 years ago

1279 might be related

topjohnwu commented 5 years ago

That is how logcat works on Android.... I don't filter the output of the tool. Whenever there is ANY crash on your device for the first time, it will show that message