Skip to content

Instantly share code, notes, and snippets.

@vrokolos
Created June 20, 2018 19:13
Show Gist options
  • Save vrokolos/1579a6969b53f13377991a816771e4a8 to your computer and use it in GitHub Desktop.
Save vrokolos/1579a6969b53f13377991a816771e4a8 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
--------- beginning of crash
06-17 11:31:38.063 19963 19963 E AndroidRuntime: FATAL EXCEPTION: main
06-17 11:31:38.063 19963 19963 E AndroidRuntime: Process: net.appcake, PID: 19963
06-17 11:31:38.063 19963 19963 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate receiver com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver: java.lang.ClassNotFoundException: Didn't find class "com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver" on path: DexPathList[[zip file "/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/base.apk"],nativeLibraryDirectories=[/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/lib/arm64, /system/lib64, /vendor/lib64]]
06-17 11:31:38.063 19963 19963 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3374)
06-17 11:31:38.063 19963 19963 E AndroidRuntime: at android.app.ActivityThread.-wrap18(Unknown Source:0)
06-17 11:31:38.063 19963 19963 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1780)
06-17 11:31:38.063 19963 19963 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:105)
06-17 11:31:38.063 19963 19963 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164)
06-17 11:31:38.063 19963 19963 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6938)
06-17 11:31:38.063 19963 19963 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-17 11:31:38.063 19963 19963 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
06-17 11:31:38.063 19963 19963 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
06-17 11:31:38.063 19963 19963 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver" on path: DexPathList[[zip file "/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/base.apk"],nativeLibraryDirectories=[/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/lib/arm64, /system/lib64, /vendor/lib64]]
06-17 11:31:38.063 19963 19963 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:93)
06-17 11:31:38.063 19963 19963 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
06-17 11:31:38.063 19963 19963 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
06-17 11:31:38.063 19963 19963 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3369)
06-17 11:31:38.063 19963 19963 E AndroidRuntime: ... 8 more
06-17 15:33:53.246 29560 31801 E AndroidRuntime: FATAL EXCEPTION: com.polygraphene.alvr.DecoderThread
06-17 15:33:53.246 29560 31801 E AndroidRuntime: Process: com.polygraphene.alvr, PID: 29560
06-17 15:33:53.246 29560 31801 E AndroidRuntime: java.nio.BufferOverflowException
06-17 15:33:53.246 29560 31801 E AndroidRuntime: at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:278)
06-17 15:33:53.246 29560 31801 E AndroidRuntime: at com.polygraphene.alvr.DecoderThread.run(DecoderThread.java:166)
06-17 15:37:53.796 1388 1712 E AndroidRuntime: FATAL EXCEPTION: com.polygraphene.alvr.DecoderThread
06-17 15:37:53.796 1388 1712 E AndroidRuntime: Process: com.polygraphene.alvr, PID: 1388
06-17 15:37:53.796 1388 1712 E AndroidRuntime: java.nio.BufferOverflowException
06-17 15:37:53.796 1388 1712 E AndroidRuntime: at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:278)
06-17 15:37:53.796 1388 1712 E AndroidRuntime: at com.polygraphene.alvr.DecoderThread.run(DecoderThread.java:186)
06-17 18:00:01.868 31749 1550 E AndroidRuntime: FATAL EXCEPTION: com.polygraphene.alvr.DecoderThread
06-17 18:00:01.868 31749 1550 E AndroidRuntime: Process: com.polygraphene.alvr, PID: 31749
06-17 18:00:01.868 31749 1550 E AndroidRuntime: java.nio.BufferOverflowException
06-17 18:00:01.868 31749 1550 E AndroidRuntime: at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:278)
06-17 18:00:01.868 31749 1550 E AndroidRuntime: at com.polygraphene.alvr.DecoderThread.run(DecoderThread.java:166)
06-18 00:09:35.256 31218 31218 E AndroidRuntime: FATAL EXCEPTION: main
06-18 00:09:35.256 31218 31218 E AndroidRuntime: Process: com.maxelus.livewallpaper.amoled, PID: 31218
06-18 00:09:35.256 31218 31218 E AndroidRuntime: java.lang.RuntimeException: Error receiving broadcast Intent { act=android.intent.action.SCREEN_OFF flg=0x50200010 (has extras) } in com.lostpolygon.unity.livewallpaper.UnityWallpaperService$1@d5374e4
06-18 00:09:35.256 31218 31218 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_52226(LoadedApk.java:1329)
06-18 00:09:35.256 31218 31218 E AndroidRuntime: at android.app.-$Lambda$FilBqgnXJrN9Mgyks1XHeAxzSTk.$m$0(Unknown Source:4)
06-18 00:09:35.256 31218 31218 E AndroidRuntime: at android.app.-$Lambda$FilBqgnXJrN9Mgyks1XHeAxzSTk.run(Unknown Source:0)
06-18 00:09:35.256 31218 31218 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:789)
06-18 00:09:35.256 31218 31218 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:98)
06-18 00:09:35.256 31218 31218 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164)
06-18 00:09:35.256 31218 31218 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6938)
06-18 00:09:35.256 31218 31218 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-18 00:09:35.256 31218 31218 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
06-18 00:09:35.256 31218 31218 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
06-18 00:09:35.256 31218 31218 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'com.lostpolygon.unity.androidintegration.h com.lostpolygon.unity.androidintegration.UnityPlayerInstanceManager.getUnityPlayerPauseResumeManager()' on a null object reference
06-18 00:09:35.256 31218 31218 E AndroidRuntime: at com.lostpolygon.unity.livewallpaper.UnityWallpaperService.b(Unknown Source:8)
06-18 00:09:35.256 31218 31218 E AndroidRuntime: at com.lostpolygon.unity.livewallpaper.UnityWallpaperService$1.onReceive(Unknown Source:46)
06-18 00:09:35.256 31218 31218 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_52226(LoadedApk.java:1319)
06-18 00:09:35.256 31218 31218 E AndroidRuntime: ... 9 more
06-18 00:21:24.133 3705 3705 E AndroidRuntime: FATAL EXCEPTION: main
06-18 00:21:24.133 3705 3705 E AndroidRuntime: Process: com.maxelus.livewallpaper.amoled, PID: 3705
06-18 00:21:24.133 3705 3705 E AndroidRuntime: java.lang.RuntimeException: Error receiving broadcast Intent { act=android.intent.action.SCREEN_OFF flg=0x50200010 (has extras) } in com.lostpolygon.unity.livewallpaper.UnityWallpaperService$1@d5374e4
06-18 00:21:24.133 3705 3705 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_52226(LoadedApk.java:1329)
06-18 00:21:24.133 3705 3705 E AndroidRuntime: at android.app.-$Lambda$FilBqgnXJrN9Mgyks1XHeAxzSTk.$m$0(Unknown Source:4)
06-18 00:21:24.133 3705 3705 E AndroidRuntime: at android.app.-$Lambda$FilBqgnXJrN9Mgyks1XHeAxzSTk.run(Unknown Source:0)
06-18 00:21:24.133 3705 3705 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:789)
06-18 00:21:24.133 3705 3705 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:98)
06-18 00:21:24.133 3705 3705 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164)
06-18 00:21:24.133 3705 3705 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6938)
06-18 00:21:24.133 3705 3705 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-18 00:21:24.133 3705 3705 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
06-18 00:21:24.133 3705 3705 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
06-18 00:21:24.133 3705 3705 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'com.lostpolygon.unity.androidintegration.h com.lostpolygon.unity.androidintegration.UnityPlayerInstanceManager.getUnityPlayerPauseResumeManager()' on a null object reference
06-18 00:21:24.133 3705 3705 E AndroidRuntime: at com.lostpolygon.unity.livewallpaper.UnityWallpaperService.b(Unknown Source:8)
06-18 00:21:24.133 3705 3705 E AndroidRuntime: at com.lostpolygon.unity.livewallpaper.UnityWallpaperService$1.onReceive(Unknown Source:46)
06-18 00:21:24.133 3705 3705 E AndroidRuntime: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_52226(LoadedApk.java:1319)
06-18 00:21:24.133 3705 3705 E AndroidRuntime: ... 9 more
06-18 17:46:07.377 5961 6307 E AndroidRuntime: FATAL EXCEPTION: com.polygraphene.alvr.DecoderThread
06-18 17:46:07.377 5961 6307 E AndroidRuntime: Process: com.polygraphene.alvr, PID: 5961
06-18 17:46:07.377 5961 6307 E AndroidRuntime: java.nio.BufferOverflowException
06-18 17:46:07.377 5961 6307 E AndroidRuntime: at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:278)
06-18 17:46:07.377 5961 6307 E AndroidRuntime: at com.polygraphene.alvr.DecoderThread.run(DecoderThread.java:186)
06-18 17:50:04.748 12970 13048 E AndroidRuntime: FATAL EXCEPTION: com.polygraphene.alvr.DecoderThread
06-18 17:50:04.748 12970 13048 E AndroidRuntime: Process: com.polygraphene.alvr, PID: 12970
06-18 17:50:04.748 12970 13048 E AndroidRuntime: java.nio.BufferOverflowException
06-18 17:50:04.748 12970 13048 E AndroidRuntime: at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:278)
06-18 17:50:04.748 12970 13048 E AndroidRuntime: at com.polygraphene.alvr.DecoderThread.run(DecoderThread.java:186)
06-18 18:14:11.076 18692 18941 E AndroidRuntime: FATAL EXCEPTION: com.polygraphene.alvr.DecoderThread
06-18 18:14:11.076 18692 18941 E AndroidRuntime: Process: com.polygraphene.alvr, PID: 18692
06-18 18:14:11.076 18692 18941 E AndroidRuntime: java.nio.BufferOverflowException
06-18 18:14:11.076 18692 18941 E AndroidRuntime: at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:278)
06-18 18:14:11.076 18692 18941 E AndroidRuntime: at com.polygraphene.alvr.DecoderThread.run(DecoderThread.java:186)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: FATAL EXCEPTION: main
06-18 21:02:20.822 22524 22524 E AndroidRuntime: Process: com.nolanlawson.keepscore, PID: 22524
06-18 21:02:20.822 22524 22524 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.nolanlawson.keepscore/com.nolanlawson.keepscore.LandscapeGameActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Button.setText(java.lang.CharSequence)' on a null object reference
06-18 21:02:20.822 22524 22524 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2955)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3030)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: at android.app.ActivityThread.-wrap11(Unknown Source:0)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1696)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:105)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6938)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Button.setText(java.lang.CharSequence)' on a null object reference
06-18 21:02:20.822 22524 22524 E AndroidRuntime: at com.nolanlawson.keepscore.widget.PlayerView.p(Unknown Source:456)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: at com.nolanlawson.keepscore.widget.PlayerView.u(Unknown Source:335)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: at com.nolanlawson.keepscore.widget.PlayerView.<init>(Unknown Source:59)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: at com.nolanlawson.keepscore.GameActivity.g(Unknown Source:160)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: at com.nolanlawson.keepscore.GameActivity.onCreate(Unknown Source:129)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7174)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1220)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2908)
06-18 21:02:20.822 22524 22524 E AndroidRuntime: ... 9 more
06-18 21:02:24.232 22687 22687 E AndroidRuntime: FATAL EXCEPTION: main
06-18 21:02:24.232 22687 22687 E AndroidRuntime: Process: com.nolanlawson.keepscore, PID: 22687
06-18 21:02:24.232 22687 22687 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.nolanlawson.keepscore/com.nolanlawson.keepscore.LandscapeGameActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Button.setText(java.lang.CharSequence)' on a null object reference
06-18 21:02:24.232 22687 22687 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2955)
06-18 21:02:24.232 22687 22687 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3030)
06-18 21:02:24.232 22687 22687 E AndroidRuntime: at android.app.ActivityThread.-wrap11(Unknown Source:0)
06-18 21:02:24.232 22687 22687 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1696)
06-18 21:02:24.232 22687 22687 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:105)
06-18 21:02:24.232 22687 22687 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164)
06-18 21:02:24.232 22687 22687 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6938)
06-18 21:02:24.232 22687 22687 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-18 21:02:24.232 22687 22687 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
06-18 21:02:24.232 22687 22687 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
06-18 21:02:24.232 22687 22687 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Button.setText(java.lang.CharSequence)' on a null object reference
06-18 21:02:24.232 22687 22687 E AndroidRuntime: at com.nolanlawson.keepscore.widget.PlayerView.p(Unknown Source:456)
06-18 21:02:24.232 22687 22687 E AndroidRuntime: at com.nolanlawson.keepscore.widget.PlayerView.u(Unknown Source:335)
06-18 21:02:24.232 22687 22687 E AndroidRuntime: at com.nolanlawson.keepscore.widget.PlayerView.<init>(Unknown Source:59)
06-18 21:02:24.232 22687 22687 E AndroidRuntime: at com.nolanlawson.keepscore.GameActivity.g(Unknown Source:160)
06-18 21:02:24.232 22687 22687 E AndroidRuntime: at com.nolanlawson.keepscore.GameActivity.onCreate(Unknown Source:129)
06-18 21:02:24.232 22687 22687 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7174)
06-18 21:02:24.232 22687 22687 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1220)
06-18 21:02:24.232 22687 22687 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2908)
06-18 21:02:24.232 22687 22687 E AndroidRuntime: ... 9 more
06-18 21:02:28.580 22718 22718 E AndroidRuntime: FATAL EXCEPTION: main
06-18 21:02:28.580 22718 22718 E AndroidRuntime: Process: com.nolanlawson.keepscore, PID: 22718
06-18 21:02:28.580 22718 22718 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.nolanlawson.keepscore/com.nolanlawson.keepscore.LandscapeGameActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Button.setText(java.lang.CharSequence)' on a null object reference
06-18 21:02:28.580 22718 22718 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2955)
06-18 21:02:28.580 22718 22718 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3030)
06-18 21:02:28.580 22718 22718 E AndroidRuntime: at android.app.ActivityThread.-wrap11(Unknown Source:0)
06-18 21:02:28.580 22718 22718 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1696)
06-18 21:02:28.580 22718 22718 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:105)
06-18 21:02:28.580 22718 22718 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164)
06-18 21:02:28.580 22718 22718 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6938)
06-18 21:02:28.580 22718 22718 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-18 21:02:28.580 22718 22718 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
06-18 21:02:28.580 22718 22718 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
06-18 21:02:28.580 22718 22718 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Button.setText(java.lang.CharSequence)' on a null object reference
06-18 21:02:28.580 22718 22718 E AndroidRuntime: at com.nolanlawson.keepscore.widget.PlayerView.p(Unknown Source:456)
06-18 21:02:28.580 22718 22718 E AndroidRuntime: at com.nolanlawson.keepscore.widget.PlayerView.u(Unknown Source:335)
06-18 21:02:28.580 22718 22718 E AndroidRuntime: at com.nolanlawson.keepscore.widget.PlayerView.<init>(Unknown Source:59)
06-18 21:02:28.580 22718 22718 E AndroidRuntime: at com.nolanlawson.keepscore.GameActivity.g(Unknown Source:160)
06-18 21:02:28.580 22718 22718 E AndroidRuntime: at com.nolanlawson.keepscore.GameActivity.onCreate(Unknown Source:129)
06-18 21:02:28.580 22718 22718 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7174)
06-18 21:02:28.580 22718 22718 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1220)
06-18 21:02:28.580 22718 22718 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2908)
06-18 21:02:28.580 22718 22718 E AndroidRuntime: ... 9 more
06-19 19:09:12.329 20863 20927 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 20927 (OVR::PanelApp)
06-19 19:09:12.599 21118 21118 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
06-19 19:09:12.600 21118 21118 F DEBUG : Build fingerprint: 'samsung/star2ltexx/star2lte:8.0.0/R16NW/G965FXXU1BRE5:user/release-keys'
06-19 19:09:12.600 21118 21118 F DEBUG : Revision: '26'
06-19 19:09:12.600 21118 21118 F DEBUG : ABI: 'arm'
06-19 19:09:12.600 21118 21118 F DEBUG : pid: 20863, tid: 20927, name: OVR::PanelApp >>> com.oculus.vrshell.home:home <<<
06-19 19:09:12.600 21118 21118 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
06-19 19:09:12.600 21118 21118 F DEBUG : r0 00000000 r1 000051bf r2 00000006 r3 00000008
06-19 19:09:12.600 21118 21118 F DEBUG : r4 0000517f r5 000051bf r6 c5977668 r7 0000010c
06-19 19:09:12.600 21118 21118 F DEBUG : r8 c7837a6c r9 ffffffff sl c59776b0 fp c5977688
06-19 19:09:12.600 21118 21118 F DEBUG : ip 00000000 sp c5977658 lr ec5bb4b7 pc ec5ec7f0 cpsr 200f0010
06-19 19:09:12.604 21118 21118 F DEBUG :
06-19 19:09:12.604 21118 21118 F DEBUG : backtrace:
06-19 19:09:12.605 21118 21118 F DEBUG : #00 pc 0004b7f0 /system/lib/libc.so (tgkill+12)
06-19 19:09:12.605 21118 21118 F DEBUG : #01 pc 0001a4b3 /system/lib/libc.so (abort+54)
06-19 19:09:12.605 21118 21118 F DEBUG : #02 pc 00107940 /data/app/com.oculus.vrshell.home-vE6KAq44YlnSUDtcZLBw7Q==/lib/arm/libhome.so
06-19 19:09:12.605 21118 21118 F DEBUG : #03 pc 00107684 /data/app/com.oculus.vrshell.home-vE6KAq44YlnSUDtcZLBw7Q==/lib/arm/libhome.so (_ZN8ovrPanel6InitGLEPKP13ANativeWindowPKPKci+700)
06-19 19:09:12.605 21118 21118 F DEBUG : #04 pc 0010b4d0 /data/app/com.oculus.vrshell.home-vE6KAq44YlnSUDtcZLBw7Q==/lib/arm/libhome.so (_Z4Initv+284)
06-19 19:09:12.605 21118 21118 F DEBUG : #05 pc 0010b9a0 /data/app/com.oculus.vrshell.home-vE6KAq44YlnSUDtcZLBw7Q==/lib/arm/libhome.so (Panel_Frame+216)
06-19 19:09:12.605 21118 21118 F DEBUG : #06 pc 0000477c /data/app/com.oculus.vrshell.home-vE6KAq44YlnSUDtcZLBw7Q==/lib/arm/libcpanelservice.so
06-19 19:09:12.605 21118 21118 F DEBUG : #07 pc 00048b07 /system/lib/libc.so (_ZL15__pthread_startPv+22)
06-19 19:09:12.605 21118 21118 F DEBUG : #08 pc 0001b323 /system/lib/libc.so (__start_thread+32)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: FATAL EXCEPTION: main
06-20 14:03:20.739 29217 29217 E AndroidRuntime: Process: com.nolanlawson.keepscore, PID: 29217
06-20 14:03:20.739 29217 29217 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.nolanlawson.keepscore/com.nolanlawson.keepscore.LandscapeGameActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Button.setText(java.lang.CharSequence)' on a null object reference
06-20 14:03:20.739 29217 29217 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2955)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3030)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: at android.app.ActivityThread.-wrap11(Unknown Source:0)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1696)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:105)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6938)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Button.setText(java.lang.CharSequence)' on a null object reference
06-20 14:03:20.739 29217 29217 E AndroidRuntime: at com.nolanlawson.keepscore.widget.PlayerView.p(Unknown Source:456)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: at com.nolanlawson.keepscore.widget.PlayerView.u(Unknown Source:335)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: at com.nolanlawson.keepscore.widget.PlayerView.<init>(Unknown Source:59)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: at com.nolanlawson.keepscore.GameActivity.g(Unknown Source:160)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: at com.nolanlawson.keepscore.GameActivity.onCreate(Unknown Source:129)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7174)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1220)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2908)
06-20 14:03:20.739 29217 29217 E AndroidRuntime: ... 9 more
06-20 14:29:24.914 12435 12435 E AndroidRuntime: !@*** FATAL EXCEPTION IN SYSTEM PROCESS: main
06-20 14:29:24.914 12435 12435 E AndroidRuntime: java.lang.SecurityException: Injecting to another application requires INJECT_EVENTS permission
06-20 14:29:24.914 12435 12435 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1958)
06-20 14:29:24.914 12435 12435 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1904)
06-20 14:29:24.914 12435 12435 E AndroidRuntime: at android.hardware.input.IInputManager$Stub$Proxy.injectInputEvent(IInputManager.java:767)
06-20 14:29:24.914 12435 12435 E AndroidRuntime: at android.hardware.input.InputManager.injectInputEvent(InputManager.java:957)
06-20 14:29:24.914 12435 12435 E AndroidRuntime: at com.android.commands.input.Input.injectKeyEvent(Input.java:272)
06-20 14:29:24.914 12435 12435 E AndroidRuntime: at com.android.commands.input.Input.sendKeyEvent(Input.java:198)
06-20 14:29:24.914 12435 12435 E AndroidRuntime: at com.android.commands.input.Input.run(Input.java:97)
06-20 14:29:24.914 12435 12435 E AndroidRuntime: at com.android.commands.input.Input.main(Input.java:60)
06-20 14:29:24.914 12435 12435 E AndroidRuntime: at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
06-20 14:29:24.914 12435 12435 E AndroidRuntime: at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:286)
06-20 14:29:24.916 12435 12435 E AndroidRuntime: Error reporting crash
06-20 14:29:24.916 12435 12435 E AndroidRuntime: java.lang.RuntimeException: Bad file descriptor
06-20 14:29:24.916 12435 12435 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
06-20 14:29:24.916 12435 12435 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:761)
06-20 14:29:24.916 12435 12435 E AndroidRuntime: at android.os.ServiceManagerProxy.getService(ServiceManagerNative.java:123)
06-20 14:29:24.916 12435 12435 E AndroidRuntime: at android.os.ServiceManager.getService(ServiceManager.java:66)
06-20 14:29:24.916 12435 12435 E AndroidRuntime: at android.app.ActivityManager$1.create(ActivityManager.java:4829)
06-20 14:29:24.916 12435 12435 E AndroidRuntime: at android.app.ActivityManager$1.create(ActivityManager.java:4827)
06-20 14:29:24.916 12435 12435 E AndroidRuntime: at android.util.Singleton.get(Singleton.java:34)
06-20 14:29:24.916 12435 12435 E AndroidRuntime: at android.app.ActivityManager.getService(ActivityManager.java:4822)
06-20 14:29:24.916 12435 12435 E AndroidRuntime: at com.android.internal.os.RuntimeInit$KillApplicationHandler.uncaughtException(RuntimeInit.java:117)
06-20 14:29:24.916 12435 12435 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1068)
06-20 14:29:24.916 12435 12435 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1063)
06-20 14:29:24.916 12435 12435 E AndroidRuntime: at java.lang.Thread.dispatchUncaughtException(Thread.java:1953)
06-20 14:29:29.704 12518 12518 E AndroidRuntime: !@*** FATAL EXCEPTION IN SYSTEM PROCESS: main
06-20 14:29:29.704 12518 12518 E AndroidRuntime: java.lang.SecurityException: Injecting to another application requires INJECT_EVENTS permission
06-20 14:29:29.704 12518 12518 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1958)
06-20 14:29:29.704 12518 12518 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1904)
06-20 14:29:29.704 12518 12518 E AndroidRuntime: at android.hardware.input.IInputManager$Stub$Proxy.injectInputEvent(IInputManager.java:767)
06-20 14:29:29.704 12518 12518 E AndroidRuntime: at android.hardware.input.InputManager.injectInputEvent(InputManager.java:957)
06-20 14:29:29.704 12518 12518 E AndroidRuntime: at com.android.commands.input.Input.injectKeyEvent(Input.java:272)
06-20 14:29:29.704 12518 12518 E AndroidRuntime: at com.android.commands.input.Input.sendKeyEvent(Input.java:198)
06-20 14:29:29.704 12518 12518 E AndroidRuntime: at com.android.commands.input.Input.run(Input.java:97)
06-20 14:29:29.704 12518 12518 E AndroidRuntime: at com.android.commands.input.Input.main(Input.java:60)
06-20 14:29:29.704 12518 12518 E AndroidRuntime: at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
06-20 14:29:29.704 12518 12518 E AndroidRuntime: at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:286)
06-20 14:29:29.705 12518 12518 E AndroidRuntime: Error reporting crash
06-20 14:29:29.705 12518 12518 E AndroidRuntime: java.lang.RuntimeException: Bad file descriptor
06-20 14:29:29.705 12518 12518 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
06-20 14:29:29.705 12518 12518 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:761)
06-20 14:29:29.705 12518 12518 E AndroidRuntime: at android.os.ServiceManagerProxy.getService(ServiceManagerNative.java:123)
06-20 14:29:29.705 12518 12518 E AndroidRuntime: at android.os.ServiceManager.getService(ServiceManager.java:66)
06-20 14:29:29.705 12518 12518 E AndroidRuntime: at android.app.ActivityManager$1.create(ActivityManager.java:4829)
06-20 14:29:29.705 12518 12518 E AndroidRuntime: at android.app.ActivityManager$1.create(ActivityManager.java:4827)
06-20 14:29:29.705 12518 12518 E AndroidRuntime: at android.util.Singleton.get(Singleton.java:34)
06-20 14:29:29.705 12518 12518 E AndroidRuntime: at android.app.ActivityManager.getService(ActivityManager.java:4822)
06-20 14:29:29.705 12518 12518 E AndroidRuntime: at com.android.internal.os.RuntimeInit$KillApplicationHandler.uncaughtException(RuntimeInit.java:117)
06-20 14:29:29.705 12518 12518 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1068)
06-20 14:29:29.705 12518 12518 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1063)
06-20 14:29:29.705 12518 12518 E AndroidRuntime: at java.lang.Thread.dispatchUncaughtException(Thread.java:1953)
06-20 14:29:30.404 12532 12532 E AndroidRuntime: !@*** FATAL EXCEPTION IN SYSTEM PROCESS: main
06-20 14:29:30.404 12532 12532 E AndroidRuntime: java.lang.SecurityException: Injecting to another application requires INJECT_EVENTS permission
06-20 14:29:30.404 12532 12532 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1958)
06-20 14:29:30.404 12532 12532 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1904)
06-20 14:29:30.404 12532 12532 E AndroidRuntime: at android.hardware.input.IInputManager$Stub$Proxy.injectInputEvent(IInputManager.java:767)
06-20 14:29:30.404 12532 12532 E AndroidRuntime: at android.hardware.input.InputManager.injectInputEvent(InputManager.java:957)
06-20 14:29:30.404 12532 12532 E AndroidRuntime: at com.android.commands.input.Input.injectKeyEvent(Input.java:272)
06-20 14:29:30.404 12532 12532 E AndroidRuntime: at com.android.commands.input.Input.sendKeyEvent(Input.java:198)
06-20 14:29:30.404 12532 12532 E AndroidRuntime: at com.android.commands.input.Input.run(Input.java:97)
06-20 14:29:30.404 12532 12532 E AndroidRuntime: at com.android.commands.input.Input.main(Input.java:60)
06-20 14:29:30.404 12532 12532 E AndroidRuntime: at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
06-20 14:29:30.404 12532 12532 E AndroidRuntime: at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:286)
06-20 14:29:30.405 12532 12532 E AndroidRuntime: Error reporting crash
06-20 14:29:30.405 12532 12532 E AndroidRuntime: java.lang.RuntimeException: Bad file descriptor
06-20 14:29:30.405 12532 12532 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
06-20 14:29:30.405 12532 12532 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:761)
06-20 14:29:30.405 12532 12532 E AndroidRuntime: at android.os.ServiceManagerProxy.getService(ServiceManagerNative.java:123)
06-20 14:29:30.405 12532 12532 E AndroidRuntime: at android.os.ServiceManager.getService(ServiceManager.java:66)
06-20 14:29:30.405 12532 12532 E AndroidRuntime: at android.app.ActivityManager$1.create(ActivityManager.java:4829)
06-20 14:29:30.405 12532 12532 E AndroidRuntime: at android.app.ActivityManager$1.create(ActivityManager.java:4827)
06-20 14:29:30.405 12532 12532 E AndroidRuntime: at android.util.Singleton.get(Singleton.java:34)
06-20 14:29:30.405 12532 12532 E AndroidRuntime: at android.app.ActivityManager.getService(ActivityManager.java:4822)
06-20 14:29:30.405 12532 12532 E AndroidRuntime: at com.android.internal.os.RuntimeInit$KillApplicationHandler.uncaughtException(RuntimeInit.java:117)
06-20 14:29:30.405 12532 12532 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1068)
06-20 14:29:30.405 12532 12532 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1063)
06-20 14:29:30.405 12532 12532 E AndroidRuntime: at java.lang.Thread.dispatchUncaughtException(Thread.java:1953)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: !@*** FATAL EXCEPTION IN SYSTEM PROCESS: main
06-20 14:29:30.895 12548 12548 E AndroidRuntime: java.lang.SecurityException: Injecting to another application requires INJECT_EVENTS permission
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1958)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1904)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at android.hardware.input.IInputManager$Stub$Proxy.injectInputEvent(IInputManager.java:767)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at android.hardware.input.InputManager.injectInputEvent(InputManager.java:957)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at com.android.commands.input.Input.injectKeyEvent(Input.java:272)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at com.android.commands.input.Input.sendKeyEvent(Input.java:198)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at com.android.commands.input.Input.run(Input.java:97)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at com.android.commands.input.Input.main(Input.java:60)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:286)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: Error reporting crash
06-20 14:29:30.895 12548 12548 E AndroidRuntime: java.lang.RuntimeException: Bad file descriptor
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:761)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at android.os.ServiceManagerProxy.getService(ServiceManagerNative.java:123)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at android.os.ServiceManager.getService(ServiceManager.java:66)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at android.app.ActivityManager$1.create(ActivityManager.java:4829)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at android.app.ActivityManager$1.create(ActivityManager.java:4827)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at android.util.Singleton.get(Singleton.java:34)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at android.app.ActivityManager.getService(ActivityManager.java:4822)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at com.android.internal.os.RuntimeInit$KillApplicationHandler.uncaughtException(RuntimeInit.java:117)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1068)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1063)
06-20 14:29:30.895 12548 12548 E AndroidRuntime: at java.lang.Thread.dispatchUncaughtException(Thread.java:1953)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: !@*** FATAL EXCEPTION IN SYSTEM PROCESS: main
06-20 14:29:31.408 12562 12562 E AndroidRuntime: java.lang.SecurityException: Injecting to another application requires INJECT_EVENTS permission
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1958)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1904)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at android.hardware.input.IInputManager$Stub$Proxy.injectInputEvent(IInputManager.java:767)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at android.hardware.input.InputManager.injectInputEvent(InputManager.java:957)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at com.android.commands.input.Input.injectKeyEvent(Input.java:272)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at com.android.commands.input.Input.sendKeyEvent(Input.java:198)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at com.android.commands.input.Input.run(Input.java:97)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at com.android.commands.input.Input.main(Input.java:60)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:286)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: Error reporting crash
06-20 14:29:31.408 12562 12562 E AndroidRuntime: java.lang.RuntimeException: Bad file descriptor
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:761)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at android.os.ServiceManagerProxy.getService(ServiceManagerNative.java:123)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at android.os.ServiceManager.getService(ServiceManager.java:66)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at android.app.ActivityManager$1.create(ActivityManager.java:4829)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at android.app.ActivityManager$1.create(ActivityManager.java:4827)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at android.util.Singleton.get(Singleton.java:34)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at android.app.ActivityManager.getService(ActivityManager.java:4822)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at com.android.internal.os.RuntimeInit$KillApplicationHandler.uncaughtException(RuntimeInit.java:117)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1068)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1063)
06-20 14:29:31.408 12562 12562 E AndroidRuntime: at java.lang.Thread.dispatchUncaughtException(Thread.java:1953)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: !@*** FATAL EXCEPTION IN SYSTEM PROCESS: main
06-20 14:29:32.448 12579 12579 E AndroidRuntime: java.lang.SecurityException: Injecting to another application requires INJECT_EVENTS permission
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1958)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1904)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at android.hardware.input.IInputManager$Stub$Proxy.injectInputEvent(IInputManager.java:767)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at android.hardware.input.InputManager.injectInputEvent(InputManager.java:957)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at com.android.commands.input.Input.injectKeyEvent(Input.java:272)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at com.android.commands.input.Input.sendKeyEvent(Input.java:198)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at com.android.commands.input.Input.run(Input.java:97)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at com.android.commands.input.Input.main(Input.java:60)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:286)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: Error reporting crash
06-20 14:29:32.448 12579 12579 E AndroidRuntime: java.lang.RuntimeException: Bad file descriptor
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at android.os.BinderProxy.transactNative(Native Method)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at android.os.BinderProxy.transact(Binder.java:761)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at android.os.ServiceManagerProxy.getService(ServiceManagerNative.java:123)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at android.os.ServiceManager.getService(ServiceManager.java:66)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at android.app.ActivityManager$1.create(ActivityManager.java:4829)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at android.app.ActivityManager$1.create(ActivityManager.java:4827)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at android.util.Singleton.get(Singleton.java:34)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at android.app.ActivityManager.getService(ActivityManager.java:4822)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at com.android.internal.os.RuntimeInit$KillApplicationHandler.uncaughtException(RuntimeInit.java:117)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1068)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1063)
06-20 14:29:32.448 12579 12579 E AndroidRuntime: at java.lang.Thread.dispatchUncaughtException(Thread.java:1953)
06-20 18:45:12.374 13626 13626 E AndroidRuntime: FATAL EXCEPTION: main
06-20 18:45:12.374 13626 13626 E AndroidRuntime: Process: net.appcake, PID: 13626
06-20 18:45:12.374 13626 13626 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate receiver com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver: java.lang.ClassNotFoundException: Didn't find class "com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver" on path: DexPathList[[zip file "/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/base.apk"],nativeLibraryDirectories=[/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/lib/arm64, /system/lib64, /vendor/lib64]]
06-20 18:45:12.374 13626 13626 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3374)
06-20 18:45:12.374 13626 13626 E AndroidRuntime: at android.app.ActivityThread.-wrap18(Unknown Source:0)
06-20 18:45:12.374 13626 13626 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1780)
06-20 18:45:12.374 13626 13626 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:105)
06-20 18:45:12.374 13626 13626 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164)
06-20 18:45:12.374 13626 13626 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6938)
06-20 18:45:12.374 13626 13626 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-20 18:45:12.374 13626 13626 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
06-20 18:45:12.374 13626 13626 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
06-20 18:45:12.374 13626 13626 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver" on path: DexPathList[[zip file "/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/base.apk"],nativeLibraryDirectories=[/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/lib/arm64, /system/lib64, /vendor/lib64]]
06-20 18:45:12.374 13626 13626 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:93)
06-20 18:45:12.374 13626 13626 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
06-20 18:45:12.374 13626 13626 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
06-20 18:45:12.374 13626 13626 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3369)
06-20 18:45:12.374 13626 13626 E AndroidRuntime: ... 8 more
06-20 18:46:00.016 32196 32196 E AndroidRuntime: FATAL EXCEPTION: main
06-20 18:46:00.016 32196 32196 E AndroidRuntime: Process: net.appcake, PID: 32196
06-20 18:46:00.016 32196 32196 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate receiver com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver: java.lang.ClassNotFoundException: Didn't find class "com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver" on path: DexPathList[[zip file "/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/base.apk"],nativeLibraryDirectories=[/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/lib/arm64, /system/lib64, /vendor/lib64]]
06-20 18:46:00.016 32196 32196 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3374)
06-20 18:46:00.016 32196 32196 E AndroidRuntime: at android.app.ActivityThread.-wrap18(Unknown Source:0)
06-20 18:46:00.016 32196 32196 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1780)
06-20 18:46:00.016 32196 32196 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:105)
06-20 18:46:00.016 32196 32196 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164)
06-20 18:46:00.016 32196 32196 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6938)
06-20 18:46:00.016 32196 32196 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-20 18:46:00.016 32196 32196 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
06-20 18:46:00.016 32196 32196 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
06-20 18:46:00.016 32196 32196 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver" on path: DexPathList[[zip file "/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/base.apk"],nativeLibraryDirectories=[/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/lib/arm64, /system/lib64, /vendor/lib64]]
06-20 18:46:00.016 32196 32196 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:93)
06-20 18:46:00.016 32196 32196 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
06-20 18:46:00.016 32196 32196 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
06-20 18:46:00.016 32196 32196 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3369)
06-20 18:46:00.016 32196 32196 E AndroidRuntime: ... 8 more
06-20 20:41:48.664 15134 15134 E AndroidRuntime: FATAL EXCEPTION: main
06-20 20:41:48.664 15134 15134 E AndroidRuntime: Process: net.appcake, PID: 15134
06-20 20:41:48.664 15134 15134 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate receiver com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver: java.lang.ClassNotFoundException: Didn't find class "com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver" on path: DexPathList[[zip file "/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/base.apk"],nativeLibraryDirectories=[/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/lib/arm64, /system/lib64, /vendor/lib64]]
06-20 20:41:48.664 15134 15134 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3374)
06-20 20:41:48.664 15134 15134 E AndroidRuntime: at android.app.ActivityThread.-wrap18(Unknown Source:0)
06-20 20:41:48.664 15134 15134 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1780)
06-20 20:41:48.664 15134 15134 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:105)
06-20 20:41:48.664 15134 15134 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164)
06-20 20:41:48.664 15134 15134 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6938)
06-20 20:41:48.664 15134 15134 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-20 20:41:48.664 15134 15134 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
06-20 20:41:48.664 15134 15134 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
06-20 20:41:48.664 15134 15134 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver" on path: DexPathList[[zip file "/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/base.apk"],nativeLibraryDirectories=[/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/lib/arm64, /system/lib64, /vendor/lib64]]
06-20 20:41:48.664 15134 15134 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:93)
06-20 20:41:48.664 15134 15134 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
06-20 20:41:48.664 15134 15134 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
06-20 20:41:48.664 15134 15134 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3369)
06-20 20:41:48.664 15134 15134 E AndroidRuntime: ... 8 more
06-20 20:42:48.152 17001 17001 E AndroidRuntime: FATAL EXCEPTION: main
06-20 20:42:48.152 17001 17001 E AndroidRuntime: Process: net.appcake, PID: 17001
06-20 20:42:48.152 17001 17001 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate receiver com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver: java.lang.ClassNotFoundException: Didn't find class "com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver" on path: DexPathList[[zip file "/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/base.apk"],nativeLibraryDirectories=[/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/lib/arm64, /system/lib64, /vendor/lib64]]
06-20 20:42:48.152 17001 17001 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3374)
06-20 20:42:48.152 17001 17001 E AndroidRuntime: at android.app.ActivityThread.-wrap18(Unknown Source:0)
06-20 20:42:48.152 17001 17001 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1780)
06-20 20:42:48.152 17001 17001 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:105)
06-20 20:42:48.152 17001 17001 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164)
06-20 20:42:48.152 17001 17001 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6938)
06-20 20:42:48.152 17001 17001 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-20 20:42:48.152 17001 17001 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
06-20 20:42:48.152 17001 17001 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
06-20 20:42:48.152 17001 17001 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver" on path: DexPathList[[zip file "/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/base.apk"],nativeLibraryDirectories=[/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/lib/arm64, /system/lib64, /vendor/lib64]]
06-20 20:42:48.152 17001 17001 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:93)
06-20 20:42:48.152 17001 17001 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
06-20 20:42:48.152 17001 17001 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
06-20 20:42:48.152 17001 17001 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3369)
06-20 20:42:48.152 17001 17001 E AndroidRuntime: ... 8 more
06-20 20:43:32.529 17952 17952 E AndroidRuntime: FATAL EXCEPTION: main
06-20 20:43:32.529 17952 17952 E AndroidRuntime: Process: net.appcake, PID: 17952
06-20 20:43:32.529 17952 17952 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate receiver com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver: java.lang.ClassNotFoundException: Didn't find class "com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver" on path: DexPathList[[zip file "/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/base.apk"],nativeLibraryDirectories=[/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/lib/arm64, /system/lib64, /vendor/lib64]]
06-20 20:43:32.529 17952 17952 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3374)
06-20 20:43:32.529 17952 17952 E AndroidRuntime: at android.app.ActivityThread.-wrap18(Unknown Source:0)
06-20 20:43:32.529 17952 17952 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1780)
06-20 20:43:32.529 17952 17952 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:105)
06-20 20:43:32.529 17952 17952 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164)
06-20 20:43:32.529 17952 17952 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6938)
06-20 20:43:32.529 17952 17952 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-20 20:43:32.529 17952 17952 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
06-20 20:43:32.529 17952 17952 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
06-20 20:43:32.529 17952 17952 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver" on path: DexPathList[[zip file "/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/base.apk"],nativeLibraryDirectories=[/data/app/net.appcake-qlECE6wDKT318CWe2AvJCw==/lib/arm64, /system/lib64, /vendor/lib64]]
06-20 20:43:32.529 17952 17952 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:93)
06-20 20:43:32.529 17952 17952 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
06-20 20:43:32.529 17952 17952 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
06-20 20:43:32.529 17952 17952 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3369)
06-20 20:43:32.529 17952 17952 E AndroidRuntime: ... 8 more
--------- beginning of system
06-20 21:02:59.757 4808 6463 I ActivityManager: KPU : put [com.android.providers.calendar] : 11687 K
06-20 21:02:59.757 4808 6463 I ActivityManager: Killing 24717:com.android.providers.calendar/u0a64 (adj 906): DHA:empty #25
06-20 21:03:00.000 4808 4969 D SamsungAlarmManager: Expired : 8
06-20 21:03:00.000 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T210358, SetElapsed=362581204, nowELAPSED=362523117
06-20 21:03:00.136 4808 4853 I PowerManagerService: [PWL] On : 192800324 (948847 ms ago)
06-20 21:03:00.136 4808 4853 I PowerManagerService: [PWL] mStayOn: false mWakeLockSummary & WAKE_LOCK_STAY_AWAKE: 0 mUserActivitySummary: 0x4
06-20 21:03:00.633 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:03:00.639 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:03:00.660 4808 10122 D SSRM:e : ATC: power = AP_CP = 888, Display = 0(Panel:0, LDIs:0), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
06-20 21:03:00.660 4808 10122 D SSRM:e : ATC: current = AP_CP = 222, Display = 0, WIFI = 0, SPK = 4,RCV = 4, Camera = 0, PAM = 0
06-20 21:03:00.661 4808 10122 D SSRM:e : ATC: Ambient Temperature = 30.99, Skin temperature = F_AP[35.30], F_RF[35.10], B_AP[34.90], B_RF[34.80], B_WIFI[34.20], B_SPK[34.30]
06-20 21:03:01.248 4808 10122 D SSRM:d : SIOP:: AP = 380, PST = 392 (W:15), BAT = 376, USB = 351, CHG = 453, CP = 367, WF = 381, WFPst = 385 (W:15)
06-20 21:03:01.281 4808 10122 D AudioService: getStreamVolume 3 index 150
06-20 21:03:31.063 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:03:31.150 4808 6748 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:03:31.150 4808 6748 D BatteryService: level:40, scale:100, status:2, health:2, present:true, voltage: 3977, temperature: 375, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1399000
06-20 21:03:31.150 4808 6748 D BatteryService: online:6, current avg:1527, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1489
06-20 21:03:31.150 4808 6748 D BatteryService: stay LED for charging
06-20 21:03:31.150 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:03:31.151 4808 4853 D PowerManagerService: [PSM] lowPowerModeEnabled: false (mLowPowerModeSetting: false, mIsPowered: true, mAutoLowPowerModeConfigured: false, mBatteryLevel: 40, mLowBatteryTriggerLevel: 0, mUltraPowerSavingModeEnabled: false, mEmergencyModeEnabled: false)
06-20 21:03:31.151 4808 4853 D PowerManagerService: mDisplayReady: false
06-20 21:03:31.151 4808 4853 D PowerManagerService: [PWL] sb acquire: PowerManagerService.Display
06-20 21:03:31.151 4808 4853 D DisplayPowerController: animateScreenStateChange: target1
06-20 21:03:31.152 4808 4853 D DisplayPowerController: Animating brightness: target=0, rate=0 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1))
06-20 21:03:31.152 4808 4853 D PowerManagerService: [s] DisplayPowerCallbacks : onStateChanged()
06-20 21:03:31.152 4808 4853 D PowerManagerService: mDisplayReady: true
06-20 21:03:31.152 4808 4853 D PowerManagerService: [PWL] sb release: PowerManagerService.Display
06-20 21:03:31.154 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:03:31.154 4808 4808 D GameManagerService: new battery level: 40
06-20 21:03:31.156 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:03:31.161 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:03:31.176 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:03:31.183 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:03:31.183 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:03:31.184 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:03:31.194 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:03:31.210 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:03:32.258 6068 6068 D io_stats: !@ 8,0 r 8142543 471048816 w 4224032 77216616 d 382129 34801332 f 1064263 1081976 iot 4378244 3599073 th 307200 0 0 pt 0 inp 0 0 193752.488
06-20 21:03:32.538 4808 5421 E Watchdog: !@Sync 6456 [2018-06-20 21:03:32.538]
06-20 21:04:00.060 4808 4969 D SamsungAlarmManager: Expired : 65548
06-20 21:04:00.060 4808 4850 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
06-20 21:04:00.060 4808 4850 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2821057740, maxLowBytes : 524288000
06-20 21:04:00.062 4808 4850 W DeviceStorageMonitorService: updateBroadcasts(/data) oldLevel:0, newLevel:0, seq:1
06-20 21:04:00.062 4808 4850 W DeviceStorageMonitorService: updateBroadcasts_filenode(/data) fn_oldLevel:0, fn_newLevel:0, seq:1
06-20 21:04:00.062 4808 4969 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20180620T210638 - CU:1000/CP:4808
06-20 21:04:00.062 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T210403, SetElapsed=362586591, nowELAPSED=362583179
06-20 21:04:00.062 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=363873117 , orig nextNonWakeup=0
06-20 21:04:00.062 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T212530, SetElapsed=363873117, nowELAPSED=362583179
06-20 21:04:00.065 4808 4969 D SamsungAlarmManager: setInexact Intent (T:1/F:0/AC:false) 20180620T210545 - CU:1000/CP:4808
06-20 21:04:00.065 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=363873117 , orig nextNonWakeup=0
06-20 21:04:00.065 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=363873117 , orig nextNonWakeup=0
06-20 21:04:00.065 4808 4969 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{75ab0a3 type 3 when 362523117 android}
06-20 21:04:00.067 4808 4969 V SamsungAlarmManager: Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@e20d22 alarm=Alarm{3769759 type 2 when 362570283 android}
06-20 21:04:00.074 4808 4969 V SamsungAlarmManager: Sending to uid : 10366 action=action_batch_upload alarm=Alarm{371bf1e type 2 when 362580888 com.instagram.android}
06-20 21:04:00.074 4808 4969 V SamsungAlarmManager: Sending to uid : 10199 action=com.samsung.android.app.shealth.tracker.pedometer.PedometerService.HBA alarm=Alarm{eddb3ff type 3 when 362561470 com.sec.android.app.shealth}
06-20 21:04:00.091 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=com.google.android.location.reporting.collectors.ULR_BAROMETER_READ_ALARM alarm=Alarm{d76af2a type 1 when 1529517825559 com.google.android.gms}
06-20 21:04:00.092 4808 4841 V MARsPolicyManager: isSelfIntent :com.amazon.venezia
06-20 21:04:00.095 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 listener=android.os.BinderProxy@63c0cf9 alarm=Alarm{b7d32b8 type 3 when 362581204 com.google.android.gms}
06-20 21:04:00.095 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=null alarm=Alarm{c12d891 type 3 when 362582252 com.google.android.gms}
06-20 21:04:00.098 4808 4808 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20180620T210459 - CU:1000/CP:4808
06-20 21:04:00.098 4808 4808 V AlarmManager: ___SyncScheduler (v3) ACTIVATED___
06-20 21:04:00.098 4808 4808 V AlarmManagerEXT: <AppSync3 Whitelist>
06-20 21:04:00.098 4808 4808 V AlarmManagerEXT: (AppSync) com.oculus.horizon : 900(680)
06-20 21:04:00.098 4808 4808 V AlarmManagerEXT: (AppSync) com.google.android.gms : 21600(88800)
06-20 21:04:00.098 4808 4808 V AlarmManagerEXT: (AppSync) com.resilio.sync : 1800(44820)
06-20 21:04:00.098 4808 4808 V AlarmManagerEXT: (AppSync) com.facebook.services : 900(920)
06-20 21:04:00.098 4808 4808 V AlarmManagerEXT: (AppSync) com.google.android.gms : 3600(7020)
06-20 21:04:00.098 4808 4808 V AlarmManagerEXT: (AppSync) com.sec.spp.push : 1200(1200)
06-20 21:04:00.098 4808 4808 V AlarmManagerEXT: (AppSync) com.google.android.gms : 600(20)
06-20 21:04:00.098 4808 4808 V AlarmManagerEXT: (AppSync) com.instagram.android : 300(400)
06-20 21:04:00.098 4808 4808 V AlarmManagerEXT: (AppSync) ### 8 added ###
06-20 21:04:00.102 4808 4808 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20180620T211847 - CU:1000/CP:4808
06-20 21:04:00.113 4808 4826 D ConnectivityService: filterNetworkStateForUid() uid: 10366 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:04:00.118 4808 4826 D ConnectivityService: filterNetworkStateForUid() uid: 10366 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:04:00.121 4808 6463 D SamsungAlarmManager: setExact Listener (T:3/F:1/AC:false) 20180620T210900 - CU:10034/CP:6194
06-20 21:04:00.150 4808 4826 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:04:00.150 4808 4826 D BatteryService: level:40, scale:100, status:2, health:2, present:true, voltage: 4075, temperature: 376, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1420000
06-20 21:04:00.150 4808 4826 D BatteryService: online:6, current avg:2388, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2458
06-20 21:04:00.150 4808 4826 D BatteryService: stay LED for charging
06-20 21:04:00.150 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:04:00.154 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:04:00.168 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:04:00.168 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:04:00.168 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:04:00.168 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:04:00.175 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:04:00.203 4808 6463 D MARsPolicyManager: Package: com.tripadvisor.tripadvisor, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: null
06-20 21:04:00.209 4808 4808 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:04:00.232 4808 6463 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20180620T210500 - CU:10034/CP:6194
06-20 21:04:00.267 4808 6748 D ConnectivityService: filterNetworkStateForUid() uid: 10127 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:04:00.278 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:04:00.279 4808 6275 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:04:00.281 4808 6463 D SamsungAlarmManager: Cancel Alarm calling from uid:10034 pid :6194 / op:PendingIntent{4cf247e: PendingIntentRecord{809d25 com.google.android.gms broadcastIntent}}
06-20 21:04:00.299 4808 6748 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20180620T211210 - CU:10034/CP:6194
06-20 21:04:00.304 4808 6748 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20180620T211100 - CU:10034/CP:6194
06-20 21:04:00.350 4808 6748 D ConnectivityService: filterNetworkStateForUid() uid: 10366 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:04:00.603 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:04:00.663 4808 4840 I chatty : uid=1000(system) android.bg identical 4 lines
06-20 21:04:00.668 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:04:00.686 4808 6578 D SamsungAlarmManager: setExact Listener (T:2/F:0/AC:false) 20180620T210400 - CU:1000/CP:4808
06-20 21:04:00.686 4808 6578 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T210401, SetElapsed=362584799, nowELAPSED=362583803
06-20 21:04:00.738 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10443 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:04:00.743 4808 6463 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T210400, SetElapsed=362583899, nowELAPSED=362583859
06-20 21:04:00.743 4808 6463 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20180620T211347 - CU:1000/CP:4808
06-20 21:04:00.745 4808 6463 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T210403, SetElapsed=362586591, nowELAPSED=362583862
06-20 21:04:00.745 4808 6463 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20180620T211847 - CU:1000/CP:4808
06-20 21:04:00.955 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:04:00.963 4808 4840 I chatty : uid=1000(system) android.bg identical 2 lines
06-20 21:04:00.966 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:04:01.950 4808 6463 I ClipboardService: getSEAMSCategory, before checking range, category: 1023, seinfo: default
06-20 21:04:01.950 4808 6463 I ClipboardService: getSEAMSCategory, category: 0, seinfo: default
06-20 21:04:03.035 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:04:03.208 4808 6463 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:04:03.209 4808 6463 D BatteryService: level:40, scale:100, status:2, health:2, present:true, voltage: 3993, temperature: 376, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1421000
06-20 21:04:03.209 4808 6463 D BatteryService: online:6, current avg:2166, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1487
06-20 21:04:03.209 4808 6463 D BatteryService: stay LED for charging
06-20 21:04:03.209 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:04:03.211 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:04:03.221 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:04:03.232 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:04:03.232 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:04:03.232 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:04:03.232 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:04:03.474 4808 4969 D SamsungAlarmManager: Expired : 4
06-20 21:04:03.474 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T210511, SetElapsed=362654366, nowELAPSED=362586591
06-20 21:04:03.475 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T210459, SetElapsed=362643116, nowELAPSED=362586592
06-20 21:04:03.475 4808 4969 V SamsungAlarmManager: Sending to uid : 10004 action=com.android.internal.policy.impl.PhoneWindowManager.DELAYED_KEYGUARD alarm=Alarm{2729d90 type 2 when 362586591 com.android.systemui}
06-20 21:04:04.033 6068 6068 D io_stats: !@ 8,0 r 8142695 471051796 w 4224214 77218440 d 382142 34801424 f 1064308 1082023 iot 4378388 3599155 th 307200 0 0 pt 0 inp 0 0 193757.491
06-20 21:04:05.584 4808 6748 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:04:05.584 4808 6748 D BatteryService: level:40, scale:100, status:2, health:2, present:true, voltage: 3989, temperature: 376, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1422000
06-20 21:04:05.584 4808 6748 D BatteryService: online:6, current avg:2039, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1442
06-20 21:04:05.584 4808 6748 D BatteryService: stay LED for charging
06-20 21:04:05.585 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:04:05.586 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:04:05.596 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:04:05.597 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:04:05.597 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:04:05.597 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:04:06.239 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:04:06.247 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:04:06.270 4808 10122 D SSRM:e : ATC: power = AP_CP = 476, Display = 0(Panel:0, LDIs:0), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
06-20 21:04:06.270 4808 10122 D SSRM:e : ATC: current = AP_CP = 119, Display = 0, WIFI = 0, SPK = 4,RCV = 4, Camera = 0, PAM = 0
06-20 21:04:06.271 4808 10122 D SSRM:e : ATC: Ambient Temperature = 31.33, Skin temperature = F_AP[35.20], F_RF[35.00], B_AP[34.90], B_RF[34.80], B_WIFI[34.20], B_SPK[34.30]
06-20 21:04:22.059 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:04:22.064 4808 10122 D SSRM:d : SIOP:: AP = 370, PST = 388 (W:15), BAT = 376, USB = 350, CHG = 436, CP = 366, WF = 375, WFPst = 383 (W:15)
06-20 21:04:22.072 4808 6748 I ActivityManager: KPU : put [com.sec.android.app.clockpackage] : 18249 K
06-20 21:04:22.072 4808 6748 I ActivityManager: Killing 24741:com.sec.android.app.clockpackage/u0a116 (adj 906): DHA:empty #25
06-20 21:04:22.105 4808 10122 D AudioService: getStreamVolume 3 index 150
06-20 21:04:22.134 4808 6748 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:04:22.134 4808 6748 D BatteryService: level:41, scale:100, status:2, health:2, present:true, voltage: 3984, temperature: 376, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1430000
06-20 21:04:22.134 4808 6748 D BatteryService: online:6, current avg:1596, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1472
06-20 21:04:22.134 4808 6748 D BatteryService: stay LED for charging
06-20 21:04:22.134 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:04:22.135 4808 4853 D PowerManagerService: [PSM] lowPowerModeEnabled: false (mLowPowerModeSetting: false, mIsPowered: true, mAutoLowPowerModeConfigured: false, mBatteryLevel: 41, mLowBatteryTriggerLevel: 0, mUltraPowerSavingModeEnabled: false, mEmergencyModeEnabled: false)
06-20 21:04:22.135 4808 4853 D PowerManagerService: mDisplayReady: false
06-20 21:04:22.135 4808 4853 D PowerManagerService: [PWL] sb acquire: PowerManagerService.Display
06-20 21:04:22.135 4808 4853 D DisplayPowerController: animateScreenStateChange: target1
06-20 21:04:22.135 4808 4853 D DisplayPowerController: Animating brightness: target=0, rate=0 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1))
06-20 21:04:22.135 4808 4853 D PowerManagerService: [s] DisplayPowerCallbacks : onStateChanged()
06-20 21:04:22.136 4808 4853 D PowerManagerService: mDisplayReady: true
06-20 21:04:22.136 4808 4853 D PowerManagerService: [PWL] sb release: PowerManagerService.Display
06-20 21:04:22.136 4808 4808 D GameManagerService: new battery level: 41
06-20 21:04:22.136 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:04:22.136 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:04:22.137 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:04:22.174 4808 4842 D GameManagerService: onProcessDied(), pid = 24741, uid = 10116, pkgName : com.sec.android.app.clockpackage
06-20 21:04:22.175 4808 4842 D GameManagerService: onProcessDied(), before send intent to GameIntentService
06-20 21:04:22.178 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:04:22.178 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:04:22.178 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:04:22.178 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:04:22.183 4808 4842 D GameManagerService: onProcessDied(), after send intent to GameIntentService
06-20 21:04:22.190 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:04:22.198 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:04:53.061 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:04:53.145 4808 6748 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:04:53.145 4808 6748 D BatteryService: level:41, scale:100, status:2, health:2, present:true, voltage: 4080, temperature: 377, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1452000
06-20 21:04:53.145 4808 6748 D BatteryService: online:6, current avg:2405, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2488
06-20 21:04:53.146 4808 6748 D BatteryService: stay LED for charging
06-20 21:04:53.146 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:04:53.147 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:04:53.158 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:04:53.158 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:04:53.158 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:04:53.158 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:04:53.167 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:04:53.172 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:04:53.620 6068 6068 D io_stats: !@ 8,0 r 8142700 471051944 w 4224372 77219884 d 382153 34801560 f 1064369 1082087 iot 4378496 3599215 th 307200 0 0 pt 0 inp 0 0 193762.495
06-20 21:04:53.953 4808 6745 D SamsungAlarmManager: setExact Intent (T:2/F:0/AC:false) 20180620T210503 - CU:10034/CP:6194
06-20 21:04:53.953 4808 6745 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T210503, SetElapsed=362647064, nowELAPSED=362637070
06-20 21:05:02.062 4808 4969 D SamsungAlarmManager: Expired : 65544
06-20 21:05:02.069 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=363995179 , orig nextNonWakeup=0
06-20 21:05:02.070 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T212732, SetElapsed=363995179, nowELAPSED=362645186
06-20 21:05:02.152 4808 6745 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:05:02.152 4808 6745 D BatteryService: level:41, scale:100, status:2, health:2, present:true, voltage: 3993, temperature: 377, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1456000
06-20 21:05:02.153 4808 6745 D BatteryService: online:6, current avg:1892, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1481
06-20 21:05:02.153 4808 6745 D BatteryService: stay LED for charging
06-20 21:05:02.153 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:05:02.154 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:05:02.163 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:05:02.172 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:05:02.172 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:05:02.172 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:05:02.172 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:05:03.655 4808 5018 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:05:03.655 4808 5018 D BatteryService: level:41, scale:100, status:2, health:2, present:true, voltage: 4074, temperature: 377, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1457000
06-20 21:05:03.655 4808 5018 D BatteryService: online:6, current avg:1959, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2464
06-20 21:05:03.655 4808 5018 D BatteryService: stay LED for charging
06-20 21:05:03.655 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:05:03.657 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:05:03.668 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:05:03.669 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:05:03.669 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:05:03.669 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:05:03.947 4808 4969 D SamsungAlarmManager: Expired : 4
06-20 21:05:03.947 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T210511, SetElapsed=362654366, nowELAPSED=362647064
06-20 21:05:03.947 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=363995179 , orig nextNonWakeup=0
06-20 21:05:03.947 4808 4969 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{337d4fd type 3 when 362643116 android}
06-20 21:05:03.955 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=com.google.android.gms.gcm.ACTION_CHECK_QUEUE alarm=Alarm{dfca443 type 2 when 362647064 com.google.android.gms}
06-20 21:05:03.958 4808 4808 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20180620T210600 - CU:1000/CP:4808
06-20 21:05:03.961 4808 6745 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:05:03.961 4808 6745 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:05:03.964 4808 6745 D SamsungAlarmManager: Cancel Alarm calling from uid:10034 pid :6194 / op:PendingIntent{3b1c3f9: PendingIntentRecord{809d25 com.google.android.gms broadcastIntent}}
06-20 21:05:03.997 4808 5018 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20180620T211100 - CU:10034/CP:6194
06-20 21:05:04.005 4808 5018 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:05:04.006 4808 5018 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:05:04.008 4808 5018 D SamsungAlarmManager: Cancel Alarm calling from uid:10034 pid :6194 / op:PendingIntent{93cf1d8: PendingIntentRecord{809d25 com.google.android.gms broadcastIntent}}
06-20 21:05:04.051 4808 5018 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20180620T211100 - CU:10034/CP:6194
06-20 21:05:04.131 4808 4841 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{2073816 25713:com.amazon.venezia/u0a443} (pid=25713, uid=10443) requires android.permission.READ_LOGS due to sender android (uid 1000)
06-20 21:05:04.139 4808 4841 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{2073816 25713:com.amazon.venezia/u0a443} (pid=25713, uid=10443) requires android.permission.READ_LOGS due to sender android (uid 1000)
06-20 21:05:06.059 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:05:06.062 6068 6068 D io_stats: !@ 8,0 r 8142761 471052636 w 4224517 77221136 d 382161 34801624 f 1064411 1082131 iot 4378592 3599270 th 307200 0 0 pt 0 inp 0 0 193767.568
06-20 21:05:06.148 4808 5018 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:05:06.148 4808 5018 D BatteryService: level:41, scale:100, status:2, health:2, present:true, voltage: 3994, temperature: 377, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1458000
06-20 21:05:06.149 4808 5018 D BatteryService: online:6, current avg:1868, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1486
06-20 21:05:06.149 4808 5018 D BatteryService: stay LED for charging
06-20 21:05:06.149 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:05:06.150 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:05:06.161 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:05:06.161 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:05:06.161 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:05:06.161 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:05:06.175 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:05:06.896 4808 6275 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI_P2P[] - WIFI_P2P, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:05:06.897 4808 6275 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: VPN[] - VPN, state: CONNECTED/CONNECTED, reason: agentConnect, extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:05:06.897 4808 6275 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:05:06.898 4808 6275 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:05:11.060 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:05:11.140 4808 6275 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:05:11.141 4808 6275 D BatteryService: level:42, scale:100, status:2, health:2, present:true, voltage: 3992, temperature: 376, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1460000
06-20 21:05:11.141 4808 6275 D BatteryService: online:6, current avg:1729, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1468
06-20 21:05:11.141 4808 6275 D BatteryService: stay LED for charging
06-20 21:05:11.141 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:05:11.142 4808 4853 D PowerManagerService: [PSM] lowPowerModeEnabled: false (mLowPowerModeSetting: false, mIsPowered: true, mAutoLowPowerModeConfigured: false, mBatteryLevel: 42, mLowBatteryTriggerLevel: 0, mUltraPowerSavingModeEnabled: false, mEmergencyModeEnabled: false)
06-20 21:05:11.142 4808 4853 D PowerManagerService: mDisplayReady: false
06-20 21:05:11.142 4808 4853 D PowerManagerService: [PWL] sb acquire: PowerManagerService.Display
06-20 21:05:11.142 4808 4853 D DisplayPowerController: animateScreenStateChange: target1
06-20 21:05:11.142 4808 4853 D DisplayPowerController: Animating brightness: target=0, rate=0 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1))
06-20 21:05:11.142 4808 4853 D PowerManagerService: [s] DisplayPowerCallbacks : onStateChanged()
06-20 21:05:11.142 4808 4853 D PowerManagerService: mDisplayReady: true
06-20 21:05:11.142 4808 4853 D PowerManagerService: [PWL] sb release: PowerManagerService.Display
06-20 21:05:11.143 4808 4808 D GameManagerService: new battery level: 42
06-20 21:05:11.143 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:05:11.143 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:05:11.154 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:05:11.174 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:05:11.193 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:05:11.193 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:05:11.193 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:05:11.193 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:05:11.249 4808 4969 D SamsungAlarmManager: Expired : 4
06-20 21:05:11.250 4808 4969 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20180620T212011 - CU:1000/CP:4808
06-20 21:05:11.250 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T210531, SetElapsed=362674386, nowELAPSED=362654367
06-20 21:05:11.250 4808 4969 V SamsungAlarmManager: Sending to uid : 10044 action=com.samsung.android.knox.intent.action.LOG_UPLOAD_ALARM alarm=Alarm{57dd08f type 0 when 1529517906628 com.samsung.klmsagent}
06-20 21:05:11.251 4808 4841 D StorageManagerService: getExternalStorageMountMode : 1
06-20 21:05:11.251 4808 4841 D StorageManagerService: getExternalStorageMountMode : 3
06-20 21:05:11.251 4808 4841 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 10044, packageName : com.samsung.klmsagent
06-20 21:05:11.251 4808 4841 D ActivityManager: package com.samsung.klmsagent, user - 0 is SDcard whitelisted
06-20 21:05:11.257 4808 4969 V SamsungAlarmManager: Sending to uid : 10455 action=KeepaliveManager.ACTION_INEXACT_ALARM.FBNS.com.oculus.horizon alarm=Alarm{9b78f1c type 2 when 362654366 com.oculus.horizon}
06-20 21:05:11.272 4808 4841 I ActivityManager: Start proc 25901:com.samsung.klmsagent/u0a44 for broadcast com.samsung.klmsagent/.listner.AlarmIntentReceiver
06-20 21:05:11.273 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=null alarm=Alarm{c6aa725 type 3 when 362643344 com.google.android.gms}
06-20 21:05:11.274 25901 25901 E libpersona: scanKnoxPersonas
06-20 21:05:11.274 25901 25901 E libpersona: Couldn't open the File - /data/system/users/0/personalist.xml - No such file or directory
06-20 21:05:11.296 4808 6578 I ActivityManager: DSS on for com.samsung.klmsagent and scale is 1.0
06-20 21:05:11.365 4808 6578 D SamsungAlarmManager: Cancel Alarm calling from uid:10455 pid :18595 / op:PendingIntent{34390a1: PendingIntentRecord{9b2ad84 com.oculus.horizon broadcastIntent}}
06-20 21:05:11.366 4808 6578 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T210554, SetElapsed=362697753, nowELAPSED=362654483
06-20 21:05:11.368 4808 6578 D SamsungAlarmManager: setExact Intent (T:2/F:1/AC:false) 20180620T212031 - CU:10455/CP:18595
06-20 21:05:11.369 4808 6578 D ConnectivityService: filterNetworkStateForUid() uid: 10455 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:05:11.371 4808 6578 D SamsungAlarmManager: setExact Intent (T:2/F:5/AC:false) 20180620T210610 - CU:10455/CP:18595
06-20 21:05:11.406 4808 6745 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20180620T210611 - CU:10034/CP:6194
06-20 21:05:11.406 4808 6578 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:05:11.467 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:05:11.473 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:05:11.491 4808 10122 D SSRM:e : ATC: power = AP_CP = 1396, Display = 0(Panel:0, LDIs:0), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
06-20 21:05:11.491 4808 10122 D SSRM:e : ATC: current = AP_CP = 349, Display = 0, WIFI = 0, SPK = 4,RCV = 4, Camera = 0, PAM = 0
06-20 21:05:11.491 4808 10122 D SSRM:e : ATC: Ambient Temperature = 31.55, Skin temperature = F_AP[35.00], F_RF[34.80], B_AP[34.70], B_RF[34.60], B_WIFI[34.10], B_SPK[34.30]
06-20 21:05:11.526 4808 6745 D SamsungAlarmManager: Cancel Alarm calling from uid:10455 pid :18595 / op:PendingIntent{ccca395: PendingIntentRecord{56b5ad7 com.oculus.horizon broadcastIntent}}
06-20 21:05:42.059 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:05:42.067 4808 10122 D SSRM:d : SIOP:: AP = 380, PST = 384 (W:15), BAT = 376, USB = 352, CHG = 481, CP = 368, WF = 375, WFPst = 382 (W:15)
06-20 21:05:42.112 4808 10122 D AudioService: getStreamVolume 3 index 150
06-20 21:05:42.149 4808 6745 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:05:42.150 4808 6745 D BatteryService: level:42, scale:100, status:2, health:2, present:true, voltage: 4085, temperature: 378, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1483000
06-20 21:05:42.150 4808 6745 D BatteryService: online:6, current avg:2414, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2430
06-20 21:05:42.150 4808 6745 D BatteryService: stay LED for charging
06-20 21:05:42.150 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:05:42.151 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:05:42.159 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:05:42.166 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:05:42.166 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:05:42.166 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:05:42.166 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:05:42.173 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:05:55.060 4808 4969 D SamsungAlarmManager: Expired : 65540
06-20 21:05:55.061 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T210559, SetElapsed=362703079, nowELAPSED=362698178
06-20 21:05:55.062 6068 6068 D io_stats: !@ 8,0 r 8142905 471054716 w 4224643 77222452 d 382171 34801720 f 1064462 1082185 iot 4378696 3599327 th 307200 0 0 pt 0 inp 0 0 193772.808
06-20 21:05:55.069 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=CONTEXT_MANAGER_ALARM_WAKEUP_27089 alarm=Alarm{247976 type 2 when 362697753 com.google.android.gms}
06-20 21:05:55.124 4808 6578 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:05:55.124 4808 6578 D BatteryService: level:42, scale:100, status:2, health:2, present:true, voltage: 3998, temperature: 377, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1488000
06-20 21:05:55.124 4808 6578 D BatteryService: online:6, current avg:1774, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1481
06-20 21:05:55.125 4808 6578 D BatteryService: stay LED for charging
06-20 21:05:55.125 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:05:55.126 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
--------- beginning of main
06-20 21:05:55.131 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3899000 mChargingTime : 3888000
06-20 21:05:55.131 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:05:55.132 5294 5294 D Notification: allPendingIntents
06-20 21:05:55.133 744 744 D Notification: allPendingIntents
06-20 21:05:55.134 4808 6578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:05:55.134 4808 6578 D API test: getContainerInfo: value is
06-20 21:05:55.134 4808 6578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:05:55.134 4808 6578 D API test: getContainerInfo: value is
06-20 21:05:55.135 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:05:55.136 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:05:55.136 4808 4841 D API test: getContainerInfo: value is
06-20 21:05:55.136 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:05:55.136 4808 4841 D API test: getContainerInfo: value is
06-20 21:05:55.139 4808 6578 D Notification: allPendingIntents
06-20 21:05:55.140 4808 6578 I chatty : uid=1000(system) Binder:4808_13 identical 1 line
06-20 21:05:55.141 4808 6578 D Notification: allPendingIntents
06-20 21:05:55.142 4808 6275 D Notification: allPendingIntents
06-20 21:05:55.144 4808 6578 D Notification: allPendingIntents
06-20 21:05:55.145 4808 6275 D Notification: allPendingIntents
06-20 21:05:55.146 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:05:55.146 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:05:55.146 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:05:55.146 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:05:55.151 4808 5018 D Notification: allPendingIntents
06-20 21:05:55.152 4808 6463 D Notification: allPendingIntents
06-20 21:05:55.153 4808 6463 D Notification: allPendingIntents
06-20 21:05:55.154 4808 5018 D Notification: allPendingIntents
06-20 21:05:55.155 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:05:55.156 4808 6745 D Notification: allPendingIntents
06-20 21:05:55.157 4808 5018 D Notification: allPendingIntents
06-20 21:05:55.169 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:05:55.169 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:05:55.172 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:05:55.173 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:05:55.195 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:05:55.207 24957 25924 I chatty : uid=10056(u0_a56) Binder:24957_5 identical 2 lines
06-20 21:05:55.209 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:05:55.212 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:05:55.230 5294 5294 D swipe : !isFreemformEnabled
06-20 21:05:55.248 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:05:55.277 4808 6275 D SamsungAlarmManager: setExact Intent (T:2/F:1/AC:false) 20180621T010555 - CU:10034/CP:6194
06-20 21:05:55.352 4808 4817 I zygote64: Background concurrent copying GC freed 177436(8MB) AllocSpace objects, 74(1512KB) LOS objects, 26% free, 67MB/91MB, paused 508us total 214.676ms
06-20 21:05:55.581 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:05:55.582 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:05:55.582 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:05:55.823 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:05:55.824 4808 4854 E libsuspend: !@Error writing to /sys/power/wakeup_count: Invalid argument
06-20 21:05:55.924 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:05:56.082 4808 4808 D TelephonyManager: getCellLocation : Caller (PID / UID / TID): 4808 / 1000 / 4808
06-20 21:05:56.083 5294 5721 D NetworkController.MobileSignalController(0/1): onSignalStrengthsChanged signalStrength=SignalStrength: 3 99 -3 -200 -3 -200 -1 5 -106 -12 20 8 0 2147483647 0x2002 P gsm|lte level=2
06-20 21:05:56.083 5294 5721 D NetworkController.MobileSignalController(0/1): getMobileIconGroup(): 13
06-20 21:05:56.582 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:05:56.582 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:05:56.582 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:05:56.589 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:05:56.589 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:06:00.059 4808 4969 D SamsungAlarmManager: Expired : 65540
06-20 21:06:00.060 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T210701, SetElapsed=362764740, nowELAPSED=362703176
06-20 21:06:00.060 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T210638, SetElapsed=362741470, nowELAPSED=362703176
06-20 21:06:00.060 4808 4969 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{e485a50 type 3 when 362703117 android}
06-20 21:06:00.063 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=CONTEXT_MANAGER_ALARM_WAKEUP_27089 alarm=Alarm{c7d414e type 2 when 362703079 com.google.android.gms}
06-20 21:06:00.066 4808 4808 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20180620T210700 - CU:1000/CP:4808
06-20 21:06:00.066 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:06:00.067 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
06-20 21:06:00.067 5294 5294 D KeyguardServiceBoxContainer: refreshTime() 1
06-20 21:06:00.069 25901 25915 I zygote64: Waiting for a blocking GC ProfileSaver
06-20 21:06:00.085 25901 25915 I zygote64: WaitForGcToComplete blocked for 15.767ms for cause ProfileSaver
06-20 21:06:00.099 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:06:00.108 4808 6463 D SamsungAlarmManager: setExact Intent (T:2/F:1/AC:false) 20180620T214610 - CU:10034/CP:6194
06-20 21:06:00.128 4808 6463 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:06:00.129 4808 6463 D BatteryService: level:42, scale:100, status:2, health:2, present:true, voltage: 4080, temperature: 377, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1492000
06-20 21:06:00.129 4808 6463 D BatteryService: online:6, current avg:2021, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2487
06-20 21:06:00.129 4808 6463 D BatteryService: stay LED for charging
06-20 21:06:00.129 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:06:00.130 4808 4808 I MotionRecognitionService: Plugged
06-20 21:06:00.130 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:06:00.130 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:06:00.130 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 42, battStatus :: 2
06-20 21:06:00.130 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:06:00.130 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:06:00.133 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=42, mBatteryStatus=2
06-20 21:06:00.133 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=42, scale=100
06-20 21:06:00.134 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 42 | 100 }
06-20 21:06:00.134 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:06:00.135 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3888000 mChargingTime : 3885000
06-20 21:06:00.135 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:06:00.136 5294 5294 D Notification: allPendingIntents
06-20 21:06:00.136 744 744 D Notification: allPendingIntents
06-20 21:06:00.137 4808 6463 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:06:00.137 4808 6463 D API test: getContainerInfo: value is
06-20 21:06:00.137 4808 6463 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:06:00.137 4808 6463 D API test: getContainerInfo: value is
06-20 21:06:00.138 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:06:00.145 4808 4826 D Notification: allPendingIntents
06-20 21:06:00.145 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:06:00.145 4808 4841 D API test: getContainerInfo: value is
06-20 21:06:00.145 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:06:00.145 4808 4841 D API test: getContainerInfo: value is
06-20 21:06:00.145 4808 5018 D Notification: allPendingIntents
06-20 21:06:00.146 4808 6745 D Notification: allPendingIntents
06-20 21:06:00.146 4808 6748 D Notification: allPendingIntents
06-20 21:06:00.146 4808 6748 D Notification: allPendingIntents
06-20 21:06:00.147 4808 6745 D Notification: allPendingIntents
06-20 21:06:00.148 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:06:00.148 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:06:00.148 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:06:00.148 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:06:00.153 4808 6745 D Notification: allPendingIntents
06-20 21:06:00.154 4808 6275 D Notification: allPendingIntents
06-20 21:06:00.155 4808 4826 D Notification: allPendingIntents
06-20 21:06:00.156 4808 4826 D Notification: allPendingIntents
06-20 21:06:00.157 4808 6463 D Notification: allPendingIntents
06-20 21:06:00.158 4808 6745 D Notification: allPendingIntents
06-20 21:06:00.170 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:06:00.172 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:06:00.211 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:06:00.227 5294 5294 D swipe : !isFreemformEnabled
06-20 21:06:00.258 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:06:00.566 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:06:00.566 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:06:00.566 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:06:00.820 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:06:00.821 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:06:31.063 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:06:31.070 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:06:31.148 4808 6275 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:06:31.148 4808 6275 D BatteryService: level:43, scale:100, status:2, health:2, present:true, voltage: 3994, temperature: 375, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1506000
06-20 21:06:31.149 4808 6275 D BatteryService: online:6, current avg:1511, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1489
06-20 21:06:31.149 4808 6275 D BatteryService: stay LED for charging
06-20 21:06:31.149 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:06:31.150 4808 4853 D PowerManagerService: [PSM] lowPowerModeEnabled: false (mLowPowerModeSetting: false, mIsPowered: true, mAutoLowPowerModeConfigured: false, mBatteryLevel: 43, mLowBatteryTriggerLevel: 0, mUltraPowerSavingModeEnabled: false, mEmergencyModeEnabled: false)
06-20 21:06:31.150 4808 4853 D PowerManagerService: mDisplayReady: false
06-20 21:06:31.150 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable
06-20 21:06:31.150 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable done
06-20 21:06:31.150 4808 4853 D PowerManagerService: [PWL] sb acquire: PowerManagerService.Display
06-20 21:06:31.150 4808 4853 D DisplayPowerController: animateScreenStateChange: target1
06-20 21:06:31.150 4808 4853 D DisplayPowerController: Animating brightness: target=0, rate=0 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1))
06-20 21:06:31.150 4808 4853 D PowerManagerService: [s] DisplayPowerCallbacks : onStateChanged()
06-20 21:06:31.150 4808 4853 D PowerManagerService: mDisplayReady: true
06-20 21:06:31.150 4808 4808 I MotionRecognitionService: Plugged
06-20 21:06:31.150 4808 4853 I libsuspend: !@autosuspend_wakeup_count_enable
06-20 21:06:31.150 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:06:31.150 4808 4853 I libsuspend: !@autosuspend_wakeup_count_enable done
06-20 21:06:31.150 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:06:31.150 4808 4853 D PowerManagerService: [PWL] sb release: PowerManagerService.Display
06-20 21:06:31.150 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 43, battStatus :: 2
06-20 21:06:31.150 4808 4808 D GameManagerService: new battery level: 43
06-20 21:06:31.151 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:06:31.151 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:06:31.153 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=43, scale=100
06-20 21:06:31.154 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 43 | 100 }
06-20 21:06:31.154 17493 17493 D RSync_Core: [onBatteryStatusChanged] core not started
06-20 21:06:31.154 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:06:31.160 744 744 D Notification: allPendingIntents
06-20 21:06:31.162 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=43, mBatteryStatus=2
06-20 21:06:31.166 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:06:31.167 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3885000 mChargingTime : 3863000
06-20 21:06:31.167 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:06:31.177 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:06:31.179 5294 5294 D Notification: allPendingIntents
06-20 21:06:31.181 4808 6275 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:06:31.181 4808 6275 D API test: getContainerInfo: value is
06-20 21:06:31.181 4808 6275 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:06:31.181 4808 6275 D API test: getContainerInfo: value is
06-20 21:06:31.154 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:06:31.184 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:06:31.190 4808 6275 D Notification: allPendingIntents
06-20 21:06:31.191 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:06:31.192 4808 6275 D Notification: allPendingIntents
06-20 21:06:31.193 4808 5018 D Notification: allPendingIntents
06-20 21:06:31.195 4808 5018 I chatty : uid=1000(system) Binder:4808_3 identical 2 lines
06-20 21:06:31.196 4808 5018 D Notification: allPendingIntents
06-20 21:06:31.202 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:06:31.202 4808 4841 D API test: getContainerInfo: value is
06-20 21:06:31.202 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:06:31.202 4808 4841 D API test: getContainerInfo: value is
06-20 21:06:31.206 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:06:31.209 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:06:31.210 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:06:31.210 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:06:31.210 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:06:31.210 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:06:31.210 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:06:31.216 4808 6745 D Notification: allPendingIntents
06-20 21:06:31.218 4808 6463 D Notification: allPendingIntents
06-20 21:06:31.219 4808 6275 D Notification: allPendingIntents
06-20 21:06:31.220 4808 6275 D Notification: allPendingIntents
06-20 21:06:31.221 4808 6745 D Notification: allPendingIntents
06-20 21:06:31.222 4808 5018 D Notification: allPendingIntents
06-20 21:06:31.232 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:06:31.232 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:06:31.235 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:06:31.239 24957 25924 I chatty : uid=10056(u0_a56) Binder:24957_5 identical 1 line
06-20 21:06:31.242 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:06:31.271 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:06:31.287 5294 5294 D swipe : !isFreemformEnabled
06-20 21:06:31.305 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:06:31.330 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:06:31.331 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:06:31.331 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:06:31.800 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:06:31.801 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:06:55.058 4808 4969 D SamsungAlarmManager: Expired : 65544
06-20 21:06:55.061 4808 4969 D SamsungAlarmManager: setInexact Intent (T:1/F:0/AC:false) 20180620T210745 - CU:1000/CP:4808
06-20 21:06:55.061 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T210700, SetElapsed=362763117, nowELAPSED=362758178
06-20 21:06:55.062 4808 4969 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20180620T210938 - CU:1000/CP:4808
06-20 21:06:55.066 4808 5018 D SamsungAlarmManager: Cancel Alarm calling from uid:10034 pid :6194 / op:PendingIntent{871f381: PendingIntentRecord{124f391 com.google.android.gms broadcastIntent}}
06-20 21:06:55.070 4808 5018 D SamsungAlarmManager: setExact Intent (T:2/F:5/AC:false) 20180620T213555 - CU:10034/CP:6194
06-20 21:06:55.080 4808 6275 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:06:55.080 4808 6275 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:06:55.082 4808 6275 D SamsungAlarmManager: Cancel Alarm calling from uid:10034 pid :6194 / op:PendingIntent{4650e14: PendingIntentRecord{809d25 com.google.android.gms broadcastIntent}}
06-20 21:06:55.102 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:06:55.103 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:06:55.103 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:06:55.129 4808 5018 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:06:55.129 4808 5018 D BatteryService: level:43, scale:100, status:2, health:2, present:true, voltage: 4088, temperature: 376, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1524000
06-20 21:06:55.129 4808 5018 D BatteryService: online:6, current avg:2358, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2442
06-20 21:06:55.129 4808 5018 D BatteryService: stay LED for charging
06-20 21:06:55.129 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:06:55.167 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:06:55.180 4808 6275 D ConnectivityService: filterNetworkStateForUid() uid: 10127 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:06:55.182 4808 4808 I MotionRecognitionService: Plugged
06-20 21:06:55.182 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:06:55.182 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:06:55.182 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 43, battStatus :: 2
06-20 21:06:55.186 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:06:55.186 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:06:55.186 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=43, scale=100
06-20 21:06:55.186 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=43, mBatteryStatus=2
06-20 21:06:55.186 4808 5018 D ConnectivityService: filterNetworkStateForUid() uid: 10127 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:06:55.186 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 43 | 100 }
06-20 21:06:55.191 744 744 D Notification: allPendingIntents
06-20 21:06:55.191 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:06:55.192 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3863000 mChargingTime : 3838000
06-20 21:06:55.192 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:06:55.193 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:06:55.193 4808 4841 D API test: getContainerInfo: value is
06-20 21:06:55.193 5294 5294 D Notification: allPendingIntents
06-20 21:06:55.193 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:06:55.193 4808 4841 D API test: getContainerInfo: value is
06-20 21:06:55.194 4808 5018 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:06:55.194 4808 5018 D API test: getContainerInfo: value is
06-20 21:06:55.194 4808 5018 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:06:55.194 4808 5018 D API test: getContainerInfo: value is
06-20 21:06:55.190 4808 5018 D ConnectivityService: filterNetworkStateForUid() uid: 10127 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:06:55.194 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:06:55.194 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:06:55.195 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:06:55.195 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:06:55.198 4808 6275 D Notification: allPendingIntents
06-20 21:06:55.201 4808 6463 D Notification: allPendingIntents
06-20 21:06:55.201 4808 6745 D Notification: allPendingIntents
06-20 21:06:55.203 4808 6463 D Notification: allPendingIntents
06-20 21:06:55.204 4808 5018 D Notification: allPendingIntents
06-20 21:06:55.204 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:06:55.207 4808 6275 D Notification: allPendingIntents
06-20 21:06:55.208 4808 6745 D Notification: allPendingIntents
06-20 21:06:55.208 4808 6745 D Notification: allPendingIntents
06-20 21:06:55.210 4808 6275 D Notification: allPendingIntents
06-20 21:06:55.211 4808 6748 D Notification: allPendingIntents
06-20 21:06:55.212 4808 4826 D Notification: allPendingIntents
06-20 21:06:55.222 4808 6748 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20180620T211100 - CU:10034/CP:6194
06-20 21:06:55.213 4808 4826 D Notification: allPendingIntents
06-20 21:06:55.224 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:06:55.225 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:06:55.225 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:06:55.231 4808 4826 D ConnectivityService: filterNetworkStateForUid() uid: 10127 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:06:55.238 24957 24970 I Finsky : [11792] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:06:55.249 24957 24970 I chatty : uid=10056(u0_a56) Binder:24957_3 identical 2 lines
06-20 21:06:55.253 24957 24970 I Finsky : [11792] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:06:55.257 5294 5294 D swipe : !isFreemformEnabled
06-20 21:06:55.264 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:06:55.267 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:06:55.277 9890 9890 I SpeechSettingsImpl: Exception device found.
06-20 21:06:55.299 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:06:55.359 9890 22496 W LocationOracle: No location history returned by ContextManager
06-20 21:06:55.233 4808 4826 I chatty : uid=1000(system) Binder:4808_1 identical 1 line
06-20 21:06:55.234 4808 4826 D ConnectivityService: filterNetworkStateForUid() uid: 10127 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:06:55.584 6068 6068 D io_stats: !@ 8,0 r 8143912 471083896 w 4224974 77225788 d 382190 34802052 f 1064558 1082285 iot 4379044 3599576 th 307200 0 0 pt 0 inp 0 0 193777.811
06-20 21:06:55.592 4808 5645 D SamsungAlarmManager: Cancel Alarm calling from uid:10094 pid :9890 / op:PendingIntent{e677eae: PendingIntentRecord{da2ee73 com.google.android.googlequicksearchbox broadcastIntent}}
06-20 21:06:55.598 4808 5645 D SamsungAlarmManager: setInexact Intent (T:1/F:0/AC:false) 20180621T100000 - CU:10094/CP:9890
06-20 21:06:55.673 9890 22487 D Notification: allPendingIntents
06-20 21:06:55.674 4808 5645 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.google.android.googlequicksearchbox,userId = 0
06-20 21:06:55.674 4808 5645 D API test: getContainerInfo: value is
06-20 21:06:55.674 4808 5645 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.google.android.googlequicksearchbox,userId = 0
06-20 21:06:55.674 4808 5645 D API test: getContainerInfo: value is
06-20 21:06:55.676 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:06:55.676 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.google.android.googlequicksearchbox user=UserHandle{0} id=-1873494995 tag=n key=0|com.google.android.googlequicksearchbox|-1873494995|n|10094: Notification(channel=34 pri=0 contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x118 color=0xff4285f4 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:06:55.676 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:06:55.676 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:06:55.679 4808 5645 D Notification: allPendingIntents
06-20 21:06:55.680 4808 5645 D Notification: allPendingIntents
06-20 21:06:55.681 4808 6745 D Notification: allPendingIntents
06-20 21:06:55.682 4808 6745 D Notification: allPendingIntents
06-20 21:06:55.683 4808 5645 D Notification: allPendingIntents
06-20 21:06:55.684 4808 5645 D Notification: allPendingIntents
06-20 21:06:55.707 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:06:55.728 5294 5294 D swipe : !isFreemformEnabled
06-20 21:06:55.748 6194 12547 I GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_BY_PENDING_INTENT pendingIntent=PendingIntent[creatorPackage=com.google.android.googlequicksearchbox], packageName=null]
06-20 21:06:55.756 9890 22487 E GeofenceHelper: Failed: remove geofences by PendingIntent
06-20 21:06:55.768 4808 6745 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:06:55.768 6194 6194 W GCM : broadcast intent callback: result=CANCELLED forIntent { act=com.google.android.c2dm.intent.RECEIVE pkg=com.google.android.googlequicksearchbox (has extras) }
06-20 21:06:55.804 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:06:56.103 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:06:56.103 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:06:56.103 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:06:56.584 25244 25244 W uot : Failed to find local clusters.
06-20 21:06:57.100 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:06:57.100 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:06:57.103 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:06:57.103 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:06:57.103 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:07:00.059 4808 4969 D SamsungAlarmManager: Expired : 65544
06-20 21:07:00.060 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364108175 , orig nextNonWakeup=0
06-20 21:07:00.060 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T212925, SetElapsed=364108175, nowELAPSED=362763177
06-20 21:07:00.063 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:07:00.066 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:07:00.084 4430 4631 D DnsProxyListener: DNSDBG::dns addrinfo af 0
06-20 21:07:00.093 25258 25258 W raq : Failed to find local clusters.
06-20 21:07:00.096 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:07:00.096 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:07:00.096 4808 10122 D AudioService: active stream is 0x0
06-20 21:07:00.096 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:07:00.096 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:07:00.097 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:07:00.097 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:07:00.122 4808 10122 D SSRM:e : ATC: power = AP_CP = 592, Display = 0(Panel:0, LDIs:0), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
06-20 21:07:00.122 4808 10122 D SSRM:e : ATC: current = AP_CP = 148, Display = 0, WIFI = 0, SPK = 4,RCV = 4, Camera = 0, PAM = 0
06-20 21:07:00.123 4808 10122 D SSRM:e : ATC: Ambient Temperature = 32.19, Skin temperature = F_AP[35.10], F_RF[35.00], B_AP[34.90], B_RF[34.80], B_WIFI[34.40], B_SPK[34.50]
06-20 21:07:00.137 4808 6275 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:07:00.137 4808 6275 D BatteryService: level:43, scale:100, status:2, health:2, present:true, voltage: 4005, temperature: 377, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1526000
06-20 21:07:00.137 4808 6275 D BatteryService: online:6, current avg:2050, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1451
06-20 21:07:00.137 4808 6275 D BatteryService: stay LED for charging
06-20 21:07:00.137 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:07:00.138 4808 4808 I MotionRecognitionService: Plugged
06-20 21:07:00.138 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:07:00.138 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:07:00.139 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 43, battStatus :: 2
06-20 21:07:00.139 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:07:00.140 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:07:00.141 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=43, mBatteryStatus=2
06-20 21:07:00.142 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=43, scale=100
06-20 21:07:00.143 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 43 | 100 }
06-20 21:07:00.144 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:07:00.144 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3838000 mChargingTime : 3834000
06-20 21:07:00.144 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:07:00.145 5294 5294 D Notification: allPendingIntents
06-20 21:07:00.147 744 744 D Notification: allPendingIntents
06-20 21:07:00.147 4808 6745 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:07:00.147 4808 6745 D API test: getContainerInfo: value is
06-20 21:07:00.147 4808 6745 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:07:00.147 4808 6745 D API test: getContainerInfo: value is
06-20 21:07:00.148 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:07:00.148 4808 4841 D API test: getContainerInfo: value is
06-20 21:07:00.149 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:07:00.149 4808 4841 D API test: getContainerInfo: value is
06-20 21:07:00.149 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:07:00.152 4808 6745 D Notification: allPendingIntents
06-20 21:07:00.153 4808 6745 I chatty : uid=1000(system) Binder:4808_17 identical 1 line
06-20 21:07:00.155 4808 6745 D Notification: allPendingIntents
06-20 21:07:00.157 4808 6275 D Notification: allPendingIntents
06-20 21:07:00.158 4808 6275 D Notification: allPendingIntents
06-20 21:07:00.159 4808 4826 D Notification: allPendingIntents
06-20 21:07:00.160 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:07:00.160 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:07:00.160 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:07:00.160 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:07:00.165 4808 4826 I chatty : uid=1000(system) Binder:4808_1 identical 1 line
06-20 21:07:00.167 4808 4826 D Notification: allPendingIntents
06-20 21:07:00.167 4808 5645 D Notification: allPendingIntents
06-20 21:07:00.169 4808 6275 D Notification: allPendingIntents
06-20 21:07:00.169 4808 6745 D Notification: allPendingIntents
06-20 21:07:00.172 4808 6023 D Notification: allPendingIntents
06-20 21:07:00.173 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:07:00.180 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:07:00.225 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:07:00.243 5294 5294 D swipe : !isFreemformEnabled
06-20 21:07:00.261 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:07:00.584 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:07:00.584 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:07:00.584 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:07:00.829 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:07:00.829 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:07:01.038 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:07:01.038 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364108175 , orig nextNonWakeup=0
06-20 21:07:01.044 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:07:01.152 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:07:01.207 4808 6275 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:07:01.208 4808 6275 D BatteryService: level:43, scale:100, status:2, health:2, present:true, voltage: 4005, temperature: 376, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1526000
06-20 21:07:01.208 4808 6275 D BatteryService: online:6, current avg:1999, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1478
06-20 21:07:01.208 4808 6275 D BatteryService: stay LED for charging
06-20 21:07:01.208 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:07:01.209 4808 4808 I MotionRecognitionService: Plugged
06-20 21:07:01.209 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:07:01.209 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:07:01.209 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 43, battStatus :: 2
06-20 21:07:01.210 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:07:01.211 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:07:01.213 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=43, mBatteryStatus=2
06-20 21:07:01.213 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=43, scale=100
06-20 21:07:01.214 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 43 | 100 }
06-20 21:07:01.214 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:07:01.215 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3834000 mChargingTime : 3834000
06-20 21:07:01.215 5294 5294 D PowerUI.Notification: There is no change about charging status, so return!
06-20 21:07:01.217 744 744 D Notification: allPendingIntents
06-20 21:07:01.219 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:07:01.219 4808 4841 D API test: getContainerInfo: value is
06-20 21:07:01.219 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:07:01.219 4808 4841 D API test: getContainerInfo: value is
06-20 21:07:01.220 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:07:01.220 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:07:01.220 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:07:01.221 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:07:01.224 4808 6745 D Notification: allPendingIntents
06-20 21:07:01.225 4808 6745 I chatty : uid=1000(system) Binder:4808_17 identical 1 line
06-20 21:07:01.226 4808 6745 D Notification: allPendingIntents
06-20 21:07:01.229 4808 6275 D Notification: allPendingIntents
06-20 21:07:01.229 4808 6745 D Notification: allPendingIntents
06-20 21:07:01.230 4808 6275 D Notification: allPendingIntents
06-20 21:07:01.254 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:07:01.272 5294 5294 D swipe : !isFreemformEnabled
06-20 21:07:01.290 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:07:01.455 4808 10122 D SSRM:d : SIOP:: AP = 380, PST = 383 (W:15), BAT = 376, USB = 350, CHG = 444, CP = 367, WF = 379, WFPst = 381 (W:15)
06-20 21:07:01.460 4808 10122 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 4808 / 1000 / 10122
06-20 21:07:01.481 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:07:01.481 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:07:01.481 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:07:01.481 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:07:01.481 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:07:01.481 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:07:01.481 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:07:01.481 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:07:01.481 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:07:01.486 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:07:01.486 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:07:01.486 4808 10122 D AudioService: active stream is 0x0
06-20 21:07:01.490 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:07:01.490 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:07:01.490 4808 10122 D AudioService: active stream is 0x0
06-20 21:07:01.490 4808 10122 D AudioService: GetAppDevice, uid=1000
06-20 21:07:01.491 4808 10122 D AudioService: getStreamVolume 3 index 150
06-20 21:07:01.623 4808 4969 D SamsungAlarmManager: Expired : 4
06-20 21:07:01.623 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T210833, SetElapsed=362856672, nowELAPSED=362764740
06-20 21:07:01.623 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364108175 , orig nextNonWakeup=0
06-20 21:07:01.624 4808 4969 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{49fb7dc type 3 when 362763117 android}
06-20 21:07:01.624 4808 4969 V SamsungAlarmManager: Sending to uid : 10004 action=com.android.internal.policy.impl.PhoneWindowManager.DELAYED_KEYGUARD alarm=Alarm{f30d7ba type 2 when 362764740 com.android.systemui}
06-20 21:07:01.625 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=com.google.android.location.reporting.collectors.ULR_BAROMETER_READ_ALARM alarm=Alarm{d62b66b type 1 when 1529517945559 com.google.android.gms}
06-20 21:07:01.625 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=null alarm=Alarm{85e75c8 type 3 when 362714521 com.google.android.gms}
06-20 21:07:01.626 4808 4969 V SamsungAlarmManager: Sending to uid : 10199 action=com.samsung.android.app.shealth.tracker.pedometer.PedometerService.HBA alarm=Alarm{e04b586 type 3 when 362741470 com.sec.android.app.shealth}
06-20 21:07:01.628 4808 6745 I SensorService: createSensorEventConnection package name awia
06-20 21:07:01.630 4808 6745 D SensorService: Calling batch handle==8 flags=0 rate=100000000 timeout== 0
06-20 21:07:01.630 4267 4950 I Sensors : batch - pressure_sensor try to batching with 100000000
06-20 21:07:01.631 4267 4950 I Sensors : PressureSensor old sensor_state 16384, new sensor_state : 17179885600 en : 1
06-20 21:07:01.633 9133 9133 I PedometerService: onStartCommand true, true, false
06-20 21:07:01.634 4808 6275 D SemContext.CaeProvider.SensorStatusCheckImpl: requestToUpdate SensorHub Reset Cnt : 0
06-20 21:07:01.634 4808 6275 D SemContext.CaeProvider.SensorStatusCheckImpl: SensorHub Reset Cnt : 0
06-20 21:07:01.634 4808 6275 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 0 - 0
06-20 21:07:01.634 4808 6275 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 1 - 0
06-20 21:07:01.634 4808 6275 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 2 - 0
06-20 21:07:01.634 4808 6275 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 3 - 0
06-20 21:07:01.634 4808 6275 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 4 - 0
06-20 21:07:01.634 4808 6275 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 5 - 0
06-20 21:07:01.634 4808 6275 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 6 - 0
06-20 21:07:01.634 4808 6275 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 7 - 0
06-20 21:07:01.634 4808 6275 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 8 - 0
06-20 21:07:01.634 4808 6275 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 9 - 0
06-20 21:07:01.634 4808 6275 D SemContextService: Service.updateContext() : service = Sensor Status Check
06-20 21:07:01.634 4808 6275 D SemContext.CaeProvider.SensorStatusCheckImpl: initialize Last Event!!
06-20 21:07:01.634 4808 6275 D SemContextService: .requestToUpdate() : service = Sensor Status Check
06-20 21:07:01.634 9133 9133 D SemContextManager: .requestToUpdate : listener = com.samsung.android.app.shealth.tracker.pedometer.service.wrapper.ActivitySensorDelegator$SemContextListenerWrapper@7eb7093, service=Sensor Status Check
06-20 21:07:01.635 4808 4808 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20180620T210800 - CU:1000/CP:4808
06-20 21:07:01.635 4808 4808 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T210800, SetElapsed=362823117, nowELAPSED=362764751
06-20 21:07:01.635 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
06-20 21:07:01.636 5294 5294 D KeyguardServiceBoxContainer: refreshTime() 1
06-20 21:07:01.638 6194 6194 D SensorManager: registerListener :: 8, LPS22H Barometer Sensor, 0, 0,
06-20 21:07:01.652 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:07:01.652 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:07:01.652 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:07:01.661 4808 6023 D SensorService: Calling activate off 8
06-20 21:07:01.663 4267 4267 I Sensors : PressureSensor old sensor_state 16416, new sensor_state : 17179885568 en : 0
06-20 21:07:01.669 6194 6194 D SensorManager: unregisterListener ::
06-20 21:07:01.679 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:07:01.685 6194 25974 I vgd : 35-GetDeviceDataUploadOptInStatusOperation -- metadata{ service_id: 0 }
06-20 21:07:01.692 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:07:01.700 4808 6275 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20180620T210801 - CU:10034/CP:6194
06-20 21:07:02.653 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:07:02.653 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:07:02.653 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:07:02.856 25258 25258 W bta : ebp Successful shutdown. ShutdownResult: NO_ERRORS account: -859483003
06-20 21:07:02.865 25258 25258 D ConnectivityManager: unregisterNetworkCallback; CallingUid : 10222, CallingPid : 25258
06-20 21:07:02.866 4808 5073 D ConnectivityService: releasing NetworkRequest [ LISTEN id=2036, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN&FOREGROUND] ] (CALLBACK_RELEASED)
06-20 21:07:02.866 4808 5073 D ConnectivityService: sending notification RELEASED for NetworkRequest [ LISTEN id=2036, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN&FOREGROUND] ]
06-20 21:07:03.094 4808 5421 E Watchdog: !@Sync 6457 [2018-06-20 21:07:03.094]
06-20 21:07:03.135 6068 6068 D io_stats: !@ 8,0 r 8145064 471098160 w 4225194 77227800 d 382201 34802388 f 1064608 1082337 iot 4379276 3599810 th 307200 0 0 pt 0 inp 0 0 193782.814
06-20 21:07:03.360 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:07:03.360 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:07:04.059 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:07:04.062 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:07:04.062 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:07:04.062 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:07:04.066 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:07:04.150 4808 6275 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:07:04.150 4808 6275 D BatteryService: level:43, scale:100, status:2, health:2, present:true, voltage: 4003, temperature: 376, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1528000
06-20 21:07:04.150 4808 6275 D BatteryService: online:6, current avg:1870, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1486
06-20 21:07:04.150 4808 6275 D BatteryService: stay LED for charging
06-20 21:07:04.150 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:07:04.151 4808 4808 I MotionRecognitionService: Plugged
06-20 21:07:04.151 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:07:04.151 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:07:04.151 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 43, battStatus :: 2
06-20 21:07:04.152 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:07:04.153 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:07:04.154 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=43, mBatteryStatus=2
06-20 21:07:04.155 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=43, scale=100
06-20 21:07:04.156 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 43 | 100 }
06-20 21:07:04.157 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:07:04.157 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3834000 mChargingTime : 3834000
06-20 21:07:04.158 5294 5294 D PowerUI.Notification: There is no change about charging status, so return!
06-20 21:07:04.165 744 744 D Notification: allPendingIntents
06-20 21:07:04.167 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:07:04.167 4808 4841 D API test: getContainerInfo: value is
06-20 21:07:04.167 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:07:04.167 4808 4841 D API test: getContainerInfo: value is
06-20 21:07:04.168 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:07:04.169 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:07:04.169 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:07:04.169 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:07:04.172 4808 6275 D Notification: allPendingIntents
06-20 21:07:04.172 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:07:04.173 4808 6275 D Notification: allPendingIntents
06-20 21:07:04.175 4808 6275 I chatty : uid=1000(system) Binder:4808_E identical 2 lines
06-20 21:07:04.176 4808 6275 D Notification: allPendingIntents
06-20 21:07:04.177 4808 6745 D Notification: allPendingIntents
06-20 21:07:04.198 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:07:04.207 25258 25981 E yig : RuntimeException while executing runnable yjt{xaw@d5eaabf} with executor vpu@80f158c
06-20 21:07:04.207 25258 25981 E yig : java.util.concurrent.RejectedExecutionException: Task vpy@f9558de is rejected by adapter [java.util.concurrent.ScheduledThreadPoolExecutor@7658019[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 58]]
06-20 21:07:04.207 25258 25981 E yig : at wze.a(PG:17)
06-20 21:07:04.207 25258 25981 E yig : at wze.execute(PG:6)
06-20 21:07:04.207 25258 25981 E yig : at vpu.execute(PG:10)
06-20 21:07:04.207 25258 25981 E yig : at yig.b(PG:142)
06-20 21:07:04.207 25258 25981 E yig : at yig.a(PG:131)
06-20 21:07:04.207 25258 25981 E yig : at yig.a(PG:324)
06-20 21:07:04.207 25258 25981 E yig : at yiu.run(PG:86)
06-20 21:07:04.207 25258 25981 E yig : at ykj.execute(PG:4)
06-20 21:07:04.207 25258 25981 E yig : at yig.b(PG:142)
06-20 21:07:04.207 25258 25981 E yig : at yig.a(PG:131)
06-20 21:07:04.207 25258 25981 E yig : at yig.a(PG:324)
06-20 21:07:04.207 25258 25981 E yig : at yiu.run(PG:86)
06-20 21:07:04.207 25258 25981 E yig : at ykj.execute(PG:4)
06-20 21:07:04.207 25258 25981 E yig : at yig.b(PG:142)
06-20 21:07:04.207 25258 25981 E yig : at yig.a(PG:131)
06-20 21:07:04.207 25258 25981 E yig : at yig.a(PG:324)
06-20 21:07:04.207 25258 25981 E yig : at xer.execute(PG:13)
06-20 21:07:04.207 25258 25981 E yig : at yig.b(PG:142)
06-20 21:07:04.207 25258 25981 E yig : at yig.a(PG:131)
06-20 21:07:04.207 25258 25981 E yig : at yig.b(PG:315)
06-20 21:07:04.207 25258 25981 E yig : at aael.a(PG:38)
06-20 21:07:04.207 25258 25981 E yig : at aafw.run(PG:6)
06-20 21:07:04.207 25258 25981 E yig : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-20 21:07:04.207 25258 25981 E yig : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-20 21:07:04.207 25258 25981 E yig : at java.lang.Thread.run(Thread.java:764)
06-20 21:07:04.216 5294 5294 D swipe : !isFreemformEnabled
06-20 21:07:04.234 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:07:04.807 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:07:04.807 4808 4854 E libsuspend: !@Error writing to /sys/power/wakeup_count: Invalid argument
06-20 21:07:04.907 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:07:05.062 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:07:05.062 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:07:05.062 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:07:05.316 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:07:05.316 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:07:36.060 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:07:36.073 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:07:36.137 4808 4826 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:07:36.137 4808 4826 D BatteryService: level:44, scale:100, status:2, health:2, present:true, voltage: 4000, temperature: 374, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1541000
06-20 21:07:36.137 4808 4826 D BatteryService: online:6, current avg:1501, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1505
06-20 21:07:36.137 4808 4826 D BatteryService: stay LED for charging
06-20 21:07:36.137 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:07:36.138 4808 4853 D PowerManagerService: [PSM] lowPowerModeEnabled: false (mLowPowerModeSetting: false, mIsPowered: true, mAutoLowPowerModeConfigured: false, mBatteryLevel: 44, mLowBatteryTriggerLevel: 0, mUltraPowerSavingModeEnabled: false, mEmergencyModeEnabled: false)
06-20 21:07:36.138 4808 4853 D PowerManagerService: mDisplayReady: false
06-20 21:07:36.138 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable
06-20 21:07:36.138 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable done
06-20 21:07:36.138 4808 4853 D PowerManagerService: [PWL] sb acquire: PowerManagerService.Display
06-20 21:07:36.138 4808 4853 D DisplayPowerController: animateScreenStateChange: target1
06-20 21:07:36.138 4808 4853 D DisplayPowerController: Animating brightness: target=0, rate=0 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1))
06-20 21:07:36.138 4808 4853 D PowerManagerService: [s] DisplayPowerCallbacks : onStateChanged()
06-20 21:07:36.138 4808 4853 D PowerManagerService: mDisplayReady: true
06-20 21:07:36.138 4808 4853 I libsuspend: !@autosuspend_wakeup_count_enable
06-20 21:07:36.138 4808 4808 I MotionRecognitionService: Plugged
06-20 21:07:36.138 4808 4853 I libsuspend: !@autosuspend_wakeup_count_enable done
06-20 21:07:36.138 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:07:36.138 4808 4853 D PowerManagerService: [PWL] sb release: PowerManagerService.Display
06-20 21:07:36.138 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:07:36.138 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 44, battStatus :: 2
06-20 21:07:36.139 4808 4808 D GameManagerService: new battery level: 44
06-20 21:07:36.139 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:07:36.140 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:07:36.141 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=44, scale=100
06-20 21:07:36.142 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=44, mBatteryStatus=2
06-20 21:07:36.142 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 44 | 100 }
06-20 21:07:36.142 17493 17493 D RSync_Core: [onBatteryStatusChanged] core not started
06-20 21:07:36.143 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:07:36.149 744 744 D Notification: allPendingIntents
06-20 21:07:36.164 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:07:36.169 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3834000 mChargingTime : 3813000
06-20 21:07:36.169 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:07:36.171 5294 5294 D Notification: allPendingIntents
06-20 21:07:36.173 4808 5645 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:07:36.173 4808 5645 D API test: getContainerInfo: value is
06-20 21:07:36.173 4808 5645 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:07:36.173 4808 5645 D API test: getContainerInfo: value is
06-20 21:07:36.174 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:07:36.174 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:07:36.143 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:07:36.176 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:07:36.182 4808 5645 D Notification: allPendingIntents
06-20 21:07:36.185 4808 6745 D Notification: allPendingIntents
06-20 21:07:36.186 4808 5645 D Notification: allPendingIntents
06-20 21:07:36.186 4808 4826 D Notification: allPendingIntents
06-20 21:07:36.188 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:07:36.188 4808 4841 D API test: getContainerInfo: value is
06-20 21:07:36.188 4808 6745 D Notification: allPendingIntents
06-20 21:07:36.188 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:07:36.188 4808 4841 D API test: getContainerInfo: value is
06-20 21:07:36.188 4808 6023 D Notification: allPendingIntents
06-20 21:07:36.191 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:07:36.192 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:07:36.192 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:07:36.192 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:07:36.196 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:07:36.199 4808 6745 D Notification: allPendingIntents
06-20 21:07:36.200 4808 5645 D Notification: allPendingIntents
06-20 21:07:36.202 4808 6745 D Notification: allPendingIntents
06-20 21:07:36.204 4808 6745 D Notification: allPendingIntents
06-20 21:07:36.204 4808 5645 D Notification: allPendingIntents
06-20 21:07:36.204 4808 6275 D Notification: allPendingIntents
06-20 21:07:36.210 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:07:36.211 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:07:36.215 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:07:36.226 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:07:36.238 24957 25924 I chatty : uid=10056(u0_a56) Binder:24957_5 identical 2 lines
06-20 21:07:36.243 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:07:36.258 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:07:36.275 5294 5294 D swipe : !isFreemformEnabled
06-20 21:07:36.292 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:07:36.311 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:07:36.312 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:07:36.312 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:07:36.731 4808 4972 I Dmf : pw : 10
06-20 21:07:36.813 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:07:36.813 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:08:01.059 4808 4969 D SamsungAlarmManager: Expired : 65544
06-20 21:08:01.060 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364174176 , orig nextNonWakeup=0
06-20 21:08:01.061 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T213031, SetElapsed=364174176, nowELAPSED=362824178
06-20 21:08:01.062 4808 6275 I ActivityManager: KPU : put [com.samsung.mlp] : 15069 K
06-20 21:08:01.062 4808 6275 I ActivityManager: Killing 24791:com.samsung.mlp/5004 (adj 906): DHA:empty #25
06-20 21:08:01.072 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:08:01.075 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:01.075 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:01.075 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:01.133 4808 6275 W ActivityManager: Scheduling restart of crashed service com.samsung.mlp/.platform.LPService in 1000ms
06-20 21:08:01.134 5506 2029 D ProcessObserver_FLP: onProcessDied, 24791/5004
06-20 21:08:01.134 24543 24543 I ServiceManager: [#CMH#] Disconnected to Service com.samsung.mlp.platform.LPService
06-20 21:08:01.135 5582 15020 D ForegroundUtils: could not check pending caller
06-20 21:08:01.139 4808 6023 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:08:01.140 4808 6023 D BatteryService: level:44, scale:100, status:2, health:2, present:true, voltage: 4093, temperature: 376, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1560000
06-20 21:08:01.140 4808 6023 D BatteryService: online:6, current avg:2363, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2439
06-20 21:08:01.140 4808 6023 D BatteryService: stay LED for charging
06-20 21:08:01.140 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:08:01.141 4808 4808 I MotionRecognitionService: Plugged
06-20 21:08:01.141 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:08:01.141 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:08:01.141 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 44, battStatus :: 2
06-20 21:08:01.141 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:08:01.142 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:08:01.143 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=44, mBatteryStatus=2
06-20 21:08:01.144 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=44, scale=100
06-20 21:08:01.144 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 44 | 100 }
06-20 21:08:01.145 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:08:01.145 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3813000 mChargingTime : 3787000
06-20 21:08:01.145 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:08:01.147 5294 5294 D Notification: allPendingIntents
06-20 21:08:01.148 744 744 D Notification: allPendingIntents
06-20 21:08:01.148 4808 6463 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:08:01.148 4808 6463 D API test: getContainerInfo: value is
06-20 21:08:01.148 4808 6463 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:08:01.148 4808 6463 D API test: getContainerInfo: value is
06-20 21:08:01.149 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:08:01.149 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:08:01.149 4808 4841 D API test: getContainerInfo: value is
06-20 21:08:01.150 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:08:01.150 4808 4841 D API test: getContainerInfo: value is
06-20 21:08:01.153 4808 6463 D Notification: allPendingIntents
06-20 21:08:01.154 4808 6463 D Notification: allPendingIntents
06-20 21:08:01.155 4808 6023 D Notification: allPendingIntents
06-20 21:08:01.157 4808 6023 D Notification: allPendingIntents
06-20 21:08:01.157 4808 6275 D Notification: allPendingIntents
06-20 21:08:01.158 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:08:01.158 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:08:01.158 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:08:01.158 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:08:01.159 4808 6023 D Notification: allPendingIntents
06-20 21:08:01.162 4808 6748 D Notification: allPendingIntents
06-20 21:08:01.163 4808 6023 D Notification: allPendingIntents
06-20 21:08:01.165 4808 6275 D Notification: allPendingIntents
06-20 21:08:01.166 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:08:01.166 4808 6745 D Notification: allPendingIntents
06-20 21:08:01.166 4808 6275 D Notification: allPendingIntents
06-20 21:08:01.170 4808 4808 D TelephonyManager: getCellLocation : Caller (PID / UID / TID): 4808 / 1000 / 4808
06-20 21:08:01.170 4808 6023 D Notification: allPendingIntents
06-20 21:08:01.171 5294 5721 D NetworkController.MobileSignalController(0/1): onSignalStrengthsChanged signalStrength=SignalStrength: 4 99 -4 -200 -4 -200 -1 7 -104 -12 0 8 0 2147483647 0x2002 P gsm|lte level=2
06-20 21:08:01.171 5294 5721 D NetworkController.MobileSignalController(0/1): getMobileIconGroup(): 13
06-20 21:08:01.172 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:08:01.178 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:08:01.178 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:08:01.182 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:08:01.196 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:08:01.203 24957 25924 I chatty : uid=10056(u0_a56) Binder:24957_5 identical 2 lines
06-20 21:08:01.206 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:08:01.223 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:08:01.240 5294 5294 D swipe : !isFreemformEnabled
06-20 21:08:01.258 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:08:01.795 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:08:01.795 4808 4854 E libsuspend: !@Error writing to /sys/power/wakeup_count: Invalid argument
06-20 21:08:01.895 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:08:02.075 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:02.075 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:02.075 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:02.135 4808 4841 D StorageManagerService: getExternalStorageMountMode : 1
06-20 21:08:02.135 4808 4841 D StorageManagerService: getExternalStorageMountMode : 3
06-20 21:08:02.135 4808 4841 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 5004, packageName : com.samsung.mlp
06-20 21:08:02.135 4808 4841 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.mlp user:0
06-20 21:08:02.136 4808 4841 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
06-20 21:08:02.136 4808 4841 D ActivityManager: package com.samsung.mlp, user - 0 is SDcard whitelisted
06-20 21:08:02.136 4808 4841 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.mlp user:0
06-20 21:08:02.136 4808 4841 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
06-20 21:08:02.151 4808 4841 I ActivityManager: Start proc 26002:com.samsung.mlp/5004 for service com.samsung.mlp/.platform.LPService
06-20 21:08:02.152 26002 26002 E Zygote : isWhitelistProcess - Process is Whitelisted
06-20 21:08:02.152 26002 26002 E libpersona: scanKnoxPersonas
06-20 21:08:02.152 26002 26002 E libpersona: Couldn't open the File - /data/system/users/0/personalist.xml - No such file or directory
06-20 21:08:02.159 26002 26002 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2], Con:u:r:zygote:s0 RAM:SEPF_SM-G965F_8.0.0_0008, [-1 -1 -1 -1 0 1]
06-20 21:08:02.159 26002 26002 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.mlp
06-20 21:08:02.174 26002 26002 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
06-20 21:08:02.174 26002 26002 D ActivityThread: Added TimaKeyStore provider
06-20 21:08:02.176 4808 6023 I ActivityManager: DSS on for com.samsung.mlp and scale is 1.0
06-20 21:08:02.250 26002 26002 I LPService: [#MLP#] onBind
06-20 21:08:02.251 26002 26002 I LPServiceController: [#MLP#] Creating controller instance first time.
06-20 21:08:02.265 26002 26002 I DatabaseHelper: [#MLP#] Creating tables
06-20 21:08:02.290 26002 26017 D libEGL : loaded /vendor/lib64/egl/libGLES_mali.so
06-20 21:08:02.304 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:08:02.304 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:08:02.332 26002 26002 I DatabaseHelper: [#MLP#] Creating tables
06-20 21:08:32.055 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:08:32.055 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364174176 , orig nextNonWakeup=0
06-20 21:08:32.070 6068 6068 D io_stats: !@ 8,0 r 8145072 471098620 w 4225385 77229556 d 382212 34802488 f 1064667 1082399 iot 4379404 3599865 th 307200 0 0 pt 0 inp 0 0 193788.235
06-20 21:08:32.072 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:08:32.154 4808 6023 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:08:32.154 4808 6023 D BatteryService: level:45, scale:100, status:2, health:2, present:true, voltage: 4004, temperature: 374, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1573000
06-20 21:08:32.154 4808 6023 D BatteryService: online:6, current avg:1537, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1504
06-20 21:08:32.154 4808 6023 D BatteryService: stay LED for charging
06-20 21:08:32.154 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:08:32.155 4808 4853 D PowerManagerService: [PSM] lowPowerModeEnabled: false (mLowPowerModeSetting: false, mIsPowered: true, mAutoLowPowerModeConfigured: false, mBatteryLevel: 45, mLowBatteryTriggerLevel: 0, mUltraPowerSavingModeEnabled: false, mEmergencyModeEnabled: false)
06-20 21:08:32.155 4808 4808 I MotionRecognitionService: Plugged
06-20 21:08:32.155 4808 4853 D PowerManagerService: mDisplayReady: false
06-20 21:08:32.155 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:08:32.156 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable
06-20 21:08:32.156 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:08:32.156 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 45, battStatus :: 2
06-20 21:08:32.156 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable done
06-20 21:08:32.156 4808 4853 D PowerManagerService: [PWL] sb acquire: PowerManagerService.Display
06-20 21:08:32.156 4808 4808 D GameManagerService: new battery level: 45
06-20 21:08:32.156 4808 4853 D DisplayPowerController: animateScreenStateChange: target1
06-20 21:08:32.156 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:08:32.156 4808 4853 D DisplayPowerController: Animating brightness: target=0, rate=0 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1))
06-20 21:08:32.156 4808 4853 D PowerManagerService: [s] DisplayPowerCallbacks : onStateChanged()
06-20 21:08:32.156 4808 4853 D PowerManagerService: mDisplayReady: true
06-20 21:08:32.156 4808 4853 I libsuspend: !@autosuspend_wakeup_count_enable
06-20 21:08:32.156 4808 4853 I libsuspend: !@autosuspend_wakeup_count_enable done
06-20 21:08:32.157 4808 4853 D PowerManagerService: [PWL] sb release: PowerManagerService.Display
06-20 21:08:32.158 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=45, scale=100
06-20 21:08:32.158 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:08:32.159 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:08:32.159 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 45 | 100 }
06-20 21:08:32.159 17493 17493 D RSync_Core: [onBatteryStatusChanged] core not started
06-20 21:08:32.161 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=45, mBatteryStatus=2
06-20 21:08:32.164 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:08:32.164 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3787000 mChargingTime : 3766000
06-20 21:08:32.164 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:08:32.170 744 744 D Notification: allPendingIntents
06-20 21:08:32.172 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:08:32.173 5294 5294 D Notification: allPendingIntents
06-20 21:08:32.175 4808 6023 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:08:32.175 4808 6023 D API test: getContainerInfo: value is
06-20 21:08:32.175 4808 6023 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:08:32.175 4808 6023 D API test: getContainerInfo: value is
06-20 21:08:32.164 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:08:32.178 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:08:32.183 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:08:32.183 4808 4841 D API test: getContainerInfo: value is
06-20 21:08:32.183 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:08:32.183 4808 4841 D API test: getContainerInfo: value is
06-20 21:08:32.184 4808 6748 D Notification: allPendingIntents
06-20 21:08:32.191 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:08:32.186 4808 6748 I chatty : uid=1000(system) Binder:4808_19 identical 1 line
06-20 21:08:32.188 4808 6748 D Notification: allPendingIntents
06-20 21:08:32.191 4808 6463 D Notification: allPendingIntents
06-20 21:08:32.191 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:08:32.191 4808 6745 D Notification: allPendingIntents
06-20 21:08:32.191 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:08:32.191 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:08:32.195 4808 6745 D Notification: allPendingIntents
06-20 21:08:32.195 4808 6463 D Notification: allPendingIntents
06-20 21:08:32.197 4808 5645 D Notification: allPendingIntents
06-20 21:08:32.200 4808 6463 D Notification: allPendingIntents
06-20 21:08:32.201 4808 6748 D Notification: allPendingIntents
06-20 21:08:32.203 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:08:32.202 4808 6748 D Notification: allPendingIntents
06-20 21:08:32.210 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:08:32.219 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:08:32.219 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:08:32.220 4808 6023 D Notification: allPendingIntents
06-20 21:08:32.238 4808 4808 D TelephonyManager: getCellLocation : Caller (PID / UID / TID): 4808 / 1000 / 4808
06-20 21:08:32.238 5294 5721 D NetworkController.MobileSignalController(0/1): onSignalStrengthsChanged signalStrength=SignalStrength: 3 99 -3 -200 -3 -200 -1 4 -107 -12 10 8 0 2147483647 0x2002 P gsm|lte level=2
06-20 21:08:32.238 5294 5721 D NetworkController.MobileSignalController(0/1): getMobileIconGroup(): 13
06-20 21:08:32.243 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:08:32.252 24957 25924 I chatty : uid=10056(u0_a56) Binder:24957_5 identical 2 lines
06-20 21:08:32.254 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:08:32.255 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:08:32.275 5294 5294 D swipe : !isFreemformEnabled
06-20 21:08:32.290 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:08:32.336 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:32.337 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:32.337 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:32.374 26002 26002 I PreferenceCounter: [#MLP#] Clearing all counters
06-20 21:08:32.376 26002 26002 I PreferenceCounter: [#MLP#] Loading preference counters from store
06-20 21:08:32.376 26002 26002 I PreferenceCounter: [#MLP#] loading counter for attribute type Media
06-20 21:08:32.388 26002 26002 I PreferenceCounter: [#MLP#] loading counter for attribute type Face
06-20 21:08:32.402 26002 26002 I PreferenceCounter: [#MLP#] loading counter for attribute type Location
06-20 21:08:32.412 26002 26002 I PreferenceCounter: [#MLP#] loading counter for attribute type Scene
06-20 21:08:32.422 26002 26002 I PreferenceCounter: [#MLP#] loading counter for attribute type CliqueNodes
06-20 21:08:32.433 26002 26002 I ByteUniqueIdGenerator: [#MLP#] Loading data from attribute store
06-20 21:08:32.433 26002 26002 I AttributeStore: [#MLP#] Loading attributes for Media
06-20 21:08:32.463 26002 26002 I AttributeStore: [#MLP#] Loading attributes for Face
06-20 21:08:32.473 26002 26002 I AttributeStore: [#MLP#] Loading attributes for Location
06-20 21:08:32.482 26002 26002 I AttributeStore: [#MLP#] Loading attributes for Scene
06-20 21:08:32.492 26002 26002 I ByteUniqueIdGenerator: [#MLP#] Not a part of graph
06-20 21:08:32.492 26002 26002 I ByteUniqueIdGenerator: [#MLP#] Not a part of graph
06-20 21:08:32.492 26002 26002 I AttributeStore: [#MLP#] Loading attributes for Age
06-20 21:08:32.502 26002 26002 I ByteUniqueIdGenerator: [#MLP#] No need to process for type Age
06-20 21:08:32.502 26002 26002 I ByteUniqueIdGenerator: [#MLP#] Not a part of graph
06-20 21:08:32.502 26002 26002 I AttributeStore: [#MLP#] Loading attributes for Story
06-20 21:08:32.502 26002 26002 I DatabaseHelper: [#MLP#] not a valid table
06-20 21:08:32.502 26002 26002 I ByteUniqueIdGenerator: [#MLP#] No need to process for type Story
06-20 21:08:32.503 26002 26002 I AttributeStore: [#MLP#] Loading attributes for Transaction
06-20 21:08:32.511 26002 26002 I ByteUniqueIdGenerator: [#MLP#] No need to process for type Transaction
06-20 21:08:32.511 26002 26002 I AttributeStore: [#MLP#] Loading attributes for ShoppingCategory
06-20 21:08:32.519 26002 26002 I ByteUniqueIdGenerator: [#MLP#] No need to process for type ShoppingCategory
06-20 21:08:32.519 26002 26002 I AttributeStore: [#MLP#] Loading attributes for Brand
06-20 21:08:32.528 26002 26002 I ByteUniqueIdGenerator: [#MLP#] No need to process for type Brand
06-20 21:08:32.528 26002 26002 I AttributeStore: [#MLP#] Loading attributes for Color
06-20 21:08:32.528 26002 26002 I DatabaseHelper: [#MLP#] not a valid table
06-20 21:08:32.528 26002 26002 I ByteUniqueIdGenerator: [#MLP#] No need to process for type Color
06-20 21:08:32.528 26002 26002 I AttributeStore: [#MLP#] Loading attributes for Parent
06-20 21:08:32.536 26002 26002 I ByteUniqueIdGenerator: [#MLP#] No need to process for type Parent
06-20 21:08:32.536 26002 26002 I AttributeStore: [#MLP#] Loading attributes for Status
06-20 21:08:32.545 26002 26002 I ByteUniqueIdGenerator: [#MLP#] No need to process for type Status
06-20 21:08:32.545 26002 26002 I ByteUniqueIdGenerator: [#MLP#] Not a part of graph
06-20 21:08:32.546 26002 26002 I PreferenceDBManager: [#MLP#] creating table PreferencesStoreTable
06-20 21:08:32.589 26002 26002 I chatty : uid=5004(oem_5004) identical 7 lines
06-20 21:08:32.595 26002 26002 I PreferenceDBManager: [#MLP#] creating table PreferencesStoreTable
06-20 21:08:32.601 26002 26002 I PreferenceDBManager: [#MLP#] creating table StoryPreferenceTable
06-20 21:08:32.691 25244 25962 E xcx : All Service jobs: did not expect this future to ever resolve
06-20 21:08:32.781 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:08:32.781 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:08:32.992 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:08:32.994 4808 4853 I PowerManagerService: [PWL] On : 192800324 (988848 ms ago)
06-20 21:08:32.994 4808 4853 I PowerManagerService: [PWL] mStayOn: false mWakeLockSummary & WAKE_LOCK_STAY_AWAKE: 0 mUserActivitySummary: 0x4
06-20 21:08:33.088 4808 6463 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:08:33.088 4808 6463 D BatteryService: level:45, scale:100, status:2, health:2, present:true, voltage: 4065, temperature: 374, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1574000
06-20 21:08:33.088 4808 6463 D BatteryService: online:6, current avg:1596, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2514
06-20 21:08:33.088 4808 6463 D BatteryService: stay LED for charging
06-20 21:08:33.088 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:08:33.089 4808 4808 I MotionRecognitionService: Plugged
06-20 21:08:33.089 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:08:33.089 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:08:33.090 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 45, battStatus :: 2
06-20 21:08:33.090 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:08:33.090 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:08:33.091 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=45, mBatteryStatus=2
06-20 21:08:33.092 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:08:33.093 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=45, scale=100
06-20 21:08:33.093 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 45 | 100 }
06-20 21:08:33.094 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:08:33.094 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3766000 mChargingTime : 3766000
06-20 21:08:33.094 5294 5294 D PowerUI.Notification: There is no change about charging status, so return!
06-20 21:08:33.097 744 744 D Notification: allPendingIntents
06-20 21:08:33.099 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:08:33.100 4808 4841 D API test: getContainerInfo: value is
06-20 21:08:33.100 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:08:33.100 4808 4841 D API test: getContainerInfo: value is
06-20 21:08:33.101 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:08:33.101 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:08:33.101 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:08:33.101 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:08:33.104 4808 6745 D Notification: allPendingIntents
06-20 21:08:33.105 4808 6745 D Notification: allPendingIntents
06-20 21:08:33.106 4808 6463 D Notification: allPendingIntents
06-20 21:08:33.108 4808 5018 D Notification: allPendingIntents
06-20 21:08:33.108 4808 5018 D Notification: allPendingIntents
06-20 21:08:33.109 4808 6463 D Notification: allPendingIntents
06-20 21:08:33.130 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:08:33.148 5294 5294 D swipe : !isFreemformEnabled
06-20 21:08:33.166 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:08:33.337 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:33.337 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:33.337 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:33.418 26002 26002 I ResourceFetcher: [#MLP#] Fetching key prefDBVersion db version with -1
06-20 21:08:33.419 26002 26002 I PreferenceDBManager: [#MLP#] Preference db upgrade from version 4 to version 4
06-20 21:08:33.427 24543 24543 I ServiceManager: [#CMH#] Bound to Package com.samsung.mlp
06-20 21:08:33.428 4808 5645 I ActivityManager: KPU : put [com.samsung.dcmservice] : 7975 K
06-20 21:08:33.428 4808 5645 I ActivityManager: Killing 24777:com.samsung.dcmservice/5004 (adj 906): DHA:empty #25
06-20 21:08:33.430 26002 26002 I LPService: [#MLP#] Sending response message to CMH
06-20 21:08:33.431 26002 26002 I LPServiceController: [#MLP#] Sending response for 31 with status 0
06-20 21:08:33.470 4808 5645 W ActivityManager: Scheduling restart of crashed service com.samsung.dcmservice/.DCMService in 1000ms
06-20 21:08:33.470 24543 24543 I ServiceManager: [#CMH#] Disconnected to Service com.samsung.dcmservice.DCMService
06-20 21:08:33.471 5506 2029 D ProcessObserver_FLP: onProcessDied, 24777/5004
06-20 21:08:33.472 5582 15020 D ForegroundUtils: could not check pending caller
06-20 21:08:33.555 4808 4969 D SamsungAlarmManager: Expired : 4
06-20 21:08:33.555 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T210839, SetElapsed=362862651, nowELAPSED=362856672
06-20 21:08:33.556 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364174176 , orig nextNonWakeup=0
06-20 21:08:33.556 4808 4969 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{c83f62f type 3 when 362823117 android}
06-20 21:08:33.557 4808 4969 V SamsungAlarmManager: Sending to uid : 10211 action=WakingExecutorService.ACTION_ALARM.com.facebook.orca.Mqtt_Wakeup alarm=Alarm{fd255c5 type 2 when 362856672 com.facebook.orca}
06-20 21:08:33.559 4808 4808 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20180620T210900 - CU:1000/CP:4808
06-20 21:08:33.560 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
06-20 21:08:33.560 5294 5294 D KeyguardServiceBoxContainer: refreshTime() 1
06-20 21:08:33.560 4808 6463 D SamsungAlarmManager: Cancel Alarm calling from uid:10211 pid :23716 / op:PendingIntent{963c64b: PendingIntentRecord{3bb509a com.facebook.orca broadcastIntent}}
06-20 21:08:33.575 4808 5645 D ConnectivityService: filterNetworkStateForUid() uid: 10211 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:08:33.579 4808 5645 D SamsungAlarmManager: Cancel Alarm calling from uid:10211 pid :23716 / op:PendingIntent{ee87828: PendingIntentRecord{1c0d33e com.facebook.orca broadcastIntent}}
06-20 21:08:33.582 4808 5645 D SamsungAlarmManager: Cancel Alarm calling from uid:10211 pid :23716 / op:PendingIntent{4878941: PendingIntentRecord{f6b059f com.facebook.orca broadcastIntent}}
06-20 21:08:33.584 4808 5645 D SamsungAlarmManager: Cancel Alarm calling from uid:10211 pid :23716 / op:PendingIntent{2cd6ee6: PendingIntentRecord{f01eaab com.facebook.orca broadcastIntent}}
06-20 21:08:33.597 4808 6745 D SamsungAlarmManager: Cancel Alarm calling from uid:10211 pid :23716 / op:PendingIntent{5267c27: PendingIntentRecord{68b0b25 com.facebook.orca broadcastIntent}}
06-20 21:08:33.600 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:08:33.602 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10211 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:08:33.605 4808 6745 I ActivityManager: KPU : put [com.samsung.enhanceservice] : 10222 K
06-20 21:08:33.605 4808 6745 I ActivityManager: Killing 24766:com.samsung.enhanceservice/5004 (adj 906): DHA:empty #25
06-20 21:08:33.662 4808 6745 W ActivityManager: Scheduling restart of crashed service com.samsung.enhanceservice/.EnhanceService in 10808ms
06-20 21:08:33.608 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:08:33.662 24543 24543 I ServiceManager: [#CMH#] Disconnected to Service com.samsung.enhanceservice.EnhanceService
06-20 21:08:33.663 5506 2029 D ProcessObserver_FLP: onProcessDied, 24766/5004
06-20 21:08:33.664 5582 15020 D ForegroundUtils: could not check pending caller
06-20 21:08:33.695 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:08:33.701 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:08:33.701 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:08:33.701 4808 10122 D AudioService: active stream is 0x0
06-20 21:08:33.702 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:08:33.702 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:08:33.702 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:08:33.703 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:33.725 4808 10122 D SSRM:e : ATC: power = AP_CP = 1288, Display = 0(Panel:0, LDIs:0), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
06-20 21:08:33.726 4808 10122 D SSRM:e : ATC: current = AP_CP = 322, Display = 0, WIFI = 0, SPK = 4,RCV = 4, Camera = 0, PAM = 0
06-20 21:08:33.727 4808 10122 D SSRM:e : ATC: Ambient Temperature = 32.41, Skin temperature = F_AP[34.90], F_RF[34.80], B_AP[34.60], B_RF[34.60], B_WIFI[34.30], B_SPK[34.40]
06-20 21:08:34.337 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:34.337 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:34.337 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:34.472 4808 4841 D StorageManagerService: getExternalStorageMountMode : 1
06-20 21:08:34.472 4808 4841 D StorageManagerService: getExternalStorageMountMode : 3
06-20 21:08:34.472 4808 4841 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 5004, packageName : com.samsung.dcmservice
06-20 21:08:34.473 4808 4841 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.dcmservice user:0
06-20 21:08:34.473 4808 4841 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
06-20 21:08:34.473 4808 4841 D ActivityManager: package com.samsung.dcmservice, user - 0 is SDcard whitelisted
06-20 21:08:34.473 4808 4841 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.dcmservice user:0
06-20 21:08:34.473 4808 4841 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
06-20 21:08:34.487 4808 4841 I ActivityManager: Start proc 26043:com.samsung.dcmservice/5004 for service com.samsung.dcmservice/.DCMService
06-20 21:08:34.487 26043 26043 E Zygote : isWhitelistProcess - Process is Whitelisted
06-20 21:08:34.488 26043 26043 E libpersona: scanKnoxPersonas
06-20 21:08:34.488 26043 26043 E libpersona: Couldn't open the File - /data/system/users/0/personalist.xml - No such file or directory
06-20 21:08:34.491 26043 26043 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2], Con:u:r:zygote:s0 RAM:SEPF_SM-G965F_8.0.0_0008, [-1 -1 -1 -1 0 1]
06-20 21:08:34.491 26043 26043 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.dcmservice
06-20 21:08:34.505 26043 26043 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
06-20 21:08:34.505 26043 26043 D ActivityThread: Added TimaKeyStore provider
06-20 21:08:34.507 4808 6745 I ActivityManager: DSS on for com.samsung.dcmservice and scale is 1.0
06-20 21:08:34.559 26043 26043 I DCMService: [#CMH#] onBind() called
06-20 21:08:34.562 4808 6463 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2821057740, maxLowBytes : 524288000
06-20 21:08:34.567 26043 26043 I Utilities: [#CMH#] Location feature: true
06-20 21:08:34.571 26043 26043 W DCMTask : [#CMH#] No calendar permission calendar events not supported
06-20 21:08:34.572 26043 26043 I NamedPlaceExtractor: [#CMH#] Locale en_US
06-20 21:08:34.584 24543 24543 I ServiceManager: [#CMH#] Bound to Package com.samsung.dcmservice
06-20 21:08:34.565 4808 6463 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2821057740, maxLowBytes : 524288000
06-20 21:08:34.586 4808 6463 I ActivityManager: KPU : put [com.samsung.cmh:CMH] : 18109 K
06-20 21:08:34.586 4808 6463 I ActivityManager: Killing 24543:com.samsung.cmh:CMH/5004 (adj 906): DHA:empty #25
06-20 21:08:34.591 26043 26074 D libEGL : loaded /vendor/lib64/egl/libGLES_mali.so
06-20 21:08:34.595 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 5004 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:34.595 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 5004 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:08:34.595 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 5004 networkInfo: [type: MOBILE_MMS[] - MOBILE_MMS, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:34.595 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 5004 networkInfo: [type: MOBILE_SUPL[] - MOBILE_SUPL, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:34.595 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 5004 networkInfo: [type: MOBILE_DUN[] - MOBILE_DUN, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:34.595 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 5004 networkInfo: [type: MOBILE_HIPRI[] - MOBILE_HIPRI, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:34.595 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 5004 networkInfo: [type: BLUETOOTH[] - BLUETOOTH, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:34.595 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 5004 networkInfo: [type: ETHERNET[] - ETHERNET, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:34.595 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 5004 networkInfo: [type: MOBILE_FOTA[] - MOBILE_FOTA, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:34.596 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 5004 networkInfo: [type: MOBILE_IMS[] - MOBILE_IMS, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:34.596 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 5004 networkInfo: [type: MOBILE_CBS[] - MOBILE_CBS, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:34.596 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 5004 networkInfo: [type: WIFI_P2P[] - WIFI_P2P, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:34.596 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 5004 networkInfo: [type: MOBILE_IA[] - MOBILE_IA, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:34.596 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 5004 networkInfo: [type: MOBILE_EMERGENCY[] - MOBILE_EMERGENCY, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:34.596 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 5004 networkInfo: [type: VPN[] - VPN, state: CONNECTED/CONNECTED, reason: agentConnect, extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:34.657 26043 26043 I DCMServiceController: [#CMH#] shutdown () called
06-20 21:08:34.658 26002 26002 I LPService: [#MLP#] On destroy
06-20 21:08:34.658 26002 26002 I LPServiceController: [#MLP#] Shutting down learning service...
06-20 21:08:34.663 5506 2029 D ProcessObserver_FLP: onProcessDied, 24543/5004
06-20 21:08:34.663 5582 15020 D ForegroundUtils: could not check pending caller
06-20 21:08:34.723 28133 28191 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(235) data(3445) accounts({com.viber.voip (10)=152, com.google (3)=233, com.osp.app.signin (6)=4, com.facebook.messenger (9)=62, vnd.sec.contact.sim (2)=2, com.samsung.android.coreapps (7)=6}) accounts deleted({}) calls([logtype:100 cnt:349, logtype:300 cnt:3]) countryIso(GR) userId(0) ]
06-20 21:08:34.723 28133 28191 D ContactsProvider_EventLog: contents_sample_state: [ agr({[3 ,10 ,6]=1, [3 ,10 ,7]=1, [3 ,10 ,6 ,9]=2, [3]=83, [3 ,10 ,9]=57, [3 ,7 ,10 ,9]=2, [3 ,7 ,10]=2, [3 ,7 ,10 ,6 ,9]=1, [2 ,10]=2, [3 ,10]=84}) ]
06-20 21:08:34.723 28133 28191 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(28133)=1}) ]
06-20 21:08:34.723 28133 28191 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({}) ]
06-20 21:08:34.723 28133 28191 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(11) accounts({vnd.sec.contact.phone (1)=1}) ]
06-20 21:08:34.725 28133 28191 E ContactsProvider_EventLog: Flush buffer to file cnt : 1 size : 1Kb duration : 2ms lastUpdatedAfter : 473111 ms mFlush_time_threasold : 2000 mCurrentSize : 788
06-20 21:08:34.727 4808 4817 I zygote64: Background concurrent copying GC freed 183553(8MB) AllocSpace objects, 74(1528KB) LOS objects, 26% free, 67MB/91MB, paused 293us total 210.327ms
06-20 21:08:34.893 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:08:34.893 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:08:40.061 4808 4969 D SamsungAlarmManager: Expired : 65540
06-20 21:08:40.062 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:40.062 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:40.062 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:40.062 4808 4969 D SamsungAlarmManager: setInexact Intent (T:1/F:0/AC:false) 20180620T210945 - CU:1000/CP:4808
06-20 21:08:40.062 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211054, SetElapsed=362997839, nowELAPSED=362863179
06-20 21:08:40.062 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T210900, SetElapsed=362883117, nowELAPSED=362863179
06-20 21:08:40.063 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=com.google.android.location.reporting.collectors.ULR_BAROMETER_READ_ALARM alarm=Alarm{3c174be type 1 when 1529518065559 com.google.android.gms}
06-20 21:08:40.066 4808 5018 I SensorService: createSensorEventConnection package name awia
06-20 21:08:40.067 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:08:40.068 4808 6275 D SensorService: Calling batch handle==8 flags=0 rate=100000000 timeout== 0
06-20 21:08:40.068 4267 4267 I Sensors : batch - pressure_sensor try to batching with 100000000
06-20 21:08:40.069 4267 4267 I Sensors : PressureSensor old sensor_state 16384, new sensor_state : 17179885600 en : 1
06-20 21:08:40.070 4808 10122 D SSRM:d : SIOP:: AP = 380, PST = 383 (W:15), BAT = 374, USB = 351, CHG = 472, CP = 366, WF = 375, WFPst = 380 (W:15)
06-20 21:08:40.071 4808 4969 V SamsungAlarmManager: Sending to uid : 10025 action=KeepaliveManager.ACTION_INEXACT_ALARM.PreloadedFBNS.com.facebook.services alarm=Alarm{aab446c type 2 when 362816721 com.facebook.services}
06-20 21:08:40.071 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=null alarm=Alarm{14d3a35 type 3 when 362824814 com.google.android.gms}
06-20 21:08:40.071 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=com.google.android.location.ALARM_WAKEUP_SENSOR_UPLOADER alarm=Alarm{f9c1eca type 2 when 362828105 com.google.android.gms}
06-20 21:08:40.076 6194 6194 D SensorManager: registerListener :: 8, LPS22H Barometer Sensor, 0, 0,
06-20 21:08:40.077 4808 4969 V SamsungAlarmManager: Sending to uid : 10576 action=null alarm=Alarm{53e3b58 type 0 when 1529518119534 com.resilio.sync}
06-20 21:08:40.078 4808 4969 V SamsungAlarmManager: Sending to uid : 1000 action=com.android.server.LightsService.action.UPDATE_SVC_LED alarm=Alarm{fa444b1 type 3 when 362768796 android}
06-20 21:08:40.081 4808 10122 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 4808 / 1000 / 10122
06-20 21:08:40.081 4808 6275 D SamsungAlarmManager: setExact Intent (T:2/F:4/AC:false) 20180620T213110 - CU:10025/CP:18926
06-20 21:08:40.081 4808 5018 D SensorService: Calling activate off 8
06-20 21:08:40.082 4267 4267 I Sensors : PressureSensor old sensor_state 16416, new sensor_state : 17179885568 en : 0
06-20 21:08:40.083 4808 5645 D ConnectivityService: filterNetworkStateForUid() uid: 10025 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:08:40.086 4808 5645 D SamsungAlarmManager: setExact Intent (T:2/F:5/AC:false) 20180620T210939 - CU:10025/CP:18926
06-20 21:08:40.086 4808 5645 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T210939, SetElapsed=362922200, nowELAPSED=362863203
06-20 21:08:40.093 6194 6194 D SensorManager: unregisterListener ::
06-20 21:08:40.103 4808 6275 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20180620T230840 - CU:10034/CP:6194
06-20 21:08:40.108 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:08:40.108 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:08:40.108 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:08:40.108 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:08:40.108 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:08:40.108 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:08:40.108 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:08:40.108 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:08:40.108 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:08:40.112 17493 17493 D RSync_StartCoreReceiver: onReceive
06-20 21:08:40.112 17493 17493 D RSync_StartCoreReceiver: onReceive
06-20 21:08:40.112 17493 17493 D NotificationCenter: post event id = 63 args { empty }
06-20 21:08:40.112 17493 17493 D RSync_Core: [startCoreCheckDownloadsTimer] Tick force=false
06-20 21:08:40.112 17493 17493 D RSync_Core: [startCoreCheckDownloadsTimer] Tick force=false
06-20 21:08:40.113 6194 26086 I vgd : 35-GetDeviceDataUploadOptInStatusOperation -- metadata{ service_id: 0 }
06-20 21:08:40.113 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:08:40.113 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:08:40.114 4808 10122 D AudioService: active stream is 0x0
06-20 21:08:40.119 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:08:40.119 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:08:40.119 4808 10122 D AudioService: active stream is 0x0
06-20 21:08:40.119 4808 10122 D AudioService: GetAppDevice, uid=1000
06-20 21:08:40.119 4808 10122 D AudioService: getStreamVolume 3 index 150
06-20 21:08:40.120 4808 6275 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:08:40.121 4808 5018 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20180620T210940 - CU:10034/CP:6194
06-20 21:08:40.121 17493 17493 V RSync_Core: [startCoreCheckDownloadsTimer] trying to start core...
06-20 21:08:40.121 17493 17493 D RSync_Core: [cancelWakeUpAlarm] alarm cancelled
06-20 21:08:40.123 4808 6275 D SamsungAlarmManager: Cancel Alarm calling from uid:10576 pid :17493 / op:PendingIntent{358380f: PendingIntentRecord{28aa945 com.resilio.sync broadcastIntent}}
06-20 21:08:40.121 17493 17493 D RSync_Core: [cancelWakeUpAlarm] alarm cancelled
06-20 21:08:40.123 17493 17493 D RSync_PreferencesManager: [isBatteryEnabled] charging=true, batterySaver=false, batteryPercent=45, listenBatteryValue=15
06-20 21:08:40.124 4808 5018 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI_P2P[] - WIFI_P2P, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:40.124 4808 5018 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: VPN[] - VPN, state: CONNECTED/CONNECTED, reason: agentConnect, extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:40.125 4808 6275 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:08:40.128 17493 17493 D RSync_Core: Wake lock is acquired
06-20 21:08:40.128 17493 17493 D RSync_Core: Wake lock is acquired
06-20 21:08:40.128 17493 17493 D RSync_Core: [CoreService#unsuspend] unsuspend core
06-20 21:08:40.128 17493 17493 D RSync_Core: [CoreService#unsuspend] unsuspend core
06-20 21:08:40.128 17493 17493 D NotificationCenter: post event id = 10 args {[1]: CoreStatus{isCoreStarting=false, isCoreStarted=true, isCoreStopping=false, isSuspended=false} }
06-20 21:08:40.130 17493 17493 W Notification: Use of stream types is deprecated for operations other than volume control
06-20 21:08:40.130 17493 17493 W Notification: See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
06-20 21:08:40.136 17493 17493 D Notification: allPendingIntents
06-20 21:08:40.137 4808 6275 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.resilio.sync,userId = 0
06-20 21:08:40.137 4808 6275 D API test: getContainerInfo: value is
06-20 21:08:40.137 4808 6275 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.resilio.sync,userId = 0
06-20 21:08:40.137 4808 6275 D API test: getContainerInfo: value is
06-20 21:08:40.138 17493 17493 W Notification: Use of stream types is deprecated for operations other than volume control
06-20 21:08:40.138 17493 17493 W Notification: See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
06-20 21:08:40.126 4808 6275 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:08:40.138 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:08:40.138 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.resilio.sync user=UserHandle{0} id=3586 tag=null key=0|com.resilio.sync|3586|null|10576: Notification(channel=null pri=-2 contentView=null vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 category=service actions=2 number=0 vis=PUBLIC semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:08:40.138 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:08:40.138 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:08:40.140 17493 17493 D Notification: allPendingIntents
06-20 21:08:40.141 4808 6275 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.resilio.sync,userId = 0
06-20 21:08:40.141 4808 6275 D API test: getContainerInfo: value is
06-20 21:08:40.141 4808 6275 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.resilio.sync,userId = 0
06-20 21:08:40.141 4808 6275 D API test: getContainerInfo: value is
06-20 21:08:40.142 4808 5018 D Notification: allPendingIntents
06-20 21:08:40.142 4808 6745 D Notification: allPendingIntents
06-20 21:08:40.142 4808 5645 D Notification: allPendingIntents
06-20 21:08:40.142 17493 17493 D RSync_PreferencesManager: [isBatteryEnabled] charging=true, batterySaver=false, batteryPercent=45, listenBatteryValue=15
06-20 21:08:40.143 4808 5645 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:08:40.146 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:08:40.146 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.resilio.sync user=UserHandle{0} id=3586 tag=null key=0|com.resilio.sync|3586|null|10576: Notification(channel=null pri=-2 contentView=null vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 category=service actions=2 number=0 vis=PUBLIC semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:08:40.146 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:08:40.146 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:08:40.147 4808 6745 D Notification: allPendingIntents
06-20 21:08:40.148 4808 5018 D Notification: allPendingIntents
06-20 21:08:40.149 4808 6275 D Notification: allPendingIntents
06-20 21:08:40.150 4808 6745 D Notification: allPendingIntents
06-20 21:08:40.151 4808 6745 D Notification: allPendingIntents
06-20 21:08:40.152 4808 5645 D Notification: allPendingIntents
06-20 21:08:40.153 4808 6745 D Notification: allPendingIntents
06-20 21:08:40.153 4808 5645 D Notification: allPendingIntents
06-20 21:08:40.154 4808 6275 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:08:40.154 4808 6275 D BatteryService: level:45, scale:100, status:2, health:2, present:true, voltage: 4090, temperature: 375, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1579000
06-20 21:08:40.154 4808 6275 D BatteryService: online:6, current avg:2002, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2434
06-20 21:08:40.154 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI_P2P[] - WIFI_P2P, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:40.155 4808 6275 D BatteryService: stay LED for charging
06-20 21:08:40.155 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:08:40.155 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: VPN[] - VPN, state: CONNECTED/CONNECTED, reason: agentConnect, extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:40.155 4808 4808 I MotionRecognitionService: Plugged
06-20 21:08:40.156 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:08:40.156 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:08:40.156 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 45, battStatus :: 2
06-20 21:08:40.156 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:08:40.157 4808 5018 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:08:40.158 17493 17493 D RSync_Core: [updateNetwork] isEnable=true allow=true conn=true, ipAddr=192.168.1.9, info=[type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:08:40.159 17493 17493 D NotificationCenter: post event id = 55 args {[1]: NetworkParams{ipAddress='192.168.1.9', type=1, connectivity=true} }
06-20 21:08:40.159 17493 17493 D RSync_Core: [cancelDownCoreAlarm] alarm cancelled
06-20 21:08:40.160 4808 5645 D SamsungAlarmManager: Cancel Alarm calling from uid:10576 pid :17493 / op:PendingIntent{83ea09c: PendingIntentRecord{955ad5c com.resilio.sync broadcastIntent}}
06-20 21:08:40.159 17493 17493 D RSync_Core: [cancelDownCoreAlarm] alarm cancelled
06-20 21:08:40.160 17493 17493 V RSync_Core: [getAdaptiveCoreShutdownInterval] 92000
06-20 21:08:40.161 4808 5645 D Notification: allPendingIntents
06-20 21:08:40.163 744 744 D Notification: allPendingIntents
06-20 21:08:40.163 17493 17493 D RSync_Core: [setDownCoreAlarm] (interval = 92000) alarm sets first time at 21:10:12:160
06-20 21:08:40.163 17493 17493 D RSync_Core: [setDownCoreAlarm] (interval = 92000) alarm sets first time at 21:10:12:160
06-20 21:08:40.164 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:08:40.164 4808 4841 D API test: getContainerInfo: value is
06-20 21:08:40.164 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:08:40.164 4808 4841 D API test: getContainerInfo: value is
06-20 21:08:40.165 4808 5645 D SamsungAlarmManager: setExact Intent (T:0/F:1/AC:false) 20180620T211012 - CU:10576/CP:17493
06-20 21:08:40.165 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:08:40.165 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:08:40.165 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:08:40.165 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:08:40.166 17493 17493 D NotificationCenter: post event id = 15 args { empty }
06-20 21:08:40.168 4808 6275 D Notification: allPendingIntents
06-20 21:08:40.169 4808 5018 D Notification: allPendingIntents
06-20 21:08:40.170 4808 6745 D Notification: allPendingIntents
06-20 21:08:40.170 4808 5645 D Notification: allPendingIntents
06-20 21:08:40.171 4808 4808 D PowerManagerUtil: fileWriteString to /sys/power/wake_lock, LightsService
06-20 21:08:40.171 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:08:40.171 4808 6463 D Notification: allPendingIntents
06-20 21:08:40.171 4808 4808 D LightsService: [api] onReceive : SvcLEDReceiver re-enables LightSenor and sends MSG_FORCEDSVCLEDTASK
06-20 21:08:40.171 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=45, mBatteryStatus=2
06-20 21:08:40.171 4808 4808 I SensorService: createSensorEventConnection package name com.android.server.lights.LightsService
06-20 21:08:40.171 4808 4808 D SensorService: Calling batch handle==10 flags=0 rate=200000000 timeout== 0
06-20 21:08:40.172 4267 4267 I Sensors : batch - light_sensor try to batching with 200000000
06-20 21:08:40.172 4808 5645 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2821057740, maxLowBytes : 524288000
06-20 21:08:40.172 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:08:40.172 4267 4267 I Sensors : LightSensor old sensor_state 16384, new sensor_state : 17179886080 en : 1
06-20 21:08:40.173 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:08:40.173 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3766000 mChargingTime : 3751000
06-20 21:08:40.173 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:08:40.174 5294 5294 D Notification: allPendingIntents
06-20 21:08:40.175 4808 5645 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:08:40.175 4808 5645 D API test: getContainerInfo: value is
06-20 21:08:40.175 4808 5645 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:08:40.175 4808 5645 D API test: getContainerInfo: value is
06-20 21:08:40.178 4808 4808 D SensorManager: registerListener :: 10, TMD4906 lux Sensor, 200000, 0,
06-20 21:08:40.179 4401 4401 E audit : type=1400 audit(1529518120.174:56239): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:40.179 4401 4401 E audit : type=1300 audit(1529518120.174:56239): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:40.179 4401 4401 E audit : type=1327 audit(1529518120.174:56239): proctitle="com.resilio.sync"
06-20 21:08:40.179 4808 5018 D Notification: allPendingIntents
06-20 21:08:40.180 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:08:40.181 4808 5018 D Notification: allPendingIntents
06-20 21:08:40.182 4808 6275 D Notification: allPendingIntents
06-20 21:08:40.183 4808 5018 D Notification: allPendingIntents
06-20 21:08:40.184 4808 6275 D Notification: allPendingIntents
06-20 21:08:40.185 4808 5018 D Notification: allPendingIntents
06-20 21:08:40.186 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:08:40.186 4808 5018 D Notification: allPendingIntents
06-20 21:08:40.190 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:08:40.222 4808 5018 D SamsungAlarmManager: Cancel Alarm calling from uid:10025 pid :18926 / op:PendingIntent{ce1ce7a: PendingIntentRecord{2bd3e44 com.facebook.services broadcastIntent}}
06-20 21:08:40.223 4808 5018 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211012, SetElapsed=362955277, nowELAPSED=362863340
06-20 21:08:40.224 5294 5294 D swipe : !isFreemformEnabled
06-20 21:08:40.229 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:08:40.246 5294 5294 D swipe : !isFreemformEnabled
06-20 21:08:40.264 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:08:40.443 4808 4858 D LightsService: [SvcLED] onSensorChanged::light value = 37
06-20 21:08:40.443 4808 4858 D SensorService: Calling activate off 10
06-20 21:08:40.443 4267 4267 I Sensors : LightSensor old sensor_state 16896, new sensor_state : 17179885568 en : 0
06-20 21:08:40.449 4808 4858 D SensorManager: unregisterListener ::
06-20 21:08:40.449 4808 4858 D LightsService: [SvcLED] setSvcLedLightLocked :: Current SvcLED(id=3) maintains its priority right
06-20 21:08:40.449 4808 4858 D PowerManagerUtil: fileWriteString to /sys/power/wake_unlock, LightsService
06-20 21:08:40.450 4808 4858 D SamsungAlarmManager: Cancel Alarm calling from uid:1000 pid :4808 / op:PendingIntent{cedf61: PendingIntentRecord{62ada86 android broadcastIntent}}
06-20 21:08:40.452 4808 4858 D SamsungAlarmManager: setInexact Intent (T:3/F:8/AC:false) 20180620T211840 - CU:1000/CP:4808
06-20 21:08:40.542 4401 4401 E audit : type=1400 audit(1529518120.538:56240): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:40.543 4401 4401 E audit : type=1300 audit(1529518120.538:56240): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:40.543 4401 4401 E audit : type=1327 audit(1529518120.538:56240): proctitle="com.resilio.sync"
06-20 21:08:40.822 4808 6463 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2821057740, maxLowBytes : 524288000
06-20 21:08:40.828 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=45, scale=100
06-20 21:08:40.829 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 45 | 100 }
06-20 21:08:41.062 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:41.063 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:41.063 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:41.163 26002 26016 I zygote64: Waiting for a blocking GC ProfileSaver
06-20 21:08:41.193 26002 26016 I zygote64: WaitForGcToComplete blocked for 29.443ms for cause ProfileSaver
06-20 21:08:41.571 4401 4401 E audit : type=1400 audit(1529518121.566:56241): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:41.571 4401 4401 E audit : type=1300 audit(1529518121.566:56241): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:41.571 4401 4401 E audit : type=1327 audit(1529518121.566:56241): proctitle="com.resilio.sync"
06-20 21:08:40.827 4808 6463 I chatty : uid=1000(system) Binder:4808_12 identical 3 lines
06-20 21:08:40.828 4808 6463 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2821057740, maxLowBytes : 524288000
06-20 21:08:41.749 6068 6068 D io_stats: !@ 8,0 r 8145284 471105652 w 4225633 77232092 d 382225 34802604 f 1064742 1082477 iot 4379564 3599983 th 307200 0 0 pt 0 inp 0 0 193793.251
06-20 21:08:41.750 6068 6068 D io_stats: !@ 179,0 r 430324 111499116 w 5619 1507087 d 0 0 f 0 0 iot 2299888 2298264 th 307200 46724 29388 pt 147912 inp 0 0 193793.253
06-20 21:08:42.063 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:42.063 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:42.063 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:42.575 4401 4401 E audit : type=1400 audit(1529518122.570:56242): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:42.575 4401 4401 E audit : type=1300 audit(1529518122.570:56242): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:42.575 4401 4401 E audit : type=1327 audit(1529518122.570:56242): proctitle="com.resilio.sync"
06-20 21:08:43.063 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:43.063 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:43.063 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:43.575 4401 4401 E audit : type=1400 audit(1529518123.570:56243): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:43.575 4401 4401 E audit : type=1300 audit(1529518123.570:56243): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:43.576 4401 4401 E audit : type=1327 audit(1529518123.570:56243): proctitle="com.resilio.sync"
06-20 21:08:44.063 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:44.063 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:44.064 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:44.576 4401 4401 E audit : type=1400 audit(1529518124.570:56244): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:44.576 4401 4401 E audit : type=1300 audit(1529518124.570:56244): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:44.576 4401 4401 E audit : type=1327 audit(1529518124.570:56244): proctitle="com.resilio.sync"
06-20 21:08:45.064 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:45.064 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:45.064 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:45.577 4401 4401 E audit : type=1400 audit(1529518125.574:56245): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:45.577 4401 4401 E audit : type=1300 audit(1529518125.574:56245): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:45.577 4401 4401 E audit : type=1327 audit(1529518125.574:56245): proctitle="com.resilio.sync"
06-20 21:08:46.064 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:46.064 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:46.064 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:46.578 4401 4401 E audit : type=1400 audit(1529518126.574:56246): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:46.578 4401 4401 E audit : type=1300 audit(1529518126.574:56246): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:46.578 4401 4401 E audit : type=1327 audit(1529518126.574:56246): proctitle="com.resilio.sync"
06-20 21:08:46.752 6068 6068 D io_stats: !@ 8,0 r 8145286 471105660 w 4225671 77232408 d 382226 34802608 f 1064743 1082478 iot 4379568 3599986 th 307200 0 0 pt 0 inp 0 0 193798.255
06-20 21:08:46.899 17493 17539 D RSync_PreferencesManager: [isBatteryEnabled] charging=true, batterySaver=false, batteryPercent=45, listenBatteryValue=15
06-20 21:08:46.900 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI_P2P[] - WIFI_P2P, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:46.900 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: VPN[] - VPN, state: CONNECTED/CONNECTED, reason: agentConnect, extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:46.901 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:08:46.902 17493 17539 D RSync_Core: [doubleCheck] traffic: true
06-20 21:08:47.064 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:47.064 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:47.065 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:47.579 4401 4401 E audit : type=1400 audit(1529518127.578:56247): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:47.579 4401 4401 E audit : type=1300 audit(1529518127.578:56247): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:47.579 4401 4401 E audit : type=1327 audit(1529518127.578:56247): proctitle="com.resilio.sync"
06-20 21:08:48.065 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:48.065 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:48.065 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:46.901 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:08:48.412 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:08:48.420 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:08:48.421 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:08:48.421 4808 10122 D AudioService: active stream is 0x0
06-20 21:08:48.421 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:08:48.421 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:08:48.421 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:08:48.422 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:48.447 4808 10122 D SSRM:e : ATC: power = AP_CP = 452, Display = 0(Panel:0, LDIs:0), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
06-20 21:08:48.447 4808 10122 D SSRM:e : ATC: current = AP_CP = 113, Display = 0, WIFI = 0, SPK = 4,RCV = 4, Camera = 0, PAM = 0
06-20 21:08:48.448 4808 10122 D SSRM:e : ATC: Ambient Temperature = 32.47, Skin temperature = F_AP[35.00], F_RF[34.90], B_AP[34.80], B_RF[34.80], B_WIFI[34.40], B_SPK[34.50]
06-20 21:08:48.579 4401 4401 E audit : type=1400 audit(1529518128.574:56248): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:48.580 4401 4401 E audit : type=1300 audit(1529518128.574:56248): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:48.580 4401 4401 E audit : type=1327 audit(1529518128.574:56248): proctitle="com.resilio.sync"
06-20 21:08:49.065 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:49.065 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:49.065 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:49.580 4401 4401 E audit : type=1400 audit(1529518129.574:56249): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:49.580 4401 4401 E audit : type=1300 audit(1529518129.574:56249): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:49.580 4401 4401 E audit : type=1327 audit(1529518129.574:56249): proctitle="com.resilio.sync"
06-20 21:08:50.065 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:50.065 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:50.066 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:50.132 4808 10122 D SSRM:d : SIOP:: AP = 380, PST = 383 (W:15), BAT = 375, USB = 349, CHG = 439, CP = 366, WF = 375, WFPst = 380 (W:15)
06-20 21:08:50.323 4808 6463 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:08:50.323 4808 6463 D BatteryService: level:45, scale:100, status:2, health:2, present:true, voltage: 4007, temperature: 375, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1584000
06-20 21:08:50.323 4808 6463 D BatteryService: online:6, current avg:1689, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1459
06-20 21:08:50.323 4808 6463 D BatteryService: stay LED for charging
06-20 21:08:50.323 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:08:50.324 4808 4808 I MotionRecognitionService: Plugged
06-20 21:08:50.325 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:08:50.325 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:08:50.325 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 45, battStatus :: 2
06-20 21:08:50.325 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:08:50.326 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:08:50.327 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=45, mBatteryStatus=2
06-20 21:08:50.327 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=45, scale=100
06-20 21:08:50.328 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 45 | 100 }
06-20 21:08:50.329 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:08:50.330 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3751000 mChargingTime : 3748000
06-20 21:08:50.330 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:08:50.331 5294 5294 D Notification: allPendingIntents
06-20 21:08:50.332 744 744 D Notification: allPendingIntents
06-20 21:08:50.333 4808 6463 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:08:50.333 4808 6463 D API test: getContainerInfo: value is
06-20 21:08:50.333 4808 6463 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:08:50.333 4808 6463 D API test: getContainerInfo: value is
06-20 21:08:50.333 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:08:50.334 4808 4841 D API test: getContainerInfo: value is
06-20 21:08:50.334 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:08:50.334 4808 4841 D API test: getContainerInfo: value is
06-20 21:08:50.334 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:08:50.337 4808 6463 D Notification: allPendingIntents
06-20 21:08:50.338 4808 5018 D Notification: allPendingIntents
06-20 21:08:50.340 4808 5018 D Notification: allPendingIntents
06-20 21:08:50.340 4808 6463 D Notification: allPendingIntents
06-20 21:08:50.342 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:08:50.342 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:08:50.342 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:08:50.342 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:08:50.346 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:08:50.342 4808 6463 I chatty : uid=1000(system) Binder:4808_12 identical 2 lines
06-20 21:08:50.347 4808 6463 D Notification: allPendingIntents
06-20 21:08:50.347 4808 6275 D Notification: allPendingIntents
06-20 21:08:50.348 4808 6463 D Notification: allPendingIntents
06-20 21:08:50.351 4808 6745 D Notification: allPendingIntents
06-20 21:08:50.351 4808 5018 D Notification: allPendingIntents
06-20 21:08:50.351 4808 6275 D Notification: allPendingIntents
06-20 21:08:50.359 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:08:50.360 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:08:50.365 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:08:50.375 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:08:50.382 24957 24968 I chatty : uid=10056(u0_a56) Binder:24957_1 identical 2 lines
06-20 21:08:50.385 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:08:50.406 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:08:50.424 5294 5294 D swipe : !isFreemformEnabled
06-20 21:08:50.442 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:08:50.584 4401 4401 E audit : type=1400 audit(1529518130.582:56250): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:50.584 4401 4401 E audit : type=1300 audit(1529518130.582:56250): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:50.584 4401 4401 E audit : type=1327 audit(1529518130.582:56250): proctitle="com.resilio.sync"
06-20 21:08:51.066 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:51.066 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:51.066 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:51.584 4401 4401 E audit : type=1400 audit(1529518131.578:56251): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:51.585 4401 4401 E audit : type=1300 audit(1529518131.578:56251): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:51.585 4401 4401 E audit : type=1327 audit(1529518131.578:56251): proctitle="com.resilio.sync"
06-20 21:08:51.756 6068 6068 D io_stats: !@ 8,0 r 8145311 471105816 w 4225717 77232824 d 382229 34802636 f 1064755 1082491 iot 4379604 3600005 th 307200 0 0 pt 0 inp 0 0 193803.258
06-20 21:08:52.066 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:52.066 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:52.066 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:52.585 4401 4401 E audit : type=1400 audit(1529518132.582:56252): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:52.585 4401 4401 E audit : type=1300 audit(1529518132.582:56252): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:52.585 4401 4401 E audit : type=1327 audit(1529518132.582:56252): proctitle="com.resilio.sync"
06-20 21:08:53.066 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:53.066 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:53.067 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:53.586 4401 4401 E audit : type=1400 audit(1529518133.582:56253): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:53.586 4401 4401 E audit : type=1300 audit(1529518133.582:56253): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:53.586 4401 4401 E audit : type=1327 audit(1529518133.582:56253): proctitle="com.resilio.sync"
06-20 21:08:54.067 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:54.067 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:54.067 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:54.587 4401 4401 E audit : type=1400 audit(1529518134.586:56254): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:54.587 4401 4401 E audit : type=1300 audit(1529518134.586:56254): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:54.587 4401 4401 E audit : type=1327 audit(1529518134.586:56254): proctitle="com.resilio.sync"
06-20 21:08:55.067 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:55.067 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:55.067 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:55.588 4401 4401 E audit : type=1400 audit(1529518135.582:56255): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:55.588 4401 4401 E audit : type=1300 audit(1529518135.582:56255): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:55.588 4401 4401 E audit : type=1327 audit(1529518135.582:56255): proctitle="com.resilio.sync"
06-20 21:08:56.067 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:56.067 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:56.067 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:56.588 4401 4401 E audit : type=1400 audit(1529518136.582:56256): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:56.588 4401 4401 E audit : type=1300 audit(1529518136.582:56256): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:56.589 4401 4401 E audit : type=1327 audit(1529518136.582:56256): proctitle="com.resilio.sync"
06-20 21:08:56.759 6068 6068 D io_stats: !@ 8,0 r 8145311 471105816 w 4225725 77232944 d 382230 34802648 f 1064756 1082492 iot 4379604 3600007 th 307200 0 0 pt 0 inp 0 0 193808.261
06-20 21:08:57.068 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:57.068 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:57.068 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:57.589 4401 4401 E audit : type=1400 audit(1529518137.586:56257): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:57.589 4401 4401 E audit : type=1300 audit(1529518137.586:56257): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:57.589 4401 4401 E audit : type=1327 audit(1529518137.586:56257): proctitle="com.resilio.sync"
06-20 21:08:58.068 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:58.068 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:58.068 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:08:58.453 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:08:58.458 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:08:58.458 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:08:58.458 4808 10122 D AudioService: active stream is 0x0
06-20 21:08:58.459 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:08:58.459 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:08:58.459 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:08:58.460 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:08:58.481 4808 10122 D SSRM:e : ATC: power = AP_CP = 408, Display = 0(Panel:0, LDIs:0), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
06-20 21:08:58.481 4808 10122 D SSRM:e : ATC: current = AP_CP = 102, Display = 0, WIFI = 0, SPK = 4,RCV = 4, Camera = 0, PAM = 0
06-20 21:08:58.482 4808 10122 D SSRM:e : ATC: Ambient Temperature = 32.29, Skin temperature = F_AP[34.90], F_RF[34.70], B_AP[34.60], B_RF[34.60], B_WIFI[34.20], B_SPK[34.30]
06-20 21:08:58.584 4808 4976 D SensorHubManager: onGetSensorHubDataLocked: library(226) = 1, 1, 44, 1, 1, 18, 3, -44, 111, -72, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, 115, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -123, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, 115, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, 119, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, 102, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, 109, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -128, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -103, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -102, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -106, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -109, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -104, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -101, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -101, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -101, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -102, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -104, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -109
06-20 21:08:58.584 4808 4977 I CAE : sendCmdToSensorHub(SensorHubCommManager.java:158) - -63, 14, 18, 8, 58,
06-20 21:08:58.585 4808 4978 D SensorService: setSContextDataLocked ints length 3 , byte length 5
06-20 21:08:58.585 4267 4267 D Sensors : poll_inject_sensor_data
06-20 21:08:58.585 4267 4267 D Sensors : c1 0e 12 08 3a
06-20 21:08:58.585 4267 4267 E Sensors : inject_scontext_data: New ssp_data_injection_fd(31)
06-20 21:08:58.590 4401 4401 E audit : type=1400 audit(1529518138.586:56258): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:08:58.590 4401 4401 E audit : type=1300 audit(1529518138.586:56258): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:08:58.590 4401 4401 E audit : type=1327 audit(1529518138.586:56258): proctitle="com.resilio.sync"
06-20 21:08:58.590 4267 4267 D Sensors : SContext Data Injection return 5
06-20 21:08:58.591 4808 4977 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :226], AP_SLEEP
06-20 21:08:58.591 4808 4977 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 226
06-20 21:08:58.591 4808 4977 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 44, 1, 1, 18, 3, -44, 111, -72, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, 115, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -123, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, 115, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, 119, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, 102, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, 109, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -128, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -103, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -102, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -106, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -109, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -104, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -101, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -101, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -101, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -102, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -104, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -109,
06-20 21:08:58.592 4808 4977 I CAE : parse(SLMonitorRunner.java:301) - parse:4
06-20 21:08:58.592 4808 4977 D CAE : parse(SLMonitorRunner.java:323) - dataSize:18
06-20 21:08:58.592 4808 4977 D CAE : display(SLMonitorRunner.java:604) - ================= STEP_LEVEL_MONITOR =================
06-20 21:08:58.593 4808 4977 I CAE : display(SLMonitorRunner.java:721) - DT=[1], DC=[18], TS=[1529517053880], ST=[SE,SE,SE,SE,SE,SE,SE,SE,SE,SE,SE,SE,SE,SE,SE,SE,SE,SE], SC=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], DI=[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0], CA=[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0], DU=[60019,60037,60019,60023,60006,60013,60032,60057,60058,60054,60051,60056,60059,60059,60059,60058,60056,60051]
06-20 21:08:58.593 4808 4981 D SemContextService: Service.updateContext() : service = Step Level Monitor
06-20 21:08:58.595 9133 9476 I Sensor[0x06]: [0x01] 33
06-20 21:08:58.596 9133 9476 I Sensor[0x04]: [0x01] 1529517053880[0x02] 0[0x03] 2[0x04] 60019
06-20 21:08:58.596 9133 9476 I Sensor[0x04]: [0x01] 1529517113899[0x02] 0[0x03] 2[0x04] 60037
06-20 21:08:58.596 9133 9476 I Sensor[0x04]: [0x01] 1529517173936[0x02] 0[0x03] 2[0x04] 60019
06-20 21:08:58.596 9133 9476 I Sensor[0x04]: [0x01] 1529517233955[0x02] 0[0x03] 2[0x04] 60023
06-20 21:08:58.596 9133 9476 I Sensor[0x04]: [0x01] 1529517293978[0x02] 0[0x03] 2[0x04] 60006
06-20 21:08:58.596 9133 9476 I Sensor[0x04]: [0x01] 1529517353984[0x02] 0[0x03] 2[0x04] 60013
06-20 21:08:58.596 9133 9476 I Sensor[0x04]: [0x01] 1529517413997[0x02] 0[0x03] 2[0x04] 60032
06-20 21:08:58.596 9133 9476 I Sensor[0x04]: [0x01] 1529517474029[0x02] 0[0x03] 2[0x04] 60057
06-20 21:08:58.596 9133 9476 I Sensor[0x04]: [0x01] 1529517534086[0x02] 0[0x03] 2[0x04] 60058
06-20 21:08:58.596 9133 9476 I Sensor[0x04]: [0x01] 1529517594144[0x02] 0[0x03] 2[0x04] 60054
06-20 21:08:58.596 9133 9476 I Sensor[0x04]: [0x01] 1529517654198[0x02] 0[0x03] 2[0x04] 60051
06-20 21:08:58.596 9133 9476 I Sensor[0x04]: [0x01] 1529517714249[0x02] 0[0x03] 2[0x04] 60056
06-20 21:08:58.596 9133 9476 I Sensor[0x04]: [0x01] 1529517774305[0x02] 0[0x03] 2[0x04] 60059
06-20 21:08:58.596 9133 9476 I Sensor[0x04]: [0x01] 1529517834364[0x02] 0[0x03] 2[0x04] 60059
06-20 21:08:58.596 9133 9476 I Sensor[0x04]: [0x01] 1529517894423[0x02] 0[0x03] 2[0x04] 60059
06-20 21:08:58.596 9133 9476 I Sensor[0x04]: [0x01] 1529517954482[0x02] 0[0x03] 2[0x04] 60058
06-20 21:08:58.596 9133 9476 I Sensor[0x04]: [0x01] 1529518014540[0x02] 0[0x03] 2[0x04] 60056
06-20 21:08:58.596 9133 9476 I Sensor[0x04]: [0x01] 1529518074596[0x02] 0[0x03] 2[0x04] 60051
06-20 21:08:59.068 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:08:59.068 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:08:59.069 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:00.000 4808 4969 D SamsungAlarmManager: Expired : 8
06-20 21:09:00.000 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T210900, SetElapsed=362883234, nowELAPSED=362883117
06-20 21:09:00.069 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:00.069 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:00.069 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:00.091 4401 4401 E audit : type=1400 audit(1529518140.086:56259): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:00.091 4401 4401 E audit : type=1300 audit(1529518140.086:56259): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:00.091 4401 4401 E audit : type=1327 audit(1529518140.086:56259): proctitle="com.resilio.sync"
06-20 21:09:00.117 4808 4969 D SamsungAlarmManager: Expired : 8
06-20 21:09:00.117 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T211011, SetElapsed=362954366, nowELAPSED=362883234
06-20 21:09:00.143 4808 10122 D SSRM:d : SIOP:: AP = 380, PST = 383 (W:15), BAT = 375, USB = 349, CHG = 437, CP = 367, WF = 374, WFPst = 380 (W:15)
06-20 21:09:00.484 4808 5018 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:09:00.484 4808 5018 D BatteryService: level:45, scale:100, status:2, health:2, present:true, voltage: 4006, temperature: 375, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1588000
06-20 21:09:00.484 4808 5018 D BatteryService: online:6, current avg:1559, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1469
06-20 21:09:00.484 4808 5018 D BatteryService: stay LED for charging
06-20 21:09:00.484 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:09:00.485 4808 4808 I MotionRecognitionService: Plugged
06-20 21:09:00.485 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:09:00.485 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:09:00.485 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 45, battStatus :: 2
06-20 21:09:00.485 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:09:00.486 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:09:00.487 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=45, mBatteryStatus=2
06-20 21:09:00.488 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=45, scale=100
06-20 21:09:00.488 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 45 | 100 }
06-20 21:09:00.490 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:09:00.490 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3748000 mChargingTime : 3741000
06-20 21:09:00.490 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:09:00.491 5294 5294 D Notification: allPendingIntents
06-20 21:09:00.493 4808 5018 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:09:00.493 4808 5018 D API test: getContainerInfo: value is
06-20 21:09:00.493 744 744 D Notification: allPendingIntents
06-20 21:09:00.493 4808 5018 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:09:00.493 4808 5018 D API test: getContainerInfo: value is
06-20 21:09:00.494 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:09:00.496 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:09:00.496 4808 4841 D API test: getContainerInfo: value is
06-20 21:09:00.497 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:09:00.497 4808 4841 D API test: getContainerInfo: value is
06-20 21:09:00.497 4808 6463 D Notification: allPendingIntents
06-20 21:09:00.499 4808 6463 I chatty : uid=1000(system) Binder:4808_12 identical 1 line
06-20 21:09:00.500 4808 6463 D Notification: allPendingIntents
06-20 21:09:00.501 4808 5645 D Notification: allPendingIntents
06-20 21:09:00.505 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:09:00.505 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:09:00.505 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:09:00.505 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:09:00.502 4808 5645 I chatty : uid=1000(system) Binder:4808_A identical 1 line
06-20 21:09:00.502 4808 5645 D Notification: allPendingIntents
06-20 21:09:00.509 4808 6463 D Notification: allPendingIntents
06-20 21:09:00.511 4808 6275 D Notification: allPendingIntents
06-20 21:09:00.511 4808 5645 D Notification: allPendingIntents
06-20 21:09:00.512 4808 5645 D Notification: allPendingIntents
06-20 21:09:00.514 4808 6275 D Notification: allPendingIntents
06-20 21:09:00.514 4808 6463 D Notification: allPendingIntents
06-20 21:09:00.525 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:00.564 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:00.582 5294 5294 D swipe : !isFreemformEnabled
06-20 21:09:00.600 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:00.868 25258 25398 W xaj : [go/unknown-location] executesOrExecutesNext
06-20 21:09:00.868 25258 25398 W xaj : xbd: executesOrExecutesNext
06-20 21:09:00.868 25258 25398 W xaj : at xbb.run(Unknown Source:3)
06-20 21:09:00.868 25258 25398 W xaj : at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
06-20 21:09:00.868 25258 25398 W xaj : at java.util.concurrent.FutureTask.run(FutureTask.java:266)
06-20 21:09:00.868 25258 25398 W xaj : at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
06-20 21:09:00.868 25258 25398 W xaj : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-20 21:09:00.868 25258 25398 W xaj : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-20 21:09:00.868 25258 25398 W xaj : at java.lang.Thread.run(Thread.java:764)
06-20 21:09:01.069 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:01.069 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:01.069 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:01.087 23419 23619 D NoSync : Called fdatasync
06-20 21:09:01.093 4401 4401 E audit : type=1400 audit(1529518141.086:56260): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:01.093 4401 4401 E audit : type=1300 audit(1529518141.086:56260): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:01.093 4401 4401 E audit : type=1327 audit(1529518141.086:56260): proctitle="com.resilio.sync"
06-20 21:09:01.093 23419 23614 D NoSync : Called fdatasync
06-20 21:09:01.275 4808 5421 E Watchdog: !@Sync 6458 [2018-06-20 21:09:01.275]
06-20 21:09:01.594 4401 4401 E audit : type=1400 audit(1529518141.590:56261): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:01.594 4401 4401 E audit : type=1300 audit(1529518141.590:56261): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:01.594 4401 4401 E audit : type=1327 audit(1529518141.590:56261): proctitle="com.resilio.sync"
06-20 21:09:01.762 6068 6068 D io_stats: !@ 8,0 r 8145313 471106076 w 4225759 77233260 d 382232 34802664 f 1064767 1082504 iot 4379624 3600018 th 307200 0 0 pt 0 inp 0 0 193813.264
06-20 21:09:02.056 4808 4850 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
06-20 21:09:02.056 4808 4850 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2821057740, maxLowBytes : 524288000
06-20 21:09:02.057 4808 4850 W DeviceStorageMonitorService: updateBroadcasts(/data) oldLevel:0, newLevel:0, seq:1
06-20 21:09:02.057 4808 4850 W DeviceStorageMonitorService: updateBroadcasts_filenode(/data) fn_oldLevel:0, fn_newLevel:0, seq:1
06-20 21:09:02.069 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:02.069 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:02.069 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:02.379 4808 4993 I TLC_TIMA_PKM_initialize: initializing...
06-20 21:09:02.379 4808 4993 I TLC_TIMA_PKM_initialize: root = 0, root_strlen = 1
06-20 21:09:02.379 4808 4993 I TLC_TIMA_PKM_initialize: process = ffffffff00000000000000000000000a, process_strlen = 32
06-20 21:09:02.379 4808 4993 I TZ: mc_tlc_communication: input max_sendmsg_size = 262196
06-20 21:09:02.379 4808 4993 I TZ: mc_tlc_communication: input max_recvmsg_size = 262196
06-20 21:09:02.379 4808 4993 I TZ: mc_tlc_communication: root = 0, root_len = 1
06-20 21:09:02.379 4808 4993 I TZ: mc_tlc_communication: process = ffffffff00000000000000000000000a, process_strlen = 32
06-20 21:09:02.379 4808 4993 I TZ: mc_tlc_communication: aligned max_sendmsg_size = 262208
06-20 21:09:02.379 4808 4993 I TZ: mc_tlc_communication: aligned max_recvmsg_size = 262208
06-20 21:09:02.379 4808 4993 I TZ: mc_tlc_communication: device_id = 0x0
06-20 21:09:02.379 4808 4993 I TZ: mc_tlc_communication: tlc_open() was called
06-20 21:09:02.379 4808 4993 I TZ: mc_tlc_communication: Opening MobiCore device
06-20 21:09:02.380 4808 4993 I TeeSysClient: open mode set to: 0 [hardware/samsung_slsi/exynos9810/mobicore/ClientLib/src/common.cpp:303]
06-20 21:09:02.380 4808 4993 I TZ: mc_tlc_communication: Allocating message buffer for TCI
06-20 21:09:02.380 4808 4993 I TZ: mc_tlc_communication: Opening the session
06-20 21:09:02.406 4808 4993 I TZ: mc_tlc_communication: tlc_open() succeeded
06-20 21:09:02.406 4808 4993 E TLC_TIMA_PKM_initialize: tima_pkm : /system/etc/tima/kern_sec_info1
06-20 21:09:02.411 4808 4993 E TLC_TIMA_PKM_initialize: tima_pkm : /system/etc/tima/kern_sec_info2
06-20 21:09:02.425 4808 4993 E TLC_TIMA_PKM_initialize: tima_pkm : /system/etc/tima/kern_sec_info3
06-20 21:09:02.428 4808 4993 E TLC_TIMA_PKM_initialize: tima_pkm : /system/etc/tima/kern_sec_info4
06-20 21:09:02.432 4808 4993 E TLC_TIMA_PKM_initialize: tima_pkm : /system/etc/tima/kern_sec_info5
06-20 21:09:02.435 4808 4993 E TLC_TIMA_PKM_initialize: tima_pkm : /system/etc/tima/kern_sec_info6
06-20 21:09:02.439 4808 4993 E TLC_TIMA_PKM_initialize: tima_pkm : /system/etc/tima/kern_sec_info7
06-20 21:09:02.443 4808 4993 E TLC_TIMA_PKM_initialize: tima_pkm : /system/etc/tima/kern_sec_info8
06-20 21:09:02.447 4808 4993 I TLC_TIMA_PKM_initialize: Trustlet response is completed
06-20 21:09:02.517 4401 4401 E audit : type=1400 audit(1529518142.514:56262): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:02.517 4401 4401 E audit : type=1300 audit(1529518142.514:56262): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:02.517 4401 4401 E audit : type=1327 audit(1529518142.514:56262): proctitle="com.resilio.sync"
06-20 21:09:03.070 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:03.070 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:03.070 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:04.018 4401 4401 E audit : type=1400 audit(1529518144.014:56263): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:04.019 4401 4401 E audit : type=1300 audit(1529518144.014:56263): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:04.019 4401 4401 E audit : type=1327 audit(1529518144.014:56263): proctitle="com.resilio.sync"
06-20 21:09:04.070 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:04.070 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:04.070 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:05.019 4401 4401 E audit : type=1400 audit(1529518145.014:56264): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:05.019 4401 4401 E audit : type=1300 audit(1529518145.014:56264): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:05.019 4401 4401 E audit : type=1327 audit(1529518145.014:56264): proctitle="com.resilio.sync"
06-20 21:09:05.070 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:05.070 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:05.070 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:05.892 4808 4993 I TLC_TIMA_PKM_measure_kernel: TIMA: response_id = 3
06-20 21:09:05.892 4808 4993 I TLC_TIMA_PKM_measure_kernel: TIMA: response ret = 0, result_ondemand = MSG=Kernel Verification Success;
06-20 21:09:05.892 4808 4993 I TZ: mc_tlc_communication: tlc_close() was called
06-20 21:09:05.892 4808 4993 I TZ: mc_tlc_communication: Closing the session
06-20 21:09:05.894 4808 4993 I TZ: mc_tlc_communication: Freeing message buffer
06-20 21:09:05.895 4808 4993 I TZ: mc_tlc_communication: Closing MobiCore device
06-20 21:09:05.895 4808 4993 I TZ: mc_tlc_communication: tlc_close() succeeded
06-20 21:09:06.020 4401 4401 E audit : type=1400 audit(1529518146.014:56265): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:06.020 4401 4401 E audit : type=1300 audit(1529518146.014:56265): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:06.020 4401 4401 E audit : type=1327 audit(1529518146.014:56265): proctitle="com.resilio.sync"
06-20 21:09:06.071 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:06.071 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:06.071 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:06.765 6068 6068 D io_stats: !@ 8,0 r 8145322 471106920 w 4225769 77233520 d 382235 34802824 f 1064768 1082505 iot 4379636 3600026 th 307200 0 0 pt 0 inp 0 0 193818.267
06-20 21:09:07.021 4401 4401 E audit : type=1400 audit(1529518147.014:56266): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:07.021 4401 4401 E audit : type=1300 audit(1529518147.014:56266): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:07.021 4401 4401 E audit : type=1327 audit(1529518147.014:56266): proctitle="com.resilio.sync"
06-20 21:09:07.071 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:07.071 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:07.071 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:08.021 4401 4401 E audit : type=1400 audit(1529518148.018:56267): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:08.021 4401 4401 E audit : type=1300 audit(1529518148.018:56267): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:08.021 4401 4401 E audit : type=1327 audit(1529518148.018:56267): proctitle="com.resilio.sync"
06-20 21:09:08.071 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:08.071 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:08.071 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:08.493 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:09:08.498 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:09:08.498 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:09:08.498 4808 10122 D AudioService: active stream is 0x0
06-20 21:09:08.498 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:09:08.498 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:09:08.498 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:09:08.499 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:09:08.522 4808 10122 D SSRM:e : ATC: power = AP_CP = 424, Display = 0(Panel:0, LDIs:0), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
06-20 21:09:08.522 4808 10122 D SSRM:e : ATC: current = AP_CP = 106, Display = 0, WIFI = 0, SPK = 4,RCV = 4, Camera = 0, PAM = 0
06-20 21:09:08.523 4808 10122 D SSRM:e : ATC: Ambient Temperature = 32.30, Skin temperature = F_AP[34.90], F_RF[34.70], B_AP[34.70], B_RF[34.60], B_WIFI[34.20], B_SPK[34.30]
06-20 21:09:09.022 4401 4401 E audit : type=1400 audit(1529518149.018:56268): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:09.022 4401 4401 E audit : type=1300 audit(1529518149.018:56268): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:09.022 4401 4401 E audit : type=1327 audit(1529518149.018:56268): proctitle="com.resilio.sync"
06-20 21:09:09.071 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:09.072 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:09.072 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:10.023 4401 4401 E audit : type=1400 audit(1529518150.018:56269): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:10.023 4401 4401 E audit : type=1300 audit(1529518150.018:56269): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:10.023 4401 4401 E audit : type=1327 audit(1529518150.018:56269): proctitle="com.resilio.sync"
06-20 21:09:10.072 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:10.072 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:10.072 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:10.153 4808 10122 D SSRM:d : SIOP:: AP = 380, PST = 382 (W:15), BAT = 375, USB = 349, CHG = 437, CP = 367, WF = 375, WFPst = 379 (W:15)
06-20 21:09:10.523 4401 4401 E audit : type=1400 audit(1529518150.518:56270): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:10.523 4401 4401 E audit : type=1300 audit(1529518150.518:56270): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:10.523 4401 4401 E audit : type=1327 audit(1529518150.518:56270): proctitle="com.resilio.sync"
06-20 21:09:10.651 4808 6275 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:09:10.651 4808 6275 D BatteryService: level:45, scale:100, status:2, health:2, present:true, voltage: 4005, temperature: 375, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1592000
06-20 21:09:10.651 4808 6275 D BatteryService: online:6, current avg:1513, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1485
06-20 21:09:10.651 4808 6275 D BatteryService: stay LED for charging
06-20 21:09:10.651 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:09:10.652 4808 4808 I MotionRecognitionService: Plugged
06-20 21:09:10.652 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:09:10.652 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:09:10.652 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 45, battStatus :: 2
06-20 21:09:10.653 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:09:10.653 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:09:10.654 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=45, mBatteryStatus=2
06-20 21:09:10.655 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=45, scale=100
06-20 21:09:10.655 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 45 | 100 }
06-20 21:09:10.658 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:09:10.658 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3741000 mChargingTime : 3733000
06-20 21:09:10.658 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:09:10.659 5294 5294 D Notification: allPendingIntents
06-20 21:09:10.659 744 744 D Notification: allPendingIntents
06-20 21:09:10.661 4808 6463 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:09:10.661 4808 6463 D API test: getContainerInfo: value is
06-20 21:09:10.661 4808 6463 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:09:10.661 4808 6463 D API test: getContainerInfo: value is
06-20 21:09:10.661 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:09:10.661 4808 4841 D API test: getContainerInfo: value is
06-20 21:09:10.661 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:09:10.661 4808 4841 D API test: getContainerInfo: value is
06-20 21:09:10.662 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:09:10.665 4808 5645 D Notification: allPendingIntents
06-20 21:09:10.667 4808 5645 D Notification: allPendingIntents
06-20 21:09:10.668 4808 6463 D Notification: allPendingIntents
06-20 21:09:10.670 4808 6463 I chatty : uid=1000(system) Binder:4808_12 identical 1 line
06-20 21:09:10.671 4808 6463 D Notification: allPendingIntents
06-20 21:09:10.671 4808 5645 D Notification: allPendingIntents
06-20 21:09:10.671 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:09:10.671 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:09:10.672 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:09:10.672 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:09:10.677 4808 6745 D Notification: allPendingIntents
06-20 21:09:10.677 4808 6275 D Notification: allPendingIntents
06-20 21:09:10.679 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:09:10.679 4808 6463 D Notification: allPendingIntents
06-20 21:09:10.681 4808 6275 D Notification: allPendingIntents
06-20 21:09:10.682 4808 5645 D Notification: allPendingIntents
06-20 21:09:10.682 4808 5018 D Notification: allPendingIntents
06-20 21:09:10.693 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:09:10.693 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:09:10.695 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:10.708 24957 24970 I Finsky : [11792] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:09:10.716 24957 24970 I chatty : uid=10056(u0_a56) Binder:24957_3 identical 2 lines
06-20 21:09:10.719 24957 24970 I Finsky : [11792] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:09:10.737 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:10.755 5294 5294 D swipe : !isFreemformEnabled
06-20 21:09:10.772 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:11.072 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:11.072 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:11.072 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:11.524 4401 4401 E audit : type=1400 audit(1529518151.518:56271): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:11.524 4401 4401 E audit : type=1300 audit(1529518151.518:56271): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:11.524 4401 4401 E audit : type=1327 audit(1529518151.518:56271): proctitle="com.resilio.sync"
06-20 21:09:11.769 6068 6068 D io_stats: !@ 8,0 r 8145322 471106920 w 4225809 77233924 d 382238 34802852 f 1064780 1082518 iot 4379660 3600039 th 307200 0 0 pt 0 inp 0 0 193823.271
06-20 21:09:12.072 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:12.073 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:12.073 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:12.525 4401 4401 E audit : type=1400 audit(1529518152.522:56272): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:12.525 4401 4401 E audit : type=1300 audit(1529518152.522:56272): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:12.525 4401 4401 E audit : type=1327 audit(1529518152.522:56272): proctitle="com.resilio.sync"
06-20 21:09:13.073 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:13.073 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:13.073 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:13.526 4401 4401 E audit : type=1400 audit(1529518153.522:56273): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:13.526 4401 4401 E audit : type=1300 audit(1529518153.522:56273): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:13.526 4401 4401 E audit : type=1327 audit(1529518153.522:56273): proctitle="com.resilio.sync"
06-20 21:09:14.073 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:14.073 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:14.073 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:15.027 4401 4401 E audit : type=1400 audit(1529518155.022:56274): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:15.027 4401 4401 E audit : type=1300 audit(1529518155.022:56274): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:15.027 4401 4401 E audit : type=1327 audit(1529518155.022:56274): proctitle="com.resilio.sync"
06-20 21:09:15.073 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:15.073 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:15.073 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:16.027 4401 4401 E audit : type=1400 audit(1529518156.022:56275): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:16.028 4401 4401 E audit : type=1300 audit(1529518156.022:56275): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:16.028 4401 4401 E audit : type=1327 audit(1529518156.022:56275): proctitle="com.resilio.sync"
06-20 21:09:16.074 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:16.074 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:16.074 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:16.772 6068 6068 D io_stats: !@ 8,0 r 8145323 471107012 w 4225815 77234000 d 382239 34802864 f 1064781 1082519 iot 4379668 3600042 th 307200 0 0 pt 0 inp 0 0 193828.274
06-20 21:09:16.899 17493 17539 D RSync_PreferencesManager: [isBatteryEnabled] charging=true, batterySaver=false, batteryPercent=45, listenBatteryValue=15
06-20 21:09:16.900 4808 6745 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI_P2P[] - WIFI_P2P, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:09:16.900 4808 6745 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: VPN[] - VPN, state: CONNECTED/CONNECTED, reason: agentConnect, extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:09:16.901 4808 6745 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:09:16.901 17493 17539 D RSync_Core: [doubleCheck] traffic: true
06-20 21:09:17.028 4401 4401 E audit : type=1400 audit(1529518157.022:56276): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:17.028 4401 4401 E audit : type=1300 audit(1529518157.022:56276): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:17.028 4401 4401 E audit : type=1327 audit(1529518157.022:56276): proctitle="com.resilio.sync"
06-20 21:09:17.074 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:17.074 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:17.074 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:18.029 4401 4401 E audit : type=1400 audit(1529518158.022:56277): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:18.029 4401 4401 E audit : type=1300 audit(1529518158.022:56277): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:18.029 4401 4401 E audit : type=1327 audit(1529518158.022:56277): proctitle="com.resilio.sync"
06-20 21:09:18.074 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:18.074 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:18.074 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:16.901 4808 6745 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:09:18.529 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:09:18.534 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:09:18.534 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:09:18.534 4808 10122 D AudioService: active stream is 0x0
06-20 21:09:18.535 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:09:18.535 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:09:18.535 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:09:18.535 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:09:18.557 4808 10122 D SSRM:e : ATC: power = AP_CP = 420, Display = 0(Panel:0, LDIs:0), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
06-20 21:09:18.557 4808 10122 D SSRM:e : ATC: current = AP_CP = 105, Display = 0, WIFI = 0, SPK = 4,RCV = 4, Camera = 0, PAM = 0
06-20 21:09:18.558 4808 10122 D SSRM:e : ATC: Ambient Temperature = 32.31, Skin temperature = F_AP[34.90], F_RF[34.70], B_AP[34.70], B_RF[34.60], B_WIFI[34.20], B_SPK[34.30]
06-20 21:09:19.030 4401 4401 E audit : type=1400 audit(1529518159.026:56278): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:19.030 4401 4401 E audit : type=1300 audit(1529518159.026:56278): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:19.030 4401 4401 E audit : type=1327 audit(1529518159.026:56278): proctitle="com.resilio.sync"
06-20 21:09:19.074 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:19.075 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:19.075 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:20.030 4401 4401 E audit : type=1400 audit(1529518160.026:56279): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:20.030 4401 4401 E audit : type=1300 audit(1529518160.026:56279): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:20.030 4401 4401 E audit : type=1327 audit(1529518160.026:56279): proctitle="com.resilio.sync"
06-20 21:09:20.075 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:20.075 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:20.075 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:20.164 4808 10122 D SSRM:d : SIOP:: AP = 380, PST = 381 (W:15), BAT = 375, USB = 351, CHG = 477, CP = 368, WF = 374, WFPst = 378 (W:15)
06-20 21:09:20.812 4808 6745 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:09:20.812 4808 6745 D BatteryService: level:46, scale:100, status:2, health:2, present:true, voltage: 4096, temperature: 376, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1600000
06-20 21:09:20.812 4808 6745 D BatteryService: online:6, current avg:2080, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2451
06-20 21:09:20.812 4808 6745 D BatteryService: stay LED for charging
06-20 21:09:20.812 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:09:20.813 4808 4853 D PowerManagerService: [PSM] lowPowerModeEnabled: false (mLowPowerModeSetting: false, mIsPowered: true, mAutoLowPowerModeConfigured: false, mBatteryLevel: 46, mLowBatteryTriggerLevel: 0, mUltraPowerSavingModeEnabled: false, mEmergencyModeEnabled: false)
06-20 21:09:20.813 4808 4853 D PowerManagerService: mDisplayReady: false
06-20 21:09:20.813 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable
06-20 21:09:20.813 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable done
06-20 21:09:20.813 4808 4853 D PowerManagerService: [PWL] sb acquire: PowerManagerService.Display
06-20 21:09:20.813 4808 4853 D DisplayPowerController: animateScreenStateChange: target1
06-20 21:09:20.813 4808 4853 D DisplayPowerController: Animating brightness: target=0, rate=0 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1))
06-20 21:09:20.813 4808 4853 D PowerManagerService: [s] DisplayPowerCallbacks : onStateChanged()
06-20 21:09:20.813 4808 4853 D PowerManagerService: mDisplayReady: true
06-20 21:09:20.813 4808 4853 I libsuspend: !@autosuspend_wakeup_count_enable
06-20 21:09:20.813 4808 4808 I MotionRecognitionService: Plugged
06-20 21:09:20.813 4808 4853 I libsuspend: !@autosuspend_wakeup_count_enable done
06-20 21:09:20.813 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:09:20.813 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:09:20.813 4808 4853 D PowerManagerService: [PWL] sb release: PowerManagerService.Display
06-20 21:09:20.813 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 46, battStatus :: 2
06-20 21:09:20.814 4808 4808 D GameManagerService: new battery level: 46
06-20 21:09:20.814 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:09:20.814 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:09:20.815 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:09:20.817 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=46, scale=100
06-20 21:09:20.817 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 46 | 100 }
06-20 21:09:20.817 17493 17493 D RSync_Core: [onBatteryStatusChanged] core started
06-20 21:09:20.817 17493 17493 D RSync_PreferencesManager: [isBatteryEnabled] charging=true, batterySaver=false, batteryPercent=46, listenBatteryValue=15
06-20 21:09:20.818 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:09:20.818 4808 6578 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:09:20.819 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=46, mBatteryStatus=2
06-20 21:09:20.821 4808 5018 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI_P2P[] - WIFI_P2P, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:09:20.822 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:09:20.822 4808 6748 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: VPN[] - VPN, state: CONNECTED/CONNECTED, reason: agentConnect, extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:09:20.822 744 744 D Notification: allPendingIntents
06-20 21:09:20.823 4808 6748 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:09:20.823 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3733000 mChargingTime : 3723000
06-20 21:09:20.823 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:09:20.824 17493 17493 D RSync_Core: [updateNetwork] isEnable=true allow=true conn=true, ipAddr=192.168.1.9, info=[type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:09:20.824 17493 17493 D NotificationCenter: post event id = 55 args {[1]: NetworkParams{ipAddress='192.168.1.9', type=1, connectivity=true} }
06-20 21:09:20.825 5294 5294 D Notification: allPendingIntents
06-20 21:09:20.826 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:09:20.826 4808 4841 D API test: getContainerInfo: value is
06-20 21:09:20.826 4808 6748 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:09:20.826 4808 6748 D API test: getContainerInfo: value is
06-20 21:09:20.826 4808 6748 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:09:20.826 4808 6748 D API test: getContainerInfo: value is
06-20 21:09:20.827 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:09:20.827 4808 4841 D API test: getContainerInfo: value is
06-20 21:09:20.828 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:09:20.830 4808 6748 D Notification: allPendingIntents
06-20 21:09:20.833 4808 6748 I chatty : uid=1000(system) Binder:4808_19 identical 2 lines
06-20 21:09:20.834 4808 6748 D Notification: allPendingIntents
06-20 21:09:20.834 4808 6745 D Notification: allPendingIntents
06-20 21:09:20.836 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:09:20.836 4808 6748 D Notification: allPendingIntents
06-20 21:09:20.836 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:09:20.836 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:09:20.836 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:09:20.840 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:20.842 4808 6578 D Notification: allPendingIntents
06-20 21:09:20.842 4808 6745 D Notification: allPendingIntents
06-20 21:09:20.843 4808 5645 D Notification: allPendingIntents
06-20 21:09:20.845 4808 5645 D Notification: allPendingIntents
06-20 21:09:20.846 4808 6745 D Notification: allPendingIntents
06-20 21:09:20.846 4808 5645 D Notification: allPendingIntents
06-20 21:09:20.892 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:20.903 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:20.919 5294 5294 D swipe : !isFreemformEnabled
06-20 21:09:20.923 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:20.936 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:21.031 4401 4401 E audit : type=1400 audit(1529518161.026:56280): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:21.031 4401 4401 E audit : type=1300 audit(1529518161.026:56280): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:21.031 4401 4401 E audit : type=1327 audit(1529518161.026:56280): proctitle="com.resilio.sync"
06-20 21:09:21.075 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:21.075 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:21.075 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:21.775 6068 6068 D io_stats: !@ 8,0 r 8145323 471107012 w 4225844 77234288 d 382241 34802880 f 1064792 1082531 iot 4379688 3600053 th 307200 0 0 pt 0 inp 0 0 193833.277
06-20 21:09:22.033 4401 4401 E audit : type=1400 audit(1529518162.030:56281): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:22.033 4401 4401 E audit : type=1300 audit(1529518162.030:56281): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:22.033 4401 4401 E audit : type=1327 audit(1529518162.030:56281): proctitle="com.resilio.sync"
06-20 21:09:22.075 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:22.075 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:22.075 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:22.534 4401 4401 E audit : type=1400 audit(1529518162.530:56282): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:22.534 4401 4401 E audit : type=1300 audit(1529518162.530:56282): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:22.534 4401 4401 E audit : type=1327 audit(1529518162.530:56282): proctitle="com.resilio.sync"
06-20 21:09:22.671 4808 4853 I PowerManagerService: [PWL] On : 192800324 (1033850 ms ago)
06-20 21:09:22.671 4808 4853 I PowerManagerService: [PWL] mStayOn: false mWakeLockSummary & WAKE_LOCK_STAY_AWAKE: 0 mUserActivitySummary: 0x4
06-20 21:09:23.076 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:23.076 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:23.076 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:23.535 4401 4401 E audit : type=1400 audit(1529518163.530:56283): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:23.535 4401 4401 E audit : type=1300 audit(1529518163.530:56283): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:23.535 4401 4401 E audit : type=1327 audit(1529518163.530:56283): proctitle="com.resilio.sync"
06-20 21:09:24.076 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:24.076 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:24.076 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:24.535 4401 4401 E audit : type=1400 audit(1529518164.530:56284): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:24.536 4401 4401 E audit : type=1300 audit(1529518164.530:56284): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:24.536 4401 4401 E audit : type=1327 audit(1529518164.530:56284): proctitle="com.resilio.sync"
06-20 21:09:25.076 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:25.076 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:25.077 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:25.536 4401 4401 E audit : type=1400 audit(1529518165.534:56285): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:25.536 4401 4401 E audit : type=1300 audit(1529518165.534:56285): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:25.536 4401 4401 E audit : type=1327 audit(1529518165.534:56285): proctitle="com.resilio.sync"
06-20 21:09:26.077 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:26.077 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:26.077 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:26.537 4401 4401 E audit : type=1400 audit(1529518166.534:56286): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:26.537 4401 4401 E audit : type=1300 audit(1529518166.534:56286): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:26.537 4401 4401 E audit : type=1327 audit(1529518166.534:56286): proctitle="com.resilio.sync"
06-20 21:09:26.779 6068 6068 D io_stats: !@ 8,0 r 8145323 471107012 w 4225848 77234360 d 382242 34802892 f 1064793 1082532 iot 4379692 3600055 th 307200 0 0 pt 0 inp 0 0 193838.281
06-20 21:09:27.077 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:27.077 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:27.077 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:27.538 4401 4401 E audit : type=1400 audit(1529518167.534:56287): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:27.538 4401 4401 E audit : type=1300 audit(1529518167.534:56287): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:27.538 4401 4401 E audit : type=1327 audit(1529518167.534:56287): proctitle="com.resilio.sync"
06-20 21:09:28.077 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:28.077 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:28.077 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:28.538 4401 4401 E audit : type=1400 audit(1529518168.534:56288): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:28.539 4401 4401 E audit : type=1300 audit(1529518168.534:56288): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:28.539 4401 4401 E audit : type=1327 audit(1529518168.534:56288): proctitle="com.resilio.sync"
06-20 21:09:28.562 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:09:28.568 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:09:28.568 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:09:28.569 4808 10122 D AudioService: active stream is 0x0
06-20 21:09:28.569 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:09:28.569 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:09:28.569 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:09:28.570 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:09:28.589 4808 10122 D SSRM:e : ATC: power = AP_CP = 536, Display = 0(Panel:0, LDIs:0), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
06-20 21:09:28.589 4808 10122 D SSRM:e : ATC: current = AP_CP = 134, Display = 0, WIFI = 0, SPK = 4,RCV = 4, Camera = 0, PAM = 0
06-20 21:09:28.590 4808 10122 D SSRM:e : ATC: Ambient Temperature = 32.53, Skin temperature = F_AP[35.10], F_RF[35.00], B_AP[34.90], B_RF[34.80], B_WIFI[34.40], B_SPK[34.50]
06-20 21:09:29.078 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:29.078 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:29.078 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:29.539 4401 4401 E audit : type=1400 audit(1529518169.534:56289): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:29.539 4401 4401 E audit : type=1300 audit(1529518169.534:56289): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:29.540 4401 4401 E audit : type=1327 audit(1529518169.534:56289): proctitle="com.resilio.sync"
06-20 21:09:30.078 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:30.078 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:30.078 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:30.176 4808 10122 D SSRM:d : SIOP:: AP = 390, PST = 380 (W:15), BAT = 376, USB = 351, CHG = 482, CP = 370, WF = 375, WFPst = 377 (W:15)
06-20 21:09:30.180 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:09:30.180 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:09:30.180 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:09:30.180 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:09:30.181 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:09:30.181 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:09:30.181 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:09:30.181 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:09:30.181 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:09:30.186 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:09:30.186 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:09:30.186 4808 10122 D AudioService: active stream is 0x0
06-20 21:09:30.189 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:09:30.190 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:09:30.190 4808 10122 D AudioService: active stream is 0x0
06-20 21:09:30.190 4808 10122 D AudioService: GetAppDevice, uid=1000
06-20 21:09:30.190 4808 10122 D AudioService: getStreamVolume 3 index 150
06-20 21:09:30.541 4401 4401 E audit : type=1400 audit(1529518170.534:56290): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:30.541 4401 4401 E audit : type=1300 audit(1529518170.534:56290): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:30.541 4401 4401 E audit : type=1327 audit(1529518170.534:56290): proctitle="com.resilio.sync"
06-20 21:09:30.973 4808 6745 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:09:30.973 4808 6745 D BatteryService: level:46, scale:100, status:2, health:2, present:true, voltage: 4101, temperature: 377, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1607000
06-20 21:09:30.973 4808 6745 D BatteryService: online:6, current avg:2304, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2454
06-20 21:09:30.973 4808 6745 D BatteryService: stay LED for charging
06-20 21:09:30.974 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:09:30.975 4808 4808 I MotionRecognitionService: Plugged
06-20 21:09:30.975 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:09:30.975 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:09:30.975 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 46, battStatus :: 2
06-20 21:09:30.975 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:09:30.976 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:09:30.977 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=46, mBatteryStatus=2
06-20 21:09:30.979 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:09:30.980 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3723000 mChargingTime : 3712000
06-20 21:09:30.980 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:09:30.981 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=46, scale=100
06-20 21:09:30.981 5294 5294 D Notification: allPendingIntents
06-20 21:09:30.981 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 46 | 100 }
06-20 21:09:30.982 4808 6745 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:09:30.982 4808 6745 D API test: getContainerInfo: value is
06-20 21:09:30.982 4808 6745 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:09:30.982 4808 6745 D API test: getContainerInfo: value is
06-20 21:09:30.984 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:09:30.986 744 744 D Notification: allPendingIntents
06-20 21:09:30.986 4808 5645 D Notification: allPendingIntents
06-20 21:09:30.988 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:09:30.988 4808 4841 D API test: getContainerInfo: value is
06-20 21:09:30.988 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:09:30.988 4808 4841 D API test: getContainerInfo: value is
06-20 21:09:30.988 4808 6745 D Notification: allPendingIntents
06-20 21:09:30.989 4808 6745 D Notification: allPendingIntents
06-20 21:09:30.990 4808 6748 D Notification: allPendingIntents
06-20 21:09:30.991 4808 6748 D Notification: allPendingIntents
06-20 21:09:30.991 4808 6745 D Notification: allPendingIntents
06-20 21:09:30.992 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:09:30.992 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:09:30.992 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:09:30.992 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:09:30.995 4808 6745 D Notification: allPendingIntents
06-20 21:09:30.996 4808 6748 D Notification: allPendingIntents
06-20 21:09:30.997 4808 6748 D Notification: allPendingIntents
06-20 21:09:30.999 4808 5645 D Notification: allPendingIntents
06-20 21:09:31.000 4808 6748 D Notification: allPendingIntents
06-20 21:09:31.001 4808 6578 D Notification: allPendingIntents
06-20 21:09:31.003 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:09:31.014 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:09:31.014 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:09:31.029 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:31.031 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:09:31.034 24957 25924 I chatty : uid=10056(u0_a56) Binder:24957_5 identical 1 line
06-20 21:09:31.038 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:09:31.040 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:31.041 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:09:31.058 5294 5294 D swipe : !isFreemformEnabled
06-20 21:09:31.062 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:31.075 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:31.078 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:31.078 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:31.078 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:31.280 4808 5421 E Watchdog: !@Sync 6459 [2018-06-20 21:09:31.280]
06-20 21:09:31.541 4401 4401 E audit : type=1400 audit(1529518171.538:56291): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:31.542 4401 4401 E audit : type=1300 audit(1529518171.538:56291): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:31.542 4401 4401 E audit : type=1327 audit(1529518171.538:56291): proctitle="com.resilio.sync"
06-20 21:09:31.685 12832 12832 D MostVisitedSitesController: notifyMostVisitedCompleted
06-20 21:09:31.782 6068 6068 D io_stats: !@ 8,0 r 8145332 471107956 w 4225876 77234716 d 382245 34802920 f 1064805 1082545 iot 4379724 3600075 th 307200 0 0 pt 0 inp 0 0 193843.284
06-20 21:09:32.079 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:32.079 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:32.079 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:32.907 4808 6578 D LocationManagerService: getLastLocation: Request[POWER_NONE passive fastest=0 num=1]
06-20 21:09:32.908 4808 6578 D PermissionMonitor: we received permission notification for rUid: 10371, rPid: 17259from rModuleFlag: 8
06-20 21:09:32.908 4808 6578 I PermissionMonitor: Binder.getCallingUid(): 5013
06-20 21:09:32.908 4808 6578 I PermissionMonitor: packageName: net.appcake
06-20 21:09:32.909 4808 6578 E PermissionMonitor: Calling app is not pre-installed on system. Ignore its notification. pkgName: net.appcake, UserId: 0
06-20 21:09:32.910 4808 6578 E PermissionMonitor: We found matching pid. (uid, pid) : (10371, 17259
06-20 21:09:32.911 4808 6578 E PermissionMonitor: calling = net.appcake8, currentTime = 1529518172911, lastTime = 1529517416423
06-20 21:09:32.911 4808 6578 D PermissionMonitor: All conditions are satisfied, report app access now.
06-20 21:09:33.043 4401 4401 E audit : type=1400 audit(1529518173.038:56292): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:33.043 4401 4401 E audit : type=1300 audit(1529518173.038:56292): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:33.043 4401 4401 E audit : type=1327 audit(1529518173.038:56292): proctitle="com.resilio.sync"
06-20 21:09:33.079 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:33.079 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:33.079 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:34.043 4401 4401 E audit : type=1400 audit(1529518174.038:56293): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:34.044 4401 4401 E audit : type=1300 audit(1529518174.038:56293): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:34.044 4401 4401 E audit : type=1327 audit(1529518174.038:56293): proctitle="com.resilio.sync"
06-20 21:09:34.079 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:34.079 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:34.079 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:35.044 4401 4401 E audit : type=1400 audit(1529518175.038:56294): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:35.044 4401 4401 E audit : type=1300 audit(1529518175.038:56294): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:35.044 4401 4401 E audit : type=1327 audit(1529518175.038:56294): proctitle="com.resilio.sync"
06-20 21:09:35.079 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:35.079 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:35.080 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:36.045 4401 4401 E audit : type=1400 audit(1529518176.038:56295): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:36.045 4401 4401 E audit : type=1300 audit(1529518176.038:56295): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:36.045 4401 4401 E audit : type=1327 audit(1529518176.038:56295): proctitle="com.resilio.sync"
06-20 21:09:36.080 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:36.080 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:36.080 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:36.785 6068 6068 D io_stats: !@ 8,0 r 8145332 471107956 w 4225889 77234824 d 382246 34802932 f 1064806 1082546 iot 4379724 3600077 th 307200 0 0 pt 0 inp 0 0 193848.287
06-20 21:09:37.045 4401 4401 E audit : type=1400 audit(1529518177.042:56296): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:37.046 4401 4401 E audit : type=1300 audit(1529518177.042:56296): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:37.046 4401 4401 E audit : type=1327 audit(1529518177.042:56296): proctitle="com.resilio.sync"
06-20 21:09:37.080 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:37.080 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:37.080 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:38.046 4401 4401 E audit : type=1400 audit(1529518178.042:56297): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:38.046 4401 4401 E audit : type=1300 audit(1529518178.042:56297): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:38.046 4401 4401 E audit : type=1327 audit(1529518178.042:56297): proctitle="com.resilio.sync"
06-20 21:09:38.080 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:38.080 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:38.080 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:38.598 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:09:38.603 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:09:38.603 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:09:38.603 4808 10122 D AudioService: active stream is 0x0
06-20 21:09:38.604 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:09:38.604 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:09:38.604 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:09:38.605 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:09:38.626 4808 10122 D SSRM:e : ATC: power = AP_CP = 424, Display = 0(Panel:0, LDIs:0), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
06-20 21:09:38.626 4808 10122 D SSRM:e : ATC: current = AP_CP = 106, Display = 0, WIFI = 0, SPK = 4,RCV = 4, Camera = 0, PAM = 0
06-20 21:09:38.627 4808 10122 D SSRM:e : ATC: Ambient Temperature = 32.54, Skin temperature = F_AP[35.10], F_RF[35.00], B_AP[34.90], B_RF[34.80], B_WIFI[34.40], B_SPK[34.50]
06-20 21:09:39.047 4401 4401 E audit : type=1400 audit(1529518179.042:56298): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:39.047 4401 4401 E audit : type=1300 audit(1529518179.042:56298): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:39.047 4401 4401 E audit : type=1327 audit(1529518179.042:56298): proctitle="com.resilio.sync"
06-20 21:09:39.081 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:39.081 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:39.081 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:39.509 28133 28191 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(235) data(3445) accounts({com.viber.voip (10)=152, com.google (3)=233, com.osp.app.signin (6)=4, com.facebook.messenger (9)=62, vnd.sec.contact.sim (2)=2, com.samsung.android.coreapps (7)=6}) accounts deleted({}) calls([logtype:100 cnt:349, logtype:300 cnt:3]) countryIso(GR) userId(0) ]
06-20 21:09:39.509 28133 28191 D ContactsProvider_EventLog: contents_sample_state: [ agr({[3 ,10 ,6]=1, [3 ,10 ,7]=1, [3 ,10 ,6 ,9]=2, [3]=83, [3 ,10 ,9]=57, [3 ,7 ,10 ,9]=2, [3 ,7 ,10]=2, [3 ,7 ,10 ,6 ,9]=1, [2 ,10]=2, [3 ,10]=84}) ]
06-20 21:09:39.509 28133 28191 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(28133)=1}) ]
06-20 21:09:39.509 28133 28191 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({}) ]
06-20 21:09:39.509 28133 28191 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(11) accounts({vnd.sec.contact.phone (1)=1}) ]
06-20 21:09:39.512 28133 28191 E ContactsProvider_EventLog: Flush buffer to file cnt : 1 size : 1Kb duration : 2ms lastUpdatedAfter : 64787 ms mFlush_time_threasold : 2000 mCurrentSize : 788
06-20 21:09:40.048 4401 4401 E audit : type=1400 audit(1529518180.046:56299): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:40.048 4401 4401 E audit : type=1300 audit(1529518180.046:56299): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:40.048 4401 4401 E audit : type=1327 audit(1529518180.046:56299): proctitle="com.resilio.sync"
06-20 21:09:40.081 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:40.081 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:40.081 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:40.202 4808 10122 D SSRM:d : SIOP:: AP = 390, PST = 381 (W:15), BAT = 377, USB = 352, CHG = 485, CP = 371, WF = 374, WFPst = 377 (W:15)
06-20 21:09:41.049 4401 4401 E audit : type=1400 audit(1529518181.042:56300): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:41.049 4401 4401 E audit : type=1300 audit(1529518181.042:56300): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:41.049 4401 4401 E audit : type=1327 audit(1529518181.042:56300): proctitle="com.resilio.sync"
06-20 21:09:41.081 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:41.081 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:41.081 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:41.142 4808 5018 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:09:41.142 4808 5018 D BatteryService: level:46, scale:100, status:2, health:2, present:true, voltage: 4103, temperature: 379, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1615000
06-20 21:09:41.142 4808 5018 D BatteryService: online:6, current avg:2400, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2477
06-20 21:09:41.142 4808 5018 D BatteryService: stay LED for charging
06-20 21:09:41.142 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:09:41.143 4808 4808 I MotionRecognitionService: Plugged
06-20 21:09:41.143 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:09:41.143 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:09:41.143 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 46, battStatus :: 2
06-20 21:09:41.144 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:09:41.145 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:09:41.146 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=46, mBatteryStatus=2
06-20 21:09:41.146 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=46, scale=100
06-20 21:09:41.147 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 46 | 100 }
06-20 21:09:41.150 744 744 D Notification: allPendingIntents
06-20 21:09:41.152 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:09:41.152 4808 4841 D API test: getContainerInfo: value is
06-20 21:09:41.152 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:09:41.152 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:09:41.153 4808 4841 D API test: getContainerInfo: value is
06-20 21:09:41.153 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3712000 mChargingTime : 3701000
06-20 21:09:41.153 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:09:41.154 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:09:41.154 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:09:41.154 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:09:41.154 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:09:41.154 5294 5294 D Notification: allPendingIntents
06-20 21:09:41.155 4808 6748 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:09:41.155 4808 6748 D API test: getContainerInfo: value is
06-20 21:09:41.155 4808 6748 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:09:41.155 4808 6748 D API test: getContainerInfo: value is
06-20 21:09:41.157 4808 5018 D Notification: allPendingIntents
06-20 21:09:41.158 4808 6748 D Notification: allPendingIntents
06-20 21:09:41.160 4808 6748 I chatty : uid=1000(system) Binder:4808_19 identical 1 line
06-20 21:09:41.162 4808 6748 D Notification: allPendingIntents
06-20 21:09:41.163 4808 5018 D Notification: allPendingIntents
06-20 21:09:41.164 4808 6578 D Notification: allPendingIntents
06-20 21:09:41.164 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:09:41.167 4808 5018 D Notification: allPendingIntents
06-20 21:09:41.169 4808 5645 D Notification: allPendingIntents
06-20 21:09:41.171 4808 5018 D Notification: allPendingIntents
06-20 21:09:41.173 4808 5645 D Notification: allPendingIntents
06-20 21:09:41.174 4808 6748 D Notification: allPendingIntents
06-20 21:09:41.174 4808 5645 D Notification: allPendingIntents
06-20 21:09:41.185 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:41.213 5294 5294 D swipe : !isFreemformEnabled
06-20 21:09:41.225 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:41.789 6068 6068 D io_stats: !@ 8,0 r 8145370 471109996 w 4225917 77235188 d 382249 34802952 f 1064818 1082559 iot 4379752 3600095 th 307200 0 0 pt 0 inp 0 0 193853.291
06-20 21:09:41.260 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:42.050 4401 4401 E audit : type=1400 audit(1529518182.046:56301): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:42.050 4401 4401 E audit : type=1300 audit(1529518182.046:56301): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:42.050 4401 4401 E audit : type=1327 audit(1529518182.046:56301): proctitle="com.resilio.sync"
06-20 21:09:42.081 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:42.082 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:42.082 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:43.052 4401 4401 E audit : type=1400 audit(1529518183.046:56302): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:43.052 4401 4401 E audit : type=1300 audit(1529518183.046:56302): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:43.052 4401 4401 E audit : type=1327 audit(1529518183.046:56302): proctitle="com.resilio.sync"
06-20 21:09:43.082 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:43.082 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:43.082 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:43.552 4401 4401 E audit : type=1400 audit(1529518183.546:56303): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:43.552 4401 4401 E audit : type=1300 audit(1529518183.546:56303): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:43.553 4401 4401 E audit : type=1327 audit(1529518183.546:56303): proctitle="com.resilio.sync"
06-20 21:09:44.082 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:44.082 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:44.082 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:44.553 4401 4401 E audit : type=1400 audit(1529518184.550:56304): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:44.553 4401 4401 E audit : type=1300 audit(1529518184.550:56304): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:44.553 4401 4401 E audit : type=1327 audit(1529518184.550:56304): proctitle="com.resilio.sync"
06-20 21:09:45.082 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:45.082 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:45.082 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:45.554 4401 4401 E audit : type=1400 audit(1529518185.550:56305): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:45.554 4401 4401 E audit : type=1300 audit(1529518185.550:56305): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:45.554 4401 4401 E audit : type=1327 audit(1529518185.550:56305): proctitle="com.resilio.sync"
06-20 21:09:46.083 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:46.083 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:46.083 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:46.555 4401 4401 E audit : type=1400 audit(1529518186.550:56306): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:46.555 4401 4401 E audit : type=1300 audit(1529518186.550:56306): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:46.555 4401 4401 E audit : type=1327 audit(1529518186.550:56306): proctitle="com.resilio.sync"
06-20 21:09:46.792 6068 6068 D io_stats: !@ 8,0 r 8145370 471109996 w 4225935 77235320 d 382250 34802964 f 1064819 1082560 iot 4379756 3600097 th 307200 0 0 pt 0 inp 0 0 193858.294
06-20 21:09:46.900 17493 17539 D RSync_PreferencesManager: [isBatteryEnabled] charging=true, batterySaver=false, batteryPercent=46, listenBatteryValue=15
06-20 21:09:46.902 4808 5645 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI_P2P[] - WIFI_P2P, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:09:46.902 4808 5645 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: VPN[] - VPN, state: CONNECTED/CONNECTED, reason: agentConnect, extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:09:46.902 4808 5645 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:09:46.903 17493 17539 D RSync_Core: [doubleCheck] traffic: true
06-20 21:09:47.083 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:47.083 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:47.083 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:47.555 4401 4401 E audit : type=1400 audit(1529518187.550:56307): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:47.555 4401 4401 E audit : type=1300 audit(1529518187.550:56307): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:47.555 4401 4401 E audit : type=1327 audit(1529518187.550:56307): proctitle="com.resilio.sync"
06-20 21:09:47.713 6194 24243 I GCoreUlr: Starting scheduled upload task
06-20 21:09:47.717 6194 24243 I GCoreUlr: Starting service, intent=Intent { act=com.google.android.location.reporting.UPLOAD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService }, extras=null
06-20 21:09:46.903 4808 5645 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:09:47.733 4808 5018 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:09:47.807 6194 24243 I GCoreUlr: LocationReporter sending 34 locations, 28 activities, and 229 metadata for account account#-3# request #0; requests: []
06-20 21:09:47.892 6194 7248 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
06-20 21:09:47.893 6194 7248 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
06-20 21:09:47.896 4430 4631 D DnsProxyListener: DNSDBG::dns addrinfo af 0
06-20 21:09:48.083 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:48.083 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:48.083 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:48.123 6194 7248 W Conscrypt: Could not set socket write timeout: java.lang.reflect.InvocationTargetException
06-20 21:09:48.129 6194 7248 W Conscrypt: at java.lang.reflect.Method.invoke(Native Method)
06-20 21:09:48.129 6194 7248 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@12685023@12.6.85 (040400-197041431):13)
06-20 21:09:48.129 6194 7248 W Conscrypt: Caused by: android.system.ErrnoException: setsockopt failed: EBADF (Bad file descriptor)
06-20 21:09:48.131 6194 7248 W Conscrypt: at libcore.io.Linux.setsockoptTimeval(Native Method)
06-20 21:09:48.131 6194 7248 W Conscrypt: at libcore.io.ForwardingOs.setsockoptTimeval(ForwardingOs.java:173)
06-20 21:09:48.254 6194 7248 W Conscrypt: Could not set socket write timeout: java.lang.reflect.InvocationTargetException
06-20 21:09:48.254 6194 7248 W Conscrypt: at java.lang.reflect.Method.invoke(Native Method)
06-20 21:09:48.254 6194 7248 W Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@12685023@12.6.85 (040400-197041431):13)
06-20 21:09:48.254 6194 7248 W Conscrypt: Caused by: android.system.ErrnoException: setsockopt failed: EBADF (Bad file descriptor)
06-20 21:09:48.254 6194 7248 W Conscrypt: at libcore.io.Linux.setsockoptTimeval(Native Method)
06-20 21:09:48.254 6194 7248 W Conscrypt: at libcore.io.ForwardingOs.setsockoptTimeval(ForwardingOs.java:173)
06-20 21:09:48.500 6194 24243 I GCoreUlr: Batch Location Update succeeded for account account#-3#
06-20 21:09:48.501 4808 5018 I chatty : uid=1000(system) Binder:4808_3 identical 1 line
06-20 21:09:48.501 4808 5018 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:09:48.503 4808 5018 D SamsungAlarmManager: Cancel Alarm calling from uid:10034 pid :6194 / op:PendingIntent{ee360b: PendingIntentRecord{809d25 com.google.android.gms broadcastIntent}}
06-20 21:09:48.547 4808 5018 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20180620T211258 - CU:10034/CP:6194
06-20 21:09:48.547 4808 6748 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:09:48.550 23419 26140 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 23419 / 10127 / 26140
06-20 21:09:48.556 4401 4401 E audit : type=1400 audit(1529518188.550:56308): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:48.557 4401 4401 E audit : type=1300 audit(1529518188.550:56308): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:48.557 4401 4401 E audit : type=1327 audit(1529518188.550:56308): proctitle="com.resilio.sync"
06-20 21:09:48.569 4808 5645 D LocationManagerService: getAllProviders()=[passive, gps, network]
06-20 21:09:48.570 4808 5645 D LocationManagerService: getLastLocation: Request[POWER_NONE passive fastest=0 num=1]
06-20 21:09:48.571 4808 5645 D LocationManagerService: getLastLocation: Request[ACCURACY_FINE gps requested=0 fastest=0 num=1]
06-20 21:09:48.571 4808 6748 D PermissionMonitor: we received permission notification for rUid: 10127, rPid: 23419from rModuleFlag: 8
06-20 21:09:48.571 4808 6748 I PermissionMonitor: Binder.getCallingUid(): 5013
06-20 21:09:48.571 4808 6748 I PermissionMonitor: packageName: com.facebook.katana
06-20 21:09:48.572 4808 6748 D PermissionMonitor: Calling app is pre-installed on system partition. pkgName: com.facebook.katana, UserId: 0
06-20 21:09:48.572 4808 6748 I PermissionMonitor: App is whitelisted. Ignore
06-20 21:09:48.572 4808 6748 D PermissionMonitor: we received permission notification for rUid: 10127, rPid: 23419from rModuleFlag: 8
06-20 21:09:48.572 4808 6748 I PermissionMonitor: Binder.getCallingUid(): 5013
06-20 21:09:48.572 4808 6748 I PermissionMonitor: packageName: com.facebook.katana
06-20 21:09:48.572 4808 5645 D LocationManagerService: getLastLocation: Request[POWER_LOW network requested=0 fastest=0 num=1]
06-20 21:09:48.573 4808 6748 D PermissionMonitor: Calling app is pre-installed on system partition. pkgName: com.facebook.katana, UserId: 0
06-20 21:09:48.573 4808 6748 I PermissionMonitor: App is whitelisted. Ignore
06-20 21:09:48.573 4808 6748 D PermissionMonitor: we received permission notification for rUid: 10127, rPid: 23419from rModuleFlag: 8
06-20 21:09:48.573 4808 6748 I PermissionMonitor: Binder.getCallingUid(): 5013
06-20 21:09:48.573 4808 6748 I PermissionMonitor: packageName: com.facebook.katana
06-20 21:09:48.574 4808 6748 D PermissionMonitor: Calling app is pre-installed on system partition. pkgName: com.facebook.katana, UserId: 0
06-20 21:09:48.574 4808 6748 I PermissionMonitor: App is whitelisted. Ignore
06-20 21:09:48.574 23419 26140 D TelephonyManager: getCellLocation : Caller (PID / UID / TID): 23419 / 10127 / 26140
06-20 21:09:48.613 4808 6748 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20180620T211248 - CU:10034/CP:6194
06-20 21:09:48.637 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:09:48.642 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:09:48.642 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:09:48.642 4808 10122 D AudioService: active stream is 0x0
06-20 21:09:48.642 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:09:48.642 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:09:48.643 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:09:48.643 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:09:48.661 4808 10122 D SSRM:e : ATC: power = AP_CP = 424, Display = 0(Panel:0, LDIs:0), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
06-20 21:09:48.661 4808 10122 D SSRM:e : ATC: current = AP_CP = 106, Display = 0, WIFI = 0, SPK = 4,RCV = 4, Camera = 0, PAM = 0
06-20 21:09:48.662 4808 10122 D SSRM:e : ATC: Ambient Temperature = 32.65, Skin temperature = F_AP[35.20], F_RF[35.10], B_AP[35.00], B_RF[34.90], B_WIFI[34.50], B_SPK[34.60]
06-20 21:09:49.084 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:49.084 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:49.084 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:49.557 4401 4401 E audit : type=1400 audit(1529518189.554:56309): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:49.558 4401 4401 E audit : type=1300 audit(1529518189.554:56309): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:49.558 4401 4401 E audit : type=1327 audit(1529518189.554:56309): proctitle="com.resilio.sync"
06-20 21:09:50.084 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:50.084 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:50.084 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:50.214 4808 10122 D SSRM:d : SIOP:: AP = 390, PST = 382 (W:15), BAT = 379, USB = 350, CHG = 445, CP = 370, WF = 378, WFPst = 376 (W:15)
06-20 21:09:50.558 4401 4401 E audit : type=1400 audit(1529518190.554:56310): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:50.558 4401 4401 E audit : type=1300 audit(1529518190.554:56310): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:50.558 4401 4401 E audit : type=1327 audit(1529518190.554:56310): proctitle="com.resilio.sync"
06-20 21:09:51.084 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:51.085 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:51.085 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:51.305 4808 6748 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:09:51.305 4808 6748 D BatteryService: level:46, scale:100, status:2, health:2, present:true, voltage: 4017, temperature: 379, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1619000
06-20 21:09:51.305 4808 6748 D BatteryService: online:6, current avg:1847, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1430
06-20 21:09:51.305 4808 6748 D BatteryService: stay LED for charging
06-20 21:09:51.305 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:09:51.306 4808 4808 I MotionRecognitionService: Plugged
06-20 21:09:51.306 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:09:51.306 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:09:51.306 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 46, battStatus :: 2
06-20 21:09:51.307 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:09:51.307 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:09:51.309 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=46, mBatteryStatus=2
06-20 21:09:51.309 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=46, scale=100
06-20 21:09:51.310 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 46 | 100 }
06-20 21:09:51.313 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:09:51.313 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3701000 mChargingTime : 3697000
06-20 21:09:51.313 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:09:51.315 5294 5294 D Notification: allPendingIntents
06-20 21:09:51.315 744 744 D Notification: allPendingIntents
06-20 21:09:51.316 4808 6748 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:09:51.316 4808 6748 D API test: getContainerInfo: value is
06-20 21:09:51.316 4808 6748 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:09:51.316 4808 6748 D API test: getContainerInfo: value is
06-20 21:09:51.317 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:09:51.317 4808 4841 D API test: getContainerInfo: value is
06-20 21:09:51.317 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:09:51.317 4808 4841 D API test: getContainerInfo: value is
06-20 21:09:51.319 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:09:51.320 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:09:51.321 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:09:51.321 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:09:51.321 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:09:51.324 4808 6748 D Notification: allPendingIntents
06-20 21:09:51.325 4808 6748 I chatty : uid=1000(system) Binder:4808_19 identical 1 line
06-20 21:09:51.327 4808 6748 D Notification: allPendingIntents
06-20 21:09:51.327 4808 5645 D Notification: allPendingIntents
06-20 21:09:51.329 4808 5018 D Notification: allPendingIntents
06-20 21:09:51.330 4808 6748 D Notification: allPendingIntents
06-20 21:09:51.331 4808 6748 D Notification: allPendingIntents
06-20 21:09:51.333 4808 5645 D Notification: allPendingIntents
06-20 21:09:51.334 4808 5018 D Notification: allPendingIntents
06-20 21:09:51.335 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:09:51.335 4808 6748 D Notification: allPendingIntents
06-20 21:09:51.337 4808 5018 D Notification: allPendingIntents
06-20 21:09:51.337 4808 5018 D Notification: allPendingIntents
06-20 21:09:51.347 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:09:51.347 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:09:51.364 24957 24970 I Finsky : [11792] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:09:51.368 24957 24970 I Finsky : [11792] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:09:51.369 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:51.372 24957 24970 I Finsky : [11792] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:09:51.375 24957 24970 I Finsky : [11792] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:09:51.379 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:51.396 5294 5294 D swipe : !isFreemformEnabled
06-20 21:09:51.400 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:51.414 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:09:51.559 4401 4401 E audit : type=1400 audit(1529518191.558:56311): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:51.559 4401 4401 E audit : type=1300 audit(1529518191.558:56311): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:51.559 4401 4401 E audit : type=1327 audit(1529518191.558:56311): proctitle="com.resilio.sync"
06-20 21:09:51.795 6068 6068 D io_stats: !@ 8,0 r 8145611 471114788 w 4225976 77235888 d 382255 34803004 f 1064836 1082578 iot 4379824 3600146 th 307200 0 0 pt 0 inp 0 0 193863.297
06-20 21:09:52.085 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:52.085 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:52.085 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:52.560 4401 4401 E audit : type=1400 audit(1529518192.554:56312): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:52.560 4401 4401 E audit : type=1300 audit(1529518192.554:56312): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:52.560 4401 4401 E audit : type=1327 audit(1529518192.554:56312): proctitle="com.resilio.sync"
06-20 21:09:53.085 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:53.085 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:53.085 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:53.561 4401 4401 E audit : type=1400 audit(1529518193.558:56313): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:53.561 4401 4401 E audit : type=1300 audit(1529518193.558:56313): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:53.561 4401 4401 E audit : type=1327 audit(1529518193.558:56313): proctitle="com.resilio.sync"
06-20 21:09:54.085 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:54.085 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:54.086 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:54.562 4401 4401 E audit : type=1400 audit(1529518194.558:56314): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:54.562 4401 4401 E audit : type=1300 audit(1529518194.558:56314): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:54.562 4401 4401 E audit : type=1327 audit(1529518194.558:56314): proctitle="com.resilio.sync"
06-20 21:09:55.086 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:55.086 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:55.086 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:56.063 4401 4401 E audit : type=1400 audit(1529518196.058:56315): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:56.063 4401 4401 E audit : type=1300 audit(1529518196.058:56315): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:56.063 4401 4401 E audit : type=1327 audit(1529518196.058:56315): proctitle="com.resilio.sync"
06-20 21:09:56.086 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:56.086 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:56.086 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:56.798 6068 6068 D io_stats: !@ 8,0 r 8145611 471114788 w 4226019 77236156 d 382255 34803004 f 1064836 1082578 iot 4379828 3600149 th 307200 0 0 pt 0 inp 0 0 193868.300
06-20 21:09:57.063 4401 4401 E audit : type=1400 audit(1529518197.058:56316): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:57.063 4401 4401 E audit : type=1300 audit(1529518197.058:56316): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:57.063 4401 4401 E audit : type=1327 audit(1529518197.058:56316): proctitle="com.resilio.sync"
06-20 21:09:57.086 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:57.086 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:57.086 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:58.064 4401 4401 E audit : type=1400 audit(1529518198.062:56317): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:58.064 4401 4401 E audit : type=1300 audit(1529518198.062:56317): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:58.064 4401 4401 E audit : type=1327 audit(1529518198.062:56317): proctitle="com.resilio.sync"
06-20 21:09:58.086 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:58.087 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:58.087 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:09:58.667 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:09:58.673 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:09:58.673 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:09:58.673 4808 10122 D AudioService: active stream is 0x0
06-20 21:09:58.673 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:09:58.673 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:09:58.673 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:09:58.674 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:09:58.697 4808 10122 D SSRM:e : ATC: power = AP_CP = 416, Display = 0(Panel:0, LDIs:0), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
06-20 21:09:58.697 4808 10122 D SSRM:e : ATC: current = AP_CP = 104, Display = 0, WIFI = 0, SPK = 4,RCV = 4, Camera = 0, PAM = 0
06-20 21:09:58.698 4808 10122 D SSRM:e : ATC: Ambient Temperature = 32.47, Skin temperature = F_AP[35.00], F_RF[34.90], B_AP[34.80], B_RF[34.80], B_WIFI[34.30], B_SPK[34.50]
06-20 21:09:59.065 4401 4401 E audit : type=1400 audit(1529518199.062:56318): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:09:59.065 4401 4401 E audit : type=1300 audit(1529518199.062:56318): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:09:59.065 4401 4401 E audit : type=1327 audit(1529518199.062:56318): proctitle="com.resilio.sync"
06-20 21:09:59.087 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:09:59.087 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:09:59.087 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:00.066 4401 4401 E audit : type=1400 audit(1529518200.062:56319): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:10:00.066 4401 4401 E audit : type=1300 audit(1529518200.062:56319): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:10:00.066 4401 4401 E audit : type=1327 audit(1529518200.062:56319): proctitle="com.resilio.sync"
06-20 21:10:00.087 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:00.087 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:00.087 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:00.225 4808 10122 D SSRM:d : SIOP:: AP = 390, PST = 382 (W:15), BAT = 379, USB = 349, CHG = 441, CP = 370, WF = 375, WFPst = 376 (W:15)
06-20 21:10:01.067 4401 4401 E audit : type=1400 audit(1529518201.062:56320): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:10:01.067 4401 4401 E audit : type=1300 audit(1529518201.062:56320): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:10:01.067 4401 4401 E audit : type=1327 audit(1529518201.062:56320): proctitle="com.resilio.sync"
06-20 21:10:01.087 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:01.087 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:01.087 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:01.285 4808 5421 E Watchdog: !@Sync 6460 [2018-06-20 21:10:01.285]
06-20 21:10:01.465 4808 5645 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:10:01.466 4808 5645 D BatteryService: level:46, scale:100, status:2, health:2, present:true, voltage: 4016, temperature: 378, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1624000
06-20 21:10:01.466 4808 5645 D BatteryService: online:6, current avg:1627, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1434
06-20 21:10:01.466 4808 5645 D BatteryService: stay LED for charging
06-20 21:10:01.466 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:10:01.467 4808 4808 I MotionRecognitionService: Plugged
06-20 21:10:01.467 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:10:01.467 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:10:01.467 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 46, battStatus :: 2
06-20 21:10:01.467 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:10:01.468 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:10:01.469 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=46, mBatteryStatus=2
06-20 21:10:01.470 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=46, scale=100
06-20 21:10:01.471 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 46 | 100 }
06-20 21:10:01.472 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:10:01.473 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3697000 mChargingTime : 3687000
06-20 21:10:01.473 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:10:01.474 5294 5294 D Notification: allPendingIntents
06-20 21:10:01.475 744 744 D Notification: allPendingIntents
06-20 21:10:01.475 4808 5645 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:10:01.475 4808 5645 D API test: getContainerInfo: value is
06-20 21:10:01.475 4808 5645 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:10:01.475 4808 5645 D API test: getContainerInfo: value is
06-20 21:10:01.476 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:10:01.476 4808 4841 D API test: getContainerInfo: value is
06-20 21:10:01.476 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:10:01.476 4808 4841 D API test: getContainerInfo: value is
06-20 21:10:01.478 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:10:01.484 4808 5645 D Notification: allPendingIntents
06-20 21:10:01.487 4808 5645 I chatty : uid=1000(system) Binder:4808_A identical 2 lines
06-20 21:10:01.488 4808 5645 D Notification: allPendingIntents
06-20 21:10:01.489 4808 5018 D Notification: allPendingIntents
06-20 21:10:01.490 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:10:01.490 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:10:01.490 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:10:01.490 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:10:01.490 4808 5018 D Notification: allPendingIntents
06-20 21:10:01.495 4808 6745 D Notification: allPendingIntents
06-20 21:10:01.495 4808 6578 D Notification: allPendingIntents
06-20 21:10:01.495 4808 5645 D Notification: allPendingIntents
06-20 21:10:01.497 4808 6748 D Notification: allPendingIntents
06-20 21:10:01.498 4808 6578 D Notification: allPendingIntents
06-20 21:10:01.499 4808 6578 D Notification: allPendingIntents
06-20 21:10:01.509 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:01.549 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:01.567 5294 5294 D swipe : !isFreemformEnabled
06-20 21:10:01.585 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:01.801 6068 6068 D io_stats: !@ 8,0 r 8145611 471114788 w 4226065 77236616 d 382258 34803032 f 1064848 1082591 iot 4379848 3600161 th 307200 0 0 pt 0 inp 0 0 193873.304
06-20 21:10:02.059 4808 4850 W StorageManager: getStorageFullBytes DEFAULT_FULL_THRESHOLD_BYTES : 20971520, threadhold : 20971520
06-20 21:10:02.059 4808 4850 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2821057740, maxLowBytes : 524288000
06-20 21:10:02.060 4808 4850 W DeviceStorageMonitorService: updateBroadcasts(/data) oldLevel:0, newLevel:0, seq:1
06-20 21:10:02.060 4808 4850 W DeviceStorageMonitorService: updateBroadcasts_filenode(/data) fn_oldLevel:0, fn_newLevel:0, seq:1
06-20 21:10:02.068 4401 4401 E audit : type=1400 audit(1529518202.062:56321): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:10:02.068 4401 4401 E audit : type=1300 audit(1529518202.062:56321): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:10:02.068 4401 4401 E audit : type=1327 audit(1529518202.062:56321): proctitle="com.resilio.sync"
06-20 21:10:02.088 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:02.088 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:02.088 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:03.069 4401 4401 E audit : type=1400 audit(1529518203.062:56322): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:10:03.069 4401 4401 E audit : type=1300 audit(1529518203.062:56322): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:10:03.069 4401 4401 E audit : type=1327 audit(1529518203.062:56322): proctitle="com.resilio.sync"
06-20 21:10:03.088 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:03.088 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:03.088 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:04.071 4401 4401 E audit : type=1400 audit(1529518204.066:56323): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:10:04.071 4401 4401 E audit : type=1300 audit(1529518204.066:56323): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:10:04.071 4401 4401 E audit : type=1327 audit(1529518204.066:56323): proctitle="com.resilio.sync"
06-20 21:10:04.088 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:04.088 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:04.088 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:04.189 25547 25844 D Apptimize: Apptimize: Starting post of results to server.
06-20 21:10:04.190 25547 25844 D Apptimize: Apptimize: Posting to https://brahe.apptimize.com/api/device/v4/: {"type":"v4","schemaVersion":4,"a":"CeyhrEsXKR8BYxtudSDRRdjha83Mcfs","c":1529518204186,"g":"e40871cf-3d90-4582-9b12-dcad65d1ed33","o":{"type":"v3","schemaVersion":4,"postCreated":1.529518204187E9,"guid":"e40871cf-3d90-4582-9b12-dcad65d1ed33","currentResults":[{"metrics":{},"experimentRunCount":0,"variationId":1471711},{"metrics":{},"experimentRunCount":0,"variationId":1401191},{"metrics":{},"experimentRunCount":0,"variationId":1472181},{"metrics":{},"experimentRunCount":0,"variationId":1383371}],"finalResults":[],"sequenceNumber":1926,"sequenceNumberLastSuccessfulllySent":1922,"metaDataSequenceNumber":181,"deviceProperties":{"screen_scale":3.5,"app_language":"en","screen_width":1440,"app_version":"9.1.0.1","system_country":"US","distribution_method":"store","apptimize_version":"2.13.10","app_installed_date":1.52614292333E9,"platform":"Android","manufacturer":"samsung","screen_height":2960,"system_architecture":"arm64-v8a","app_version_code":220349,"system_version":"8.0.0","device_class":"phone","user_language":"en","apptimize_platform":"Android","model":"SM-G965F","app_first_run_date":1526167664,"brand":"samsung","system_language":"en"},"userAttributes":{"CountryCode":"GR"},"applicableExperimentNames":["Service Messages Cap","Shopping V2 Enabled","Share media with invite link - Phase 2","invite text content","Birthdate screen new AB testing - 3"]},"e":[{"ei":6511,"mt":1529514662933,"dt":1529514662933,"sb":359406050,"bt":1529155256884,"pa":{"$app_installed_date":1.52614292333E9,"$model":"SM-G965F","$screen_width":1440,"$platform":"Android","$brand":"samsung","$screen_height":2960,"$system_architecture":"arm64-v8a","$user_language":"en","$app_version":"9.1.0.1","$distribution_method":"store","$device_class":"phone","$apptimize_version":"2.13.10","%CountryCode":"GR","$system_version":"8.0.0","$system_country":"US","$screen_scale":3.5,"$app_first_run_date":1526167664,"$apptimize_platform":"Android","$app_version_code":220349,"$app_language":"en","$manufacturer":"samsung","$system_language":"en"},"ty":"sp","t":1529514663000,"f":6021,"l":6510},{"ei":6512,"mt":1529515378637,"dt":1529515378637,"sb":360121754,"bt":1529155256883,"ty":"ie","n":"crashReportingNotInitialized","a":{}},{"ei":6513,"mt":1529515378638,"dt":1529515378638,"sb":360121755,"bt":1529155256883,"ty":"ie","n":"activitiesInMultipleProcesses","a":{}},{"ei":6514,"mt":1529515378641,"dt":1529515378641,"sb":360121758,"bt":1529155256883,"ty":"md","s":181,"v":[1401191,1472181,1471711,1383371]},{"ei":6515,"mt":1529516205451,"dt":1529516205451,"sb":360948567,"bt":1529155256883,"ty":"ie","n":"activitiesInMultipleProcesses","a":{}},{"ei":6516,"mt":1529516205452,"dt":1529516205452,"sb":360948569,"bt":1529155256883,"ty":"ie","n":"crashReportingNotInitialized","a":{}},{"ei":6517,"mt":1529516205459,"dt":1529516205459,"sb":360948576,"bt":1529155256883,"ty":"md","s":181,"v":[1401191,1472181,1471711,1383371]},{"ei":6518,"mt":1529517055278,"dt":1529517055278,"sb":361798395,"bt":1529155256883,"ty":"ie","n":"activitiesInMultipleProcesses","a":{}},{"ei":6519,"mt":1529517055280,"dt":1529517055280,"sb":361798396,"bt":1529155256883,"ty":"ie","n":"crashReportingNotInitialized","a":{}},{"ei":6520,"mt":1529517055284,"dt":1529517055284,"sb":361798401,"bt":1529155256883,"ty":"md","s":181,"v":[1401191,1472181,1471711,1383371]},{"ei":6521,"mt":1529517842186,"dt":1529517842186,"sb":362585303,"bt":1529155256884,"ty":"ie","n":"activitiesInMultipleProcesses","a":{}},{"ei":6522,"mt":1529517842188,"dt":1529517842188,"sb":362585304,"bt":1529155256884,"ty":"ie","n":"crashReportingNotInitialized","a":{}},{"ei":6523,"mt":1529517842190,"dt":1529517842190,"sb":362585307,"bt":1529155256884,"ty":"md","s":181,"v":[1401191,1472181,1471711,1383371]}],"v":"Android 2.13.10"}
06-20 21:10:04.193 4808 6745 D ConnectivityService: filterNetworkStateForUid() uid: 10216 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:10:04.203 25547 25844 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
06-20 21:10:04.203 25547 25844 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
06-20 21:10:04.207 4430 4631 D DnsProxyListener: DNSDBG::dns addrinfo af 0
06-20 21:10:04.572 4401 4401 E audit : type=1400 audit(1529518204.566:56324): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:10:04.572 4401 4401 E audit : type=1300 audit(1529518204.566:56324): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:10:04.572 4401 4401 E audit : type=1327 audit(1529518204.566:56324): proctitle="com.resilio.sync"
06-20 21:10:05.088 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:05.088 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:05.089 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:05.572 4401 4401 E audit : type=1400 audit(1529518205.566:56325): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:10:05.572 4401 4401 E audit : type=1300 audit(1529518205.566:56325): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:10:05.573 4401 4401 E audit : type=1327 audit(1529518205.566:56325): proctitle="com.resilio.sync"
06-20 21:10:06.089 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:06.089 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:06.089 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:06.573 4401 4401 E audit : type=1400 audit(1529518206.570:56326): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:10:06.573 4401 4401 E audit : type=1300 audit(1529518206.570:56326): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:10:06.573 4401 4401 E audit : type=1327 audit(1529518206.570:56326): proctitle="com.resilio.sync"
06-20 21:10:06.805 6068 6068 D io_stats: !@ 8,0 r 8145611 471114788 w 4226072 77236712 d 382259 34803044 f 1064849 1082592 iot 4379848 3600163 th 307200 0 0 pt 0 inp 0 0 193878.307
06-20 21:10:07.089 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:07.089 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:07.089 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:07.574 4401 4401 E audit : type=1400 audit(1529518207.570:56327): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:10:07.574 4401 4401 E audit : type=1300 audit(1529518207.570:56327): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:10:07.574 4401 4401 E audit : type=1327 audit(1529518207.570:56327): proctitle="com.resilio.sync"
06-20 21:10:07.843 25547 25844 I Apptimize: Apptimize: Successfully posted results to server.
06-20 21:10:08.089 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:08.089 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:08.089 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:08.574 4401 4401 E audit : type=1400 audit(1529518208.570:56328): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:10:08.575 4401 4401 E audit : type=1300 audit(1529518208.570:56328): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:10:08.575 4401 4401 E audit : type=1327 audit(1529518208.570:56328): proctitle="com.resilio.sync"
06-20 21:10:08.708 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:10:08.713 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:10:08.714 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:10:08.714 4808 10122 D AudioService: active stream is 0x0
06-20 21:10:08.714 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:10:08.714 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:10:08.714 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:10:08.715 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:10:08.737 4808 10122 D SSRM:e : ATC: power = AP_CP = 412, Display = 0(Panel:0, LDIs:0), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
06-20 21:10:08.737 4808 10122 D SSRM:e : ATC: current = AP_CP = 103, Display = 0, WIFI = 0, SPK = 4,RCV = 4, Camera = 0, PAM = 0
06-20 21:10:08.738 4808 10122 D SSRM:e : ATC: Ambient Temperature = 32.39, Skin temperature = F_AP[35.00], F_RF[34.80], B_AP[34.80], B_RF[34.70], B_WIFI[34.20], B_SPK[34.40]
06-20 21:10:09.090 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:09.090 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:09.090 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:09.575 4401 4401 E audit : type=1400 audit(1529518209.570:56329): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:10:09.575 4401 4401 E audit : type=1300 audit(1529518209.570:56329): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:10:09.575 4401 4401 E audit : type=1327 audit(1529518209.570:56329): proctitle="com.resilio.sync"
06-20 21:10:10.090 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:10.090 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:10.090 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:10.237 4808 10122 D SSRM:d : SIOP:: AP = 380, PST = 382 (W:15), BAT = 378, USB = 349, CHG = 440, CP = 369, WF = 379, WFPst = 376 (W:15)
06-20 21:10:10.576 4401 4401 E audit : type=1400 audit(1529518210.570:56330): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:10:10.576 4401 4401 E audit : type=1300 audit(1529518210.570:56330): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:10:10.576 4401 4401 E audit : type=1327 audit(1529518210.570:56330): proctitle="com.resilio.sync"
06-20 21:10:11.090 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:11.090 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:11.091 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:11.249 4808 4969 D SamsungAlarmManager: Expired : 8
06-20 21:10:11.250 4808 4969 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20180620T211238 - CU:1000/CP:4808
06-20 21:10:11.250 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364233117 , orig nextNonWakeup=0
06-20 21:10:11.250 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T213130, SetElapsed=364233117, nowELAPSED=362954367
06-20 21:10:11.250 4808 4969 D SamsungAlarmManager: setInexact Intent (T:1/F:0/AC:false) 20180620T211145 - CU:1000/CP:4808
06-20 21:10:11.250 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364233117 , orig nextNonWakeup=0
06-20 21:10:11.251 4808 4969 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20180620T212011 - CU:1000/CP:4808
06-20 21:10:11.251 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364233117 , orig nextNonWakeup=0
06-20 21:10:11.577 4401 4401 E audit : type=1400 audit(1529518211.570:56331): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:10:11.577 4401 4401 E audit : type=1300 audit(1529518211.570:56331): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:10:11.577 4401 4401 E audit : type=1327 audit(1529518211.570:56331): proctitle="com.resilio.sync"
06-20 21:10:11.251 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364233117 , orig nextNonWakeup=0
06-20 21:10:11.630 4808 6745 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:10:11.630 4808 6745 D BatteryService: level:46, scale:100, status:2, health:2, present:true, voltage: 4014, temperature: 378, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1628000
06-20 21:10:11.630 4808 6745 D BatteryService: online:6, current avg:1534, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1479
06-20 21:10:11.631 4808 6745 D BatteryService: stay LED for charging
06-20 21:10:11.631 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:10:11.631 4808 4808 I MotionRecognitionService: Plugged
06-20 21:10:11.632 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:10:11.632 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:10:11.632 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 46, battStatus :: 2
06-20 21:10:11.632 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:10:11.633 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:10:11.635 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=46, mBatteryStatus=2
06-20 21:10:11.636 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=46, scale=100
06-20 21:10:11.637 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:10:11.637 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 46 | 100 }
06-20 21:10:11.637 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3687000 mChargingTime : 3683000
06-20 21:10:11.637 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:10:11.638 5294 5294 D Notification: allPendingIntents
06-20 21:10:11.639 744 744 D Notification: allPendingIntents
06-20 21:10:11.640 4808 6578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:10:11.640 4808 6578 D API test: getContainerInfo: value is
06-20 21:10:11.640 4808 6578 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:10:11.640 4808 6578 D API test: getContainerInfo: value is
06-20 21:10:11.641 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:10:11.641 4808 4841 D API test: getContainerInfo: value is
06-20 21:10:11.641 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:10:11.641 4808 4841 D API test: getContainerInfo: value is
06-20 21:10:11.642 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:10:11.646 4808 6578 D Notification: allPendingIntents
06-20 21:10:11.649 4808 6745 D Notification: allPendingIntents
06-20 21:10:11.649 4808 6578 D Notification: allPendingIntents
06-20 21:10:11.651 4808 6745 D Notification: allPendingIntents
06-20 21:10:11.651 4808 5645 D Notification: allPendingIntents
06-20 21:10:11.652 4808 6745 D Notification: allPendingIntents
06-20 21:10:11.655 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:10:11.655 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:10:11.655 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:10:11.655 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:10:11.661 4808 6745 D Notification: allPendingIntents
06-20 21:10:11.661 4808 5018 D Notification: allPendingIntents
06-20 21:10:11.661 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:10:11.664 4808 5645 D Notification: allPendingIntents
06-20 21:10:11.666 4808 6748 D Notification: allPendingIntents
06-20 21:10:11.666 4808 6745 D Notification: allPendingIntents
06-20 21:10:11.666 4808 5645 D Notification: allPendingIntents
06-20 21:10:11.673 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:11.680 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:10:11.680 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:10:11.700 24957 24970 I Finsky : [11792] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:10:11.711 24957 24970 I chatty : uid=10056(u0_a56) Binder:24957_3 identical 2 lines
06-20 21:10:11.714 24957 24970 I Finsky : [11792] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:10:11.714 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:11.732 5294 5294 D swipe : !isFreemformEnabled
06-20 21:10:11.749 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:11.807 6068 6068 D io_stats: !@ 8,0 r 8145626 471114920 w 4226142 77237280 d 382263 34803084 f 1064869 1082613 iot 4379884 3600184 th 307200 0 0 pt 0 inp 0 0 193883.310
06-20 21:10:11.850 4808 4817 I zygote64: Background concurrent copying GC freed 206321(9MB) AllocSpace objects, 190(3MB) LOS objects, 26% free, 67MB/91MB, paused 640us total 206.573ms
06-20 21:10:12.091 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:12.091 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:12.091 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:12.160 4808 4969 D SamsungAlarmManager: Expired : 4
06-20 21:10:12.160 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211054, SetElapsed=362997839, nowELAPSED=362955277
06-20 21:10:12.160 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364233117 , orig nextNonWakeup=0
06-20 21:10:12.161 4808 4969 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{d982cdf type 3 when 362883117 android}
06-20 21:10:12.161 4808 4969 V SamsungAlarmManager: Sending to uid : 10576 action=null alarm=Alarm{562a3f5 type 0 when 1529518212160 com.resilio.sync}
06-20 21:10:12.162 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 listener=android.os.BinderProxy@62ec264 alarm=Alarm{d72a58a type 3 when 362883234 com.google.android.gms}
06-20 21:10:12.162 4808 4969 V SamsungAlarmManager: Sending to uid : 10199 action=com.samsung.android.app.shealth.tracker.pedometer.PedometerService.HBA alarm=Alarm{4cb0018 type 3 when 362921470 com.sec.android.app.shealth}
06-20 21:10:12.164 17493 17493 D RSync_DownCoreReceiver: onReceive
06-20 21:10:12.165 17493 17493 D RSync_DownCoreReceiver: onReceive
06-20 21:10:12.165 17493 17493 D NotificationCenter: post event id = 62 args { empty }
06-20 21:10:12.165 17493 17493 D RSync_Core: [downCoreReceiver] Tick
06-20 21:10:12.165 17493 17493 D RSync_Core: [downCoreReceiver] Tick
06-20 21:10:12.165 17493 17493 V RSync_Core: [hasActiveDownloads] hasActiveDownloads:false isCoreStarted:true
06-20 21:10:12.165 17493 17493 D RSync_Core: [startCoreCheckDownloadsTimer] current interval = 30 minutes isImmediately = false
06-20 21:10:12.165 17493 17493 D RSync_Core: [startCoreCheckDownloadsTimer] current interval = 30 minutes isImmediately = false
06-20 21:10:12.165 17493 17493 D RSync_Core: [cancelWakeUpAlarm] alarm cancelled
06-20 21:10:12.171 4808 5645 D SamsungAlarmManager: Cancel Alarm calling from uid:10576 pid :17493 / op:PendingIntent{f068a71: PendingIntentRecord{28aa945 com.resilio.sync broadcastIntent}}
06-20 21:10:12.171 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=null alarm=Alarm{85d9056 type 3 when 362923236 com.google.android.gms}
06-20 21:10:12.166 17493 17493 D RSync_Core: [cancelWakeUpAlarm] alarm cancelled
06-20 21:10:12.171 9133 9133 I PedometerService: onStartCommand true, true, false
06-20 21:10:12.171 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=com.google.android.location.reporting.collectors.ULR_BAROMETER_READ_ALARM alarm=Alarm{a54d8d7 type 1 when 1529518185559 com.google.android.gms}
06-20 21:10:12.172 4808 4969 V SamsungAlarmManager: Sending to uid : 10634 action=cm.aptoide.pt.sync.alarm.action.SYNC alarm=Alarm{d7c05c4 type 3 when 362954366 cm.aptoide.pt}
06-20 21:10:12.172 4808 6745 D SemContext.CaeProvider.SensorStatusCheckImpl: requestToUpdate SensorHub Reset Cnt : 0
06-20 21:10:12.172 4808 6745 D SemContext.CaeProvider.SensorStatusCheckImpl: SensorHub Reset Cnt : 0
06-20 21:10:12.172 4808 6745 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 0 - 0
06-20 21:10:12.172 4808 6745 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 1 - 0
06-20 21:10:12.172 4808 6745 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 2 - 0
06-20 21:10:12.172 4808 6745 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 3 - 0
06-20 21:10:12.172 4808 6745 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 4 - 0
06-20 21:10:12.172 4808 6745 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 5 - 0
06-20 21:10:12.172 4808 6745 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 6 - 0
06-20 21:10:12.173 4808 6745 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 7 - 0
06-20 21:10:12.173 4808 6745 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 8 - 0
06-20 21:10:12.173 4808 6745 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 9 - 0
06-20 21:10:12.173 4808 6745 D SemContextService: Service.updateContext() : service = Sensor Status Check
06-20 21:10:12.173 4808 6745 D SemContext.CaeProvider.SensorStatusCheckImpl: initialize Last Event!!
06-20 21:10:12.173 4808 6745 D SemContextService: .requestToUpdate() : service = Sensor Status Check
06-20 21:10:12.177 9133 9133 D SemContextManager: .requestToUpdate : listener = com.samsung.android.app.shealth.tracker.pedometer.service.wrapper.ActivitySensorDelegator$SemContextListenerWrapper@7eb7093, service=Sensor Status Check
06-20 21:10:12.183 2402 9206 I cm.aptoide.pt.account.AndroidAccountDataMigration: Migrating from version 0 to 60
06-20 21:10:12.183 2402 9206 W cm.aptoide.pt.account.AndroidAccountDataMigration: migrateAccountFromPreviousThan43
06-20 21:10:12.183 2402 9206 W cm.aptoide.pt.account.AndroidAccountDataMigration: migrateAccountFromVersion59To60
06-20 21:10:12.185 6194 8254 I Places : Converted 0 out of 4 WiFi scans
06-20 21:10:12.186 2402 9206 I cm.aptoide.pt.account.AndroidAccountDataMigration: migrating from v7
06-20 21:10:12.189 2402 9206 V IdsRepository: getUniqueIdentifier: in sharedPreferences: 491bbbee-6f6a-4608-b614-4bd928582c4f
06-20 21:10:12.191 4808 4808 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20180620T211100 - CU:1000/CP:4808
06-20 21:10:12.191 17493 17493 D RSync_Core: [setWakeUpAlarm] (delay = 1800000) alarm sets at 21:40:12:191
06-20 21:10:12.191 17493 17493 D RSync_Core: [setWakeUpAlarm] (delay = 1800000) alarm sets at 21:40:12:191
06-20 21:10:12.194 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
06-20 21:10:12.194 5294 5294 D KeyguardServiceBoxContainer: refreshTime() 1
06-20 21:10:12.199 4808 6748 D SamsungAlarmManager: setExact Intent (T:0/F:0/AC:false) 20180620T215610 - CU:10576/CP:17493
06-20 21:10:12.200 17493 17493 D RSync_Core: [CoreService#suspend] suspend core
06-20 21:10:12.200 17493 17493 D RSync_Core: [CoreService#suspend] suspend core
06-20 21:10:12.200 17493 17493 D NotificationCenter: post event id = 10 args {[1]: CoreStatus{isCoreStarting=false, isCoreStarted=true, isCoreStopping=false, isSuspended=true} }
06-20 21:10:12.200 17493 17493 W Notification: Use of stream types is deprecated for operations other than volume control
06-20 21:10:12.200 17493 17493 W Notification: See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
06-20 21:10:12.202 4808 6745 D SamsungAlarmManager: setExact Listener (T:3/F:1/AC:false) 20180620T211512 - CU:10034/CP:6194
06-20 21:10:12.203 17493 17493 D Notification: allPendingIntents
06-20 21:10:12.204 4808 6745 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.resilio.sync,userId = 0
06-20 21:10:12.204 4808 6745 D API test: getContainerInfo: value is
06-20 21:10:12.204 4808 6745 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.resilio.sync,userId = 0
06-20 21:10:12.204 4808 6745 D API test: getContainerInfo: value is
06-20 21:10:12.205 17493 17493 W Notification: Use of stream types is deprecated for operations other than volume control
06-20 21:10:12.205 17493 17493 W Notification: See the documentation of setSound() for what to use instead with android.media.AudioAttributes to qualify your playback use case
06-20 21:10:12.205 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:10:12.205 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.resilio.sync user=UserHandle{0} id=3586 tag=null key=0|com.resilio.sync|3586|null|10576: Notification(channel=null pri=-2 contentView=null vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 category=service actions=2 number=0 vis=PUBLIC semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:10:12.205 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:10:12.205 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:10:12.206 6194 24243 I GCoreUlr: Successfully inserted 1 locations
06-20 21:10:12.207 17493 17493 D Notification: allPendingIntents
06-20 21:10:12.209 4808 6275 D Notification: allPendingIntents
06-20 21:10:12.209 4808 5018 D Notification: allPendingIntents
06-20 21:10:12.209 4808 6748 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.resilio.sync,userId = 0
06-20 21:10:12.209 4808 6748 D API test: getContainerInfo: value is
06-20 21:10:12.209 4808 6748 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.resilio.sync,userId = 0
06-20 21:10:12.209 4808 6748 D API test: getContainerInfo: value is
06-20 21:10:12.210 4808 6748 D Notification: allPendingIntents
06-20 21:10:12.210 4808 5018 D Notification: allPendingIntents
06-20 21:10:12.211 17493 17493 D RSync_Core: Wake lock was released
06-20 21:10:12.211 4808 5645 D Notification: allPendingIntents
06-20 21:10:12.211 17493 17493 D RSync_Core: Wake lock was released
06-20 21:10:12.212 17493 17493 D RSync_Core: [cancelDownCoreAlarm] alarm cancelled
06-20 21:10:12.212 4808 5645 D Notification: allPendingIntents
06-20 21:10:12.212 17493 17493 D RSync_Core: [cancelDownCoreAlarm] alarm cancelled
06-20 21:10:12.212 4808 6748 D SamsungAlarmManager: Cancel Alarm calling from uid:10576 pid :17493 / op:PendingIntent{954495c: PendingIntentRecord{955ad5c com.resilio.sync broadcastIntent}}
06-20 21:10:12.212 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:10:12.212 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.resilio.sync user=UserHandle{0} id=3586 tag=null key=0|com.resilio.sync|3586|null|10576: Notification(channel=null pri=-2 contentView=null vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 category=service actions=2 number=0 vis=PUBLIC semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:10:12.212 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:10:12.212 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:10:12.213 4808 6275 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:10:12.214 4808 6275 D Notification: allPendingIntents
06-20 21:10:12.215 4808 6275 D Notification: allPendingIntents
06-20 21:10:12.216 4808 5018 D Notification: allPendingIntents
06-20 21:10:12.217 4808 5018 D Notification: allPendingIntents
06-20 21:10:12.218 4808 5645 D Notification: allPendingIntents
06-20 21:10:12.218 4808 6275 D Notification: allPendingIntents
06-20 21:10:12.221 4430 4631 D DnsProxyListener: DNSDBG::dns addrinfo af 0
06-20 21:10:12.222 4808 5018 I SensorService: createSensorEventConnection package name awia
06-20 21:10:12.223 4808 5018 D SensorService: Calling batch handle==8 flags=0 rate=100000000 timeout== 0
06-20 21:10:12.224 4267 4267 I Sensors : batch - pressure_sensor try to batching with 100000000
06-20 21:10:12.224 4267 4267 I Sensors : PressureSensor old sensor_state 16384, new sensor_state : 17179885600 en : 1
06-20 21:10:12.229 6194 6194 D SensorManager: registerListener :: 8, LPS22H Barometer Sensor, 0, 0,
06-20 21:10:12.229 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:12.242 4808 5018 D SensorService: Calling activate off 8
06-20 21:10:12.243 4267 4950 I Sensors : PressureSensor old sensor_state 16416, new sensor_state : 17179885568 en : 0
06-20 21:10:12.248 6194 6194 D SensorManager: unregisterListener ::
06-20 21:10:12.248 4808 5018 D MARsPolicyManager: Package: com.tripadvisor.tripadvisor, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: null
06-20 21:10:12.250 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:10:12.250 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:10:12.254 6194 26165 I vgd : 35-GetDeviceDataUploadOptInStatusOperation -- metadata{ service_id: 0 }
06-20 21:10:12.266 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:12.273 4808 5018 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20180620T211112 - CU:10034/CP:6194
06-20 21:10:12.271 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:12.290 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:10:12.298 5294 5294 D swipe : !isFreemformEnabled
06-20 21:10:12.307 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:12.326 23419 26171 D TelephonyManager: getCellLocation : Caller (PID / UID / TID): 23419 / 10127 / 26171
06-20 21:10:12.340 23419 26171 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 23419 / 10127 / 26171
06-20 21:10:12.363 4808 6748 D ConnectivityService: filterNetworkStateForUid() uid: 10127 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:10:12.382 4808 6748 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:10:12.383 4808 6748 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:10:12.385 4808 6748 D SamsungAlarmManager: Cancel Alarm calling from uid:10034 pid :6194 / op:PendingIntent{b09fc19: PendingIntentRecord{809d25 com.google.android.gms broadcastIntent}}
06-20 21:10:12.390 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:10:12.409 4808 6748 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20180620T211258 - CU:10034/CP:6194
06-20 21:10:12.457 2402 9206 I cm.aptoide.pt.account.AndroidAccountDataMigration: Migrating from version 0 to 60
06-20 21:10:12.458 2402 9206 W cm.aptoide.pt.account.AndroidAccountDataMigration: migrateAccountFromPreviousThan43
06-20 21:10:12.458 2402 9206 W cm.aptoide.pt.account.AndroidAccountDataMigration: migrateAccountFromVersion59To60
06-20 21:10:12.459 2402 9206 I cm.aptoide.pt.account.AndroidAccountDataMigration: migrating from v7
06-20 21:10:12.578 4401 4401 E audit : type=1400 audit(1529518212.574:56332): avc: denied { read } for pid=17493 comm="Thread-33" name="stat" dev="proc" ino=4026532538 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:10:12.578 4401 4401 E audit : type=1300 audit(1529518212.574:56332): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c3b14759 a2=60000 a3=0 items=0 ppid=5006 pid=17493 auid=4294967295 uid=10576 gid=10576 euid=10576 suid=10576 fsuid=10576 egid=10576 sgid=10576 fsgid=10576 tty=(none) ses=4294967295 comm="Thread-33" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:10:12.578 4401 4401 E audit : type=1327 audit(1529518212.574:56332): proctitle="com.resilio.sync"
06-20 21:10:12.671 4808 4853 I PowerManagerService: [PWL] On : 192800324 (1083850 ms ago)
06-20 21:10:12.671 4808 4853 I PowerManagerService: [PWL] mStayOn: false mWakeLockSummary & WAKE_LOCK_STAY_AWAKE: 0 mUserActivitySummary: 0x4
06-20 21:10:12.976 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:10:12.977 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:10:34.064 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:10:34.076 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:10:34.080 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:34.080 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:34.080 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:34.172 4808 6748 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:10:34.172 4808 6748 D BatteryService: level:47, scale:100, status:2, health:2, present:true, voltage: 4107, temperature: 379, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1645000
06-20 21:10:34.172 4808 6748 D BatteryService: online:6, current avg:2342, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2438
06-20 21:10:34.172 4808 6748 D BatteryService: stay LED for charging
06-20 21:10:34.172 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:10:34.173 4808 4853 D PowerManagerService: [PSM] lowPowerModeEnabled: false (mLowPowerModeSetting: false, mIsPowered: true, mAutoLowPowerModeConfigured: false, mBatteryLevel: 47, mLowBatteryTriggerLevel: 0, mUltraPowerSavingModeEnabled: false, mEmergencyModeEnabled: false)
06-20 21:10:34.174 4808 4853 D PowerManagerService: mDisplayReady: false
06-20 21:10:34.174 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable
06-20 21:10:34.174 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable done
06-20 21:10:34.174 4808 4853 D PowerManagerService: [PWL] sb acquire: PowerManagerService.Display
06-20 21:10:34.174 4808 4853 D DisplayPowerController: animateScreenStateChange: target1
06-20 21:10:34.174 4808 4853 D DisplayPowerController: Animating brightness: target=0, rate=0 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1))
06-20 21:10:34.174 4808 4853 D PowerManagerService: [s] DisplayPowerCallbacks : onStateChanged()
06-20 21:10:34.174 4808 4853 D PowerManagerService: mDisplayReady: true
06-20 21:10:34.174 4808 4853 I libsuspend: !@autosuspend_wakeup_count_enable
06-20 21:10:34.174 4808 4853 I libsuspend: !@autosuspend_wakeup_count_enable done
06-20 21:10:34.174 4808 4853 D PowerManagerService: [PWL] sb release: PowerManagerService.Display
06-20 21:10:34.175 4808 4808 I MotionRecognitionService: Plugged
06-20 21:10:34.175 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:10:34.175 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:10:34.176 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 47, battStatus :: 2
06-20 21:10:34.176 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:10:34.176 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:10:34.176 4808 4808 D GameManagerService: new battery level: 47
06-20 21:10:34.177 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:10:34.180 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=47, mBatteryStatus=2
06-20 21:10:34.182 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:10:34.183 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=47, scale=100
06-20 21:10:34.183 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 47 | 100 }
06-20 21:10:34.184 17493 17493 D RSync_Core: [onBatteryStatusChanged] core not started
06-20 21:10:34.189 744 744 D Notification: allPendingIntents
06-20 21:10:34.235 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:10:34.235 4808 4841 D API test: getContainerInfo: value is
06-20 21:10:34.235 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:10:34.235 4808 4841 D API test: getContainerInfo: value is
06-20 21:10:34.182 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:10:34.237 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:10:34.237 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:10:34.237 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:10:34.237 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:10:34.242 4808 5645 D Notification: allPendingIntents
06-20 21:10:34.243 4808 6745 D Notification: allPendingIntents
06-20 21:10:34.244 4808 6275 D Notification: allPendingIntents
06-20 21:10:34.245 4808 6748 D Notification: allPendingIntents
06-20 21:10:34.245 4808 5018 D Notification: allPendingIntents
06-20 21:10:34.246 4808 6275 D Notification: allPendingIntents
06-20 21:10:34.249 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:10:34.250 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:10:34.250 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3683000 mChargingTime : 3661000
06-20 21:10:34.250 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:10:34.252 5294 5294 D Notification: allPendingIntents
06-20 21:10:34.253 4808 6745 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:10:34.253 4808 6745 D API test: getContainerInfo: value is
06-20 21:10:34.254 4808 6745 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:10:34.254 4808 6745 D API test: getContainerInfo: value is
06-20 21:10:34.263 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:34.264 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:10:34.267 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:10:34.268 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:10:34.268 4808 6748 D Notification: allPendingIntents
06-20 21:10:34.270 4808 6745 D Notification: allPendingIntents
06-20 21:10:34.271 4808 6748 D Notification: allPendingIntents
06-20 21:10:34.272 4808 6748 D Notification: allPendingIntents
06-20 21:10:34.274 4808 6275 D Notification: allPendingIntents
06-20 21:10:34.275 4808 6275 D Notification: allPendingIntents
06-20 21:10:34.285 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:10:34.285 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:34.287 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:10:34.291 24957 25924 I chatty : uid=10056(u0_a56) Binder:24957_5 identical 1 line
06-20 21:10:34.293 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:10:34.310 5294 5294 D swipe : !isFreemformEnabled
06-20 21:10:34.323 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:34.358 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:34.808 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:10:34.808 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:10:38.058 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:38.058 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:38.058 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:38.059 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:10:38.140 4808 6275 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:10:38.141 4808 6275 D BatteryService: level:47, scale:100, status:2, health:2, present:true, voltage: 4024, temperature: 379, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1646000
06-20 21:10:38.141 4808 6275 D BatteryService: online:6, current avg:2071, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1485
06-20 21:10:38.141 4808 6275 D BatteryService: stay LED for charging
06-20 21:10:38.141 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:10:38.143 4808 4808 I MotionRecognitionService: Plugged
06-20 21:10:38.143 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:10:38.143 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:10:38.143 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 47, battStatus :: 2
06-20 21:10:38.143 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:10:38.144 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:10:38.144 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=47, mBatteryStatus=2
06-20 21:10:38.146 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=47, scale=100
06-20 21:10:38.147 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 47 | 100 }
06-20 21:10:38.151 744 744 D Notification: allPendingIntents
06-20 21:10:38.151 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:10:38.152 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3661000 mChargingTime : 3658000
06-20 21:10:38.152 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:10:38.153 5294 5294 D Notification: allPendingIntents
06-20 21:10:38.155 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:10:38.155 4808 4841 D API test: getContainerInfo: value is
06-20 21:10:38.155 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:10:38.155 4808 6275 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:10:38.155 4808 4841 D API test: getContainerInfo: value is
06-20 21:10:38.156 4808 6275 D API test: getContainerInfo: value is
06-20 21:10:38.156 4808 6275 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:10:38.156 4808 6275 D API test: getContainerInfo: value is
06-20 21:10:38.157 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:10:38.157 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:10:38.157 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:10:38.157 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:10:38.161 4808 6275 D Notification: allPendingIntents
06-20 21:10:38.163 4808 6748 D Notification: allPendingIntents
06-20 21:10:38.167 4808 6745 D Notification: allPendingIntents
06-20 21:10:38.168 4808 5645 D Notification: allPendingIntents
06-20 21:10:38.169 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:10:38.171 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:10:38.174 4808 5645 D Notification: allPendingIntents
06-20 21:10:38.176 4808 5018 D Notification: allPendingIntents
06-20 21:10:38.177 4808 6748 D Notification: allPendingIntents
06-20 21:10:38.180 4808 6748 D Notification: allPendingIntents
06-20 21:10:38.181 4808 6275 D Notification: allPendingIntents
06-20 21:10:38.182 4808 6748 D Notification: allPendingIntents
06-20 21:10:38.184 4808 5645 D Notification: allPendingIntents
06-20 21:10:38.185 4808 6748 D Notification: allPendingIntents
06-20 21:10:38.212 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:38.221 5294 5294 D swipe : !isFreemformEnabled
06-20 21:10:38.225 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:38.242 5294 5294 I chatty : uid=10004(u0_a4) com.android.systemui identical 1 line
06-20 21:10:38.256 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:38.274 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:10:38.792 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:10:38.793 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:10:40.058 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:40.058 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:40.058 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:40.058 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:10:40.066 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:10:40.139 4808 6275 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:10:40.140 4808 6275 D BatteryService: level:47, scale:100, status:2, health:2, present:true, voltage: 4022, temperature: 379, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1647000
06-20 21:10:40.140 4808 6275 D BatteryService: online:6, current avg:1983, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1435
06-20 21:10:40.140 4808 6275 D BatteryService: stay LED for charging
06-20 21:10:40.140 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:10:40.141 4808 4808 I MotionRecognitionService: Plugged
06-20 21:10:40.141 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:10:40.141 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:10:40.141 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 47, battStatus :: 2
06-20 21:10:40.142 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:10:40.142 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:10:40.143 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=47, mBatteryStatus=2
06-20 21:10:40.144 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=47, scale=100
06-20 21:10:40.144 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 47 | 100 }
06-20 21:10:40.146 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:10:40.146 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3658000 mChargingTime : 3658000
06-20 21:10:40.146 5294 5294 D PowerUI.Notification: There is no change about charging status, so return!
06-20 21:10:40.148 744 744 D Notification: allPendingIntents
06-20 21:10:40.150 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:10:40.150 4808 4841 D API test: getContainerInfo: value is
06-20 21:10:40.150 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:10:40.150 4808 4841 D API test: getContainerInfo: value is
06-20 21:10:40.151 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:10:40.152 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:10:40.152 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:10:40.152 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:10:40.155 4808 5645 D Notification: allPendingIntents
06-20 21:10:40.157 4808 5645 I chatty : uid=1000(system) Binder:4808_A identical 2 lines
06-20 21:10:40.158 4808 5645 D Notification: allPendingIntents
06-20 21:10:40.159 4808 6748 D Notification: allPendingIntents
06-20 21:10:40.162 4808 6748 D Notification: allPendingIntents
06-20 21:10:40.172 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:10:40.181 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:40.198 5294 5294 D swipe : !isFreemformEnabled
06-20 21:10:40.216 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:40.803 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:10:40.803 4808 4854 E libsuspend: !@Error writing to /sys/power/wakeup_count: Invalid argument
06-20 21:10:40.903 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:10:40.986 6068 6068 D io_stats: !@ 8,0 r 8145626 471114920 w 4226432 77239824 d 382275 34803196 f 1064961 1082708 iot 4380044 3600268 th 307200 0 0 pt 0 inp 0 0 193888.313
06-20 21:10:41.058 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:41.058 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:41.058 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:41.076 17493 17539 D RSync_PreferencesManager: [isBatteryEnabled] charging=true, batterySaver=false, batteryPercent=47, listenBatteryValue=15
06-20 21:10:41.077 4808 6748 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI_P2P[] - WIFI_P2P, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:10:41.077 4808 6748 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: VPN[] - VPN, state: CONNECTED/CONNECTED, reason: agentConnect, extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:10:41.078 4808 6748 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:10:41.078 17493 17539 D RSync_Core: [doubleCheck] traffic: true
06-20 21:10:41.312 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:10:41.312 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:10:41.792 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:10:41.078 4808 6748 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:10:41.850 4808 6748 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:10:41.850 4808 6748 D BatteryService: level:47, scale:100, status:2, health:2, present:true, voltage: 4022, temperature: 379, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1648000
06-20 21:10:41.850 4808 6748 D BatteryService: online:6, current avg:1914, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1457
06-20 21:10:41.850 4808 6748 D BatteryService: stay LED for charging
06-20 21:10:41.850 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:10:41.851 4808 4808 I MotionRecognitionService: Plugged
06-20 21:10:41.851 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:10:41.851 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:10:41.851 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 47, battStatus :: 2
06-20 21:10:41.852 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:10:41.852 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:10:41.853 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=47, mBatteryStatus=2
06-20 21:10:41.854 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=47, scale=100
06-20 21:10:41.855 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 47 | 100 }
06-20 21:10:41.857 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:10:41.857 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3658000 mChargingTime : 3658000
06-20 21:10:41.857 5294 5294 D PowerUI.Notification: There is no change about charging status, so return!
06-20 21:10:41.858 744 744 D Notification: allPendingIntents
06-20 21:10:41.860 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:10:41.860 4808 4841 D API test: getContainerInfo: value is
06-20 21:10:41.860 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:10:41.860 4808 4841 D API test: getContainerInfo: value is
06-20 21:10:41.862 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:10:41.862 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:10:41.862 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:10:41.862 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:10:41.866 4808 5018 D Notification: allPendingIntents
06-20 21:10:41.866 4808 5645 D Notification: allPendingIntents
06-20 21:10:41.869 4808 5645 I chatty : uid=1000(system) Binder:4808_A identical 2 lines
06-20 21:10:41.869 4808 5645 D Notification: allPendingIntents
06-20 21:10:41.870 4808 5018 D Notification: allPendingIntents
06-20 21:10:41.895 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:41.900 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:10:41.913 5294 5294 D swipe : !isFreemformEnabled
06-20 21:10:41.931 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:42.058 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:42.059 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:42.059 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:42.528 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:10:42.528 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:10:45.059 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:10:45.060 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:10:45.066 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:10:45.069 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:10:45.070 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:10:45.070 4808 10122 D AudioService: active stream is 0x0
06-20 21:10:45.070 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:10:45.070 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:10:45.070 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:10:45.071 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:10:45.095 4808 10122 D SSRM:e : ATC: power = AP_CP = 580, Display = 0(Panel:0, LDIs:0), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
06-20 21:10:45.095 4808 10122 D SSRM:e : ATC: current = AP_CP = 145, Display = 0, WIFI = 0, SPK = 4,RCV = 4, Camera = 0, PAM = 0
06-20 21:10:45.096 4808 10122 D SSRM:e : ATC: Ambient Temperature = 32.53, Skin temperature = F_AP[35.00], F_RF[34.80], B_AP[34.80], B_RF[34.70], B_WIFI[34.30], B_SPK[34.40]
06-20 21:10:45.131 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:45.131 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:45.131 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:45.131 4808 5645 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:10:45.132 4808 5645 D BatteryService: level:47, scale:100, status:2, health:2, present:true, voltage: 4022, temperature: 379, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1650000
06-20 21:10:45.132 4808 5645 D BatteryService: online:6, current avg:1784, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1464
06-20 21:10:45.132 4808 5645 D BatteryService: stay LED for charging
06-20 21:10:45.132 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:10:45.133 4808 4808 I MotionRecognitionService: Plugged
06-20 21:10:45.133 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:10:45.133 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:10:45.133 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 47, battStatus :: 2
06-20 21:10:45.134 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:10:45.134 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:10:45.135 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=47, mBatteryStatus=2
06-20 21:10:45.136 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=47, scale=100
06-20 21:10:45.136 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 47 | 100 }
06-20 21:10:45.138 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:10:45.138 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3658000 mChargingTime : 3651000
06-20 21:10:45.138 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:10:45.139 5294 5294 D Notification: allPendingIntents
06-20 21:10:45.141 744 744 D Notification: allPendingIntents
06-20 21:10:45.141 4808 5018 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:10:45.141 4808 5018 D API test: getContainerInfo: value is
06-20 21:10:45.141 4808 5018 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:10:45.141 4808 5018 D API test: getContainerInfo: value is
06-20 21:10:45.142 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:10:45.142 4808 4841 D API test: getContainerInfo: value is
06-20 21:10:45.142 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:10:45.142 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:10:45.142 4808 4841 D API test: getContainerInfo: value is
06-20 21:10:45.145 4808 5018 D Notification: allPendingIntents
06-20 21:10:45.146 4808 5018 I chatty : uid=1000(system) Binder:4808_3 identical 1 line
06-20 21:10:45.147 4808 5018 D Notification: allPendingIntents
06-20 21:10:45.148 4808 5645 D Notification: allPendingIntents
06-20 21:10:45.150 4808 5018 D Notification: allPendingIntents
06-20 21:10:45.151 4808 6275 D Notification: allPendingIntents
06-20 21:10:45.152 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:10:45.152 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:10:45.153 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:10:45.153 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:10:45.157 4808 6578 D Notification: allPendingIntents
06-20 21:10:45.159 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:10:45.159 4808 6745 D Notification: allPendingIntents
06-20 21:10:45.161 4808 5645 D Notification: allPendingIntents
06-20 21:10:45.162 4808 6275 D Notification: allPendingIntents
06-20 21:10:45.162 4808 6748 D Notification: allPendingIntents
06-20 21:10:45.162 4808 6745 D Notification: allPendingIntents
06-20 21:10:45.170 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:45.172 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:10:45.173 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:10:45.173 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:10:45.189 24957 24970 I Finsky : [11792] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:10:45.197 24957 24970 I chatty : uid=10056(u0_a56) Binder:24957_3 identical 2 lines
06-20 21:10:45.199 24957 24970 I Finsky : [11792] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:10:45.211 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:45.228 5294 5294 D swipe : !isFreemformEnabled
06-20 21:10:45.251 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:45.816 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:10:45.816 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:10:51.062 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:51.062 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:51.062 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:51.062 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:10:51.069 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:10:51.132 4808 6745 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:10:51.133 4808 6745 D BatteryService: level:47, scale:100, status:2, health:2, present:true, voltage: 4018, temperature: 378, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1652000
06-20 21:10:51.133 4808 6745 D BatteryService: online:6, current avg:1655, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1494
06-20 21:10:51.133 4808 6745 D BatteryService: stay LED for charging
06-20 21:10:51.133 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:10:51.134 4808 4808 I MotionRecognitionService: Plugged
06-20 21:10:51.134 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:10:51.134 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:10:51.134 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 47, battStatus :: 2
06-20 21:10:51.135 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:10:51.135 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:10:51.136 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=47, mBatteryStatus=2
06-20 21:10:51.137 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=47, scale=100
06-20 21:10:51.137 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 47 | 100 }
06-20 21:10:51.139 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:10:51.140 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3651000 mChargingTime : 3647000
06-20 21:10:51.140 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:10:51.141 5294 5294 D Notification: allPendingIntents
06-20 21:10:51.142 4808 6745 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:10:51.142 4808 6745 D API test: getContainerInfo: value is
06-20 21:10:51.143 4808 6745 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:10:51.143 4808 6745 D API test: getContainerInfo: value is
06-20 21:10:51.144 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:10:51.147 4808 6745 D Notification: allPendingIntents
06-20 21:10:51.150 4808 6745 I chatty : uid=1000(system) Binder:4808_17 identical 3 lines
06-20 21:10:51.151 4808 6745 D Notification: allPendingIntents
06-20 21:10:51.151 744 744 D Notification: allPendingIntents
06-20 21:10:51.152 4808 5018 D Notification: allPendingIntents
06-20 21:10:51.153 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:10:51.153 4808 4841 D API test: getContainerInfo: value is
06-20 21:10:51.153 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:10:51.153 4808 4841 D API test: getContainerInfo: value is
06-20 21:10:51.155 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:10:51.155 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:10:51.155 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:10:51.155 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:10:51.159 4808 6745 D Notification: allPendingIntents
06-20 21:10:51.160 4808 6745 D Notification: allPendingIntents
06-20 21:10:51.162 4808 5645 D Notification: allPendingIntents
06-20 21:10:51.163 4808 6745 D Notification: allPendingIntents
06-20 21:10:51.164 4808 6275 D Notification: allPendingIntents
06-20 21:10:51.167 4808 5645 D Notification: allPendingIntents
06-20 21:10:51.173 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:51.177 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:10:51.212 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:51.229 5294 5294 D swipe : !isFreemformEnabled
06-20 21:10:51.258 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:51.263 4808 10122 D SSRM:d : SIOP:: AP = 380, PST = 382 (W:15), BAT = 378, USB = 350, CHG = 443, CP = 369, WF = 377, WFPst = 376 (W:15)
06-20 21:10:51.267 4808 10122 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 4808 / 1000 / 10122
06-20 21:10:51.283 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:10:51.283 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:10:51.283 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:10:51.283 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:10:51.283 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:10:51.283 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:10:51.284 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:10:51.284 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:10:51.284 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:10:51.289 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:10:51.289 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:10:51.289 4808 10122 D AudioService: active stream is 0x0
06-20 21:10:51.295 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:10:51.295 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:10:51.295 4808 10122 D AudioService: active stream is 0x0
06-20 21:10:51.295 4808 10122 D AudioService: GetAppDevice, uid=1000
06-20 21:10:51.295 4808 10122 D AudioService: getStreamVolume 3 index 150
06-20 21:10:51.800 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:10:51.801 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:10:54.059 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:54.059 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:54.059 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:54.059 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:10:54.066 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:10:54.149 4808 5645 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:10:54.149 4808 5645 D BatteryService: level:47, scale:100, status:2, health:2, present:true, voltage: 4099, temperature: 378, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1654000
06-20 21:10:54.149 4808 5645 D BatteryService: online:6, current avg:1794, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2484
06-20 21:10:54.149 4808 5645 D BatteryService: stay LED for charging
06-20 21:10:54.149 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:10:54.150 4808 4808 I MotionRecognitionService: Plugged
06-20 21:10:54.150 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:10:54.150 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:10:54.150 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 47, battStatus :: 2
06-20 21:10:54.151 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:10:54.152 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:10:54.153 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=47, mBatteryStatus=2
06-20 21:10:54.153 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=47, scale=100
06-20 21:10:54.154 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 47 | 100 }
06-20 21:10:54.155 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:10:54.156 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3647000 mChargingTime : 3647000
06-20 21:10:54.156 5294 5294 D PowerUI.Notification: There is no change about charging status, so return!
06-20 21:10:54.158 744 744 D Notification: allPendingIntents
06-20 21:10:54.160 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:10:54.160 4808 4841 D API test: getContainerInfo: value is
06-20 21:10:54.160 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:10:54.160 4808 4841 D API test: getContainerInfo: value is
06-20 21:10:54.161 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:10:54.161 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:10:54.161 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:10:54.161 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:10:54.165 4808 5645 D Notification: allPendingIntents
06-20 21:10:54.166 4808 5645 I chatty : uid=1000(system) Binder:4808_A identical 1 line
06-20 21:10:54.167 4808 5645 D Notification: allPendingIntents
06-20 21:10:54.169 4808 5018 D Notification: allPendingIntents
06-20 21:10:54.169 4808 5645 D Notification: allPendingIntents
06-20 21:10:54.169 4808 6745 D Notification: allPendingIntents
06-20 21:10:54.172 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:10:54.194 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:54.212 5294 5294 D swipe : !isFreemformEnabled
06-20 21:10:54.230 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:10:54.621 6068 6068 D io_stats: !@ 8,0 r 8145660 471115164 w 4226581 77241268 d 382284 34803288 f 1065020 1082771 iot 4380132 3600326 th 307200 0 0 pt 0 inp 0 0 193893.316
06-20 21:10:54.722 4808 4969 D SamsungAlarmManager: Expired : 4
06-20 21:10:54.722 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211121, SetElapsed=363024882, nowELAPSED=362997839
06-20 21:10:54.723 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T211100, SetElapsed=363003117, nowELAPSED=362997840
06-20 21:10:54.731 4808 4969 V SamsungAlarmManager: Sending to uid : 10059 action=com.sec.spp.push.ACTION_SEND_PING_MESSAGE alarm=Alarm{d7f8eb7 type 2 when 362997839 com.sec.spp.push}
06-20 21:10:54.745 4808 6275 D SamsungAlarmManager: setExact Intent (T:2/F:5/AC:false) 20180620T211234 - CU:10059/CP:14027
06-20 21:10:54.770 4808 6745 D SamsungAlarmManager: Cancel Alarm calling from uid:10059 pid :20813 / op:PendingIntent{6f51d89: PendingIntentRecord{653818e com.sec.spp.push broadcastIntent}}
06-20 21:10:54.789 4808 6745 D ConnectivityService: filterNetworkStateForUid() uid: 10059 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:10:54.808 20813 26211 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
06-20 21:10:54.808 20813 26211 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
06-20 21:10:54.810 4430 4631 D DnsProxyListener: DNSDBG::dns addrinfo af 0
06-20 21:10:54.854 14027 10469 E SPPClientService: [b] __PingReply__
06-20 21:10:54.856 4808 6275 D SamsungAlarmManager: Cancel Alarm calling from uid:10059 pid :14027 / op:PendingIntent{4e65cb: PendingIntentRecord{e5d7342 com.sec.spp.push broadcastIntent}}
06-20 21:10:54.862 4808 6745 D ConnectivityService: filterNetworkStateForUid() uid: 10059 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:10:54.874 4808 6745 D ConnectivityService: filterNetworkStateForUid() uid: 10059 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:10:54.876 4808 6745 D SamsungAlarmManager: Cancel Alarm calling from uid:10059 pid :14027 / op:PendingIntent{db5f4c1: PendingIntentRecord{e6fe46e com.sec.spp.push broadcastIntent}}
06-20 21:10:54.890 4808 6745 D ConnectivityService: filterNetworkStateForUid() uid: 10059 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:10:54.894 4808 6275 D SamsungAlarmManager: setExact Intent (T:2/F:5/AC:false) 20180620T212610 - CU:10059/CP:14027
06-20 21:10:55.059 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:10:55.059 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:10:55.059 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:10:55.269 4808 6745 D ConnectivityService: filterNetworkStateForUid() uid: 10059 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:10:55.800 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:10:55.800 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:11:04.059 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:11:04.059 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:11:04.059 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:11:04.059 4808 4969 D SamsungAlarmManager: Expired : 65544
06-20 21:11:04.059 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T211112, SetElapsed=363015211, nowELAPSED=363007176
06-20 21:11:04.066 25258 25969 V NativeCrypto: SSL shutdown failed: ssl=0x7a05c57c08: I/O error during system call, Broken pipe
06-20 21:11:04.066 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:11:04.144 4808 6275 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:11:04.144 4808 6275 D BatteryService: level:47, scale:100, status:2, health:2, present:true, voltage: 4018, temperature: 377, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1659000
06-20 21:11:04.145 4808 6275 D BatteryService: online:6, current avg:1600, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1497
06-20 21:11:04.145 4808 6275 D BatteryService: stay LED for charging
06-20 21:11:04.145 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:11:04.146 4808 4808 I MotionRecognitionService: Plugged
06-20 21:11:04.146 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:11:04.146 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:11:04.146 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 47, battStatus :: 2
06-20 21:11:04.146 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:11:04.147 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:11:04.148 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=47, mBatteryStatus=2
06-20 21:11:04.149 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=47, scale=100
06-20 21:11:04.149 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 47 | 100 }
06-20 21:11:04.152 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:11:04.153 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3647000 mChargingTime : 3636000
06-20 21:11:04.153 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:11:04.153 744 744 D Notification: allPendingIntents
06-20 21:11:04.154 5294 5294 D Notification: allPendingIntents
06-20 21:11:04.155 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:11:04.155 4808 5645 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:11:04.155 4808 5645 D API test: getContainerInfo: value is
06-20 21:11:04.155 4808 4841 D API test: getContainerInfo: value is
06-20 21:11:04.156 4808 5645 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:11:04.156 4808 5645 D API test: getContainerInfo: value is
06-20 21:11:04.156 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:11:04.156 4808 4841 D API test: getContainerInfo: value is
06-20 21:11:04.157 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:11:04.158 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:11:04.158 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:11:04.158 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:11:04.158 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:11:04.161 4808 5645 D Notification: allPendingIntents
06-20 21:11:04.163 4808 6275 D Notification: allPendingIntents
06-20 21:11:04.165 4808 6275 D Notification: allPendingIntents
06-20 21:11:04.165 4808 6745 D Notification: allPendingIntents
06-20 21:11:04.166 4808 5645 D Notification: allPendingIntents
06-20 21:11:04.167 4808 6745 D Notification: allPendingIntents
06-20 21:11:04.168 4808 6745 D Notification: allPendingIntents
06-20 21:11:04.170 4808 5018 D Notification: allPendingIntents
06-20 21:11:04.171 4808 5018 D Notification: allPendingIntents
06-20 21:11:04.172 4808 5645 D Notification: allPendingIntents
06-20 21:11:04.172 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:11:04.173 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:11:04.174 4808 6748 D Notification: allPendingIntents
06-20 21:11:04.174 4808 6275 D Notification: allPendingIntents
06-20 21:11:04.186 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:11:04.186 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:11:04.187 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:11:04.204 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:11:04.212 24957 25924 I chatty : uid=10056(u0_a56) Binder:24957_5 identical 2 lines
06-20 21:11:04.215 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:11:04.228 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:11:04.246 5294 5294 D swipe : !isFreemformEnabled
06-20 21:11:04.270 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:11:04.844 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:11:04.844 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:11:13.058 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:11:13.058 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:11:13.058 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:11:13.058 4808 4969 D SamsungAlarmManager: Expired : 65544
06-20 21:11:13.059 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364357176 , orig nextNonWakeup=0
06-20 21:11:13.059 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T213334, SetElapsed=364357176, nowELAPSED=363016176
06-20 21:11:13.066 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:11:13.143 4808 6748 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:11:13.144 4808 6748 D BatteryService: level:47, scale:100, status:2, health:2, present:true, voltage: 4106, temperature: 378, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1665000
06-20 21:11:13.144 4808 6748 D BatteryService: online:6, current avg:2057, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2492
06-20 21:11:13.144 4808 6748 D BatteryService: stay LED for charging
06-20 21:11:13.144 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:11:13.145 4808 4808 I MotionRecognitionService: Plugged
06-20 21:11:13.145 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:11:13.145 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:11:13.145 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 47, battStatus :: 2
06-20 21:11:13.146 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:11:13.146 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:11:13.147 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=47, mBatteryStatus=2
06-20 21:11:13.148 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=47, scale=100
06-20 21:11:13.149 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 47 | 100 }
06-20 21:11:13.149 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:11:13.150 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3636000 mChargingTime : 3633000
06-20 21:11:13.150 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:11:13.151 5294 5294 D Notification: allPendingIntents
06-20 21:11:13.152 4808 6748 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:11:13.153 4808 6748 D API test: getContainerInfo: value is
06-20 21:11:13.153 4808 6748 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:11:13.153 4808 6748 D API test: getContainerInfo: value is
06-20 21:11:13.153 744 744 D Notification: allPendingIntents
06-20 21:11:13.154 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:11:13.156 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:11:13.156 4808 4841 D API test: getContainerInfo: value is
06-20 21:11:13.156 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:11:13.157 4808 4841 D API test: getContainerInfo: value is
06-20 21:11:13.157 4808 6275 D Notification: allPendingIntents
06-20 21:11:13.158 4808 6748 D Notification: allPendingIntents
06-20 21:11:13.160 4808 6275 D Notification: allPendingIntents
06-20 21:11:13.160 4808 6275 D Notification: allPendingIntents
06-20 21:11:13.161 4808 6745 D Notification: allPendingIntents
06-20 21:11:13.162 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:11:13.162 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:11:13.162 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:11:13.162 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:11:13.164 4808 6748 D Notification: allPendingIntents
06-20 21:11:13.168 4808 5018 D Notification: allPendingIntents
06-20 21:11:13.168 4808 5645 D Notification: allPendingIntents
06-20 21:11:13.170 4808 6578 D Notification: allPendingIntents
06-20 21:11:13.170 4808 6275 D Notification: allPendingIntents
06-20 21:11:13.171 4808 6275 D Notification: allPendingIntents
06-20 21:11:13.172 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:11:13.172 4808 6578 D Notification: allPendingIntents
06-20 21:11:13.182 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:11:13.222 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:11:13.239 5294 5294 D swipe : !isFreemformEnabled
06-20 21:11:13.257 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:11:13.804 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:11:13.804 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:11:22.059 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:11:22.059 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:11:22.059 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:11:22.060 4808 4969 D SamsungAlarmManager: Expired : 65540
06-20 21:11:22.061 4808 4969 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20180620T212121 - CU:1000/CP:4808
06-20 21:11:22.062 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211258, SetElapsed=363122025, nowELAPSED=363025178
06-20 21:11:22.062 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364357176 , orig nextNonWakeup=0
06-20 21:11:22.062 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364357176 , orig nextNonWakeup=0
06-20 21:11:22.062 4808 4969 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{723c343 type 3 when 363003117 android}
06-20 21:11:22.063 4808 4969 V SamsungAlarmManager: Sending to uid : 1000 action=REPEAT_ALARM_APPLOCKER alarm=Alarm{b637af9 type 1 when 1529518272095 android}
06-20 21:11:22.063 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=null alarm=Alarm{e696a3e type 3 when 363015385 com.google.android.gms}
06-20 21:11:22.063 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=com.google.android.location.reporting.collectors.ble.ULR_BLE_SCAN_ALARM alarm=Alarm{e3df5ec type 2 when 363024882 com.google.android.gms}
06-20 21:11:22.066 4808 4808 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20180620T211159 - CU:1000/CP:4808
06-20 21:11:22.066 4808 4808 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T211200, SetElapsed=363063116, nowELAPSED=363025182
06-20 21:11:22.066 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
06-20 21:11:22.067 5294 5294 D KeyguardServiceBoxContainer: refreshTime() 1
06-20 21:11:22.067 4808 4847 D MARsHandler: handle MARS_MH_TRIGGER_POLICY_MSG....
06-20 21:11:22.069 4808 4808 D SamsungAlarmManager: setExact Intent (T:1/F:9/AC:false) 20180620T212122 - CU:1000/CP:4808
06-20 21:11:22.072 4808 4847 V MARsPolicyManager: CurrentImportantPackage com.shazam.android -has running widgets 1
06-20 21:11:22.072 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:11:22.092 4808 4847 V MARsPolicyManager: CurrentImportantPackage com.joaomgcd.autonotification(0) -hasOngoingNotification!
06-20 21:11:22.098 4808 4847 E MARsPolicyManager: Choosed Package flar2.homebutton has the process under ADJ 500 - Skip adj KILL
06-20 21:11:22.098 4808 4847 D MARsPolicyManager: forceKillPackage: don't force stop package = flar2.homebutton, userId = 0
06-20 21:11:22.098 4808 4847 I ActivityManager: Force stopping com.amazon.venezia appid=10443 user=0: MARs #1
06-20 21:11:22.099 4808 4847 I ActivityManager: Killing 25713:com.amazon.venezia/u0a443 (adj 904): stop com.amazon.venezia,MARs #1
06-20 21:11:22.106 4808 4847 I ActivityManager: Force stopping service ServiceRecord{88dec4a u0 com.amazon.venezia/.pushNotification.HollywoodFirebaseInstanceIdService}
06-20 21:11:22.110 4808 4808 D SamsungAlarmManager: Remove alarm for next reason : android.intent.action.PACKAGE_RESTARTED : package: com.amazon.venezia
06-20 21:11:22.116 5582 5582 D RegisteredServicesCache: invalidate#1, attribute#1
06-20 21:11:22.117 5582 5582 D RoutingNotificationHelper: set : (( 5582true , false)
06-20 21:11:22.117 5582 5582 D RegisteredServicesCache: invalidateCache
06-20 21:11:22.117 5608 5608 D CarrierSvcBindHelper: No carrier app for: 0
06-20 21:11:22.118 5506 2029 D ProcessObserver_FLP: onProcessDied, 25713/10443
06-20 21:11:22.119 5608 5608 D CarrierSvcBindHelper: No carrier app for: 1
06-20 21:11:22.121 5582 10112 D ForegroundUtils: could not check pending caller
06-20 21:11:22.127 5582 5582 D ApduServiceInfo: seId: 0
06-20 21:11:22.127 5582 5582 D RegisteredOthersCache: start invalidate
06-20 21:11:22.127 5582 5582 D RegisteredPoliciesCache: invalidate
06-20 21:11:22.127 5582 5582 D RegisteredAidCache: onServicePolicyUpdated
06-20 21:11:22.127 5582 5582 D RegisteredAidCache: generateAidPolicyMapLocked
06-20 21:11:22.127 5582 5582 D AidPolicyManager: print policy
06-20 21:11:22.127 5582 5582 D AidPolicyManager: table size : 0
06-20 21:11:22.127 5582 5582 D CardEmulationManager: Not Allow!!!
06-20 21:11:22.132 6194 25483 I GCoreUlr: Starting BLE scan: mode: 2
06-20 21:11:22.132 5582 5582 D RegisteredNfcFServicesCache: Service unchanged, not updating
06-20 21:11:22.133 6194 6194 I BeaconBle: Client requested scan, settings=BleSettings [scanMode=LOW_LATENCY, callbackType=ALL_MATCHES, reportDelayMillis=0, 2 filters, 0 clients, callingClientName=ULR]
06-20 21:11:22.134 4808 6748 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:11:22.135 4808 6748 D BatteryService: level:48, scale:100, status:2, health:2, present:true, voltage: 4022, temperature: 377, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1669000
06-20 21:11:22.135 4808 6748 D BatteryService: online:6, current avg:1750, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1452
06-20 21:11:22.135 4808 6748 D BatteryService: stay LED for charging
06-20 21:11:22.137 4808 4808 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20180620T211347 - CU:1000/CP:4808
06-20 21:11:22.137 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:11:22.138 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:11:22.140 4808 4808 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20180620T211847 - CU:1000/CP:4808
06-20 21:11:22.143 4808 4808 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20180620T211347 - CU:1000/CP:4808
06-20 21:11:22.143 4808 6748 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:11:22.145 4808 4808 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20180620T211847 - CU:1000/CP:4808
06-20 21:11:22.146 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:11:22.148 4808 4808 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20180620T211347 - CU:1000/CP:4808
06-20 21:11:22.153 6194 6194 I BeaconBle: 'L' hardware scan: 2 filters, scanMode=2, reportdelay=0, callback type=1, #clients=1, workSource=WorkSource{}
06-20 21:11:22.155 6194 6194 I BeaconBle: Starting scan on OS scanner. BT state: 15
06-20 21:11:22.155 6194 6194 D BluetoothAdapter: STATE_BLE_ON
06-20 21:11:22.155 6194 6194 D BluetoothAdapter: appoCount is = 1
06-20 21:11:22.156 6194 6194 D BluetoothAdapter: STATE_BLE_ON
06-20 21:11:22.157 6194 6194 I chatty : uid=10034(u0_a34) com.google.android.gms.persistent identical 1 line
06-20 21:11:22.157 6194 6194 D BluetoothAdapter: STATE_BLE_ON
06-20 21:11:22.157 6194 6194 D BluetoothAdapter: appoCount is = 1
06-20 21:11:22.159 6194 6194 D BluetoothLeScanner: Start Scan with callback
06-20 21:11:22.162 6194 7232 D BluetoothLeScanner: onScannerRegistered() - status=0 scannerId=6 mScannerId=0
06-20 21:11:22.162 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:11:22.162 4808 4808 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20180620T211847 - CU:1000/CP:4808
06-20 21:11:22.163 5251 6357 D BluetoothAdapter: STATE_BLE_ON
06-20 21:11:22.164 5251 6357 D BluetoothAdapter: appoCount is = 1
06-20 21:11:22.165 5251 6357 D BtGatt.AppScanStats: recordScanStart() - app: com.google.uid.shared:10034, first scan started at 363025282
06-20 21:11:22.167 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:11:22.168 5251 5752 D BluetoothAdapter: STATE_BLE_ON
06-20 21:11:22.168 4808 4853 D PowerManagerService: [PSM] lowPowerModeEnabled: false (mLowPowerModeSetting: false, mIsPowered: true, mAutoLowPowerModeConfigured: false, mBatteryLevel: 48, mLowBatteryTriggerLevel: 0, mUltraPowerSavingModeEnabled: false, mEmergencyModeEnabled: false)
06-20 21:11:22.168 4808 4853 D PowerManagerService: mDisplayReady: false
06-20 21:11:22.168 4808 4808 I MotionRecognitionService: Plugged
06-20 21:11:22.168 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable
06-20 21:11:22.168 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:11:22.169 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:11:22.169 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable done
06-20 21:11:22.169 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 48, battStatus :: 2
06-20 21:11:22.169 4808 4853 D PowerManagerService: [PWL] sb acquire: PowerManagerService.Display
06-20 21:11:22.169 4808 4853 D DisplayPowerController: animateScreenStateChange: target1
06-20 21:11:22.169 4808 4853 D DisplayPowerController: Animating brightness: target=0, rate=0 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1))
06-20 21:11:22.169 4808 4808 D GameManagerService: new battery level: 48
06-20 21:11:22.169 4808 4853 D PowerManagerService: [s] DisplayPowerCallbacks : onStateChanged()
06-20 21:11:22.169 4808 4853 D PowerManagerService: mDisplayReady: true
06-20 21:11:22.169 4808 4853 I libsuspend: !@autosuspend_wakeup_count_enable
06-20 21:11:22.169 4808 4853 I libsuspend: !@autosuspend_wakeup_count_enable done
06-20 21:11:22.169 4808 4853 D PowerManagerService: [PWL] sb release: PowerManagerService.Display
06-20 21:11:22.169 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:11:22.169 5251 5752 D BluetoothAdapter: STATE_BLE_ON
06-20 21:11:22.170 5251 5752 D BluetoothAdapter: appoCount is = 1
06-20 21:11:22.171 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=48, scale=100
06-20 21:11:22.171 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 48 | 100 }
06-20 21:11:22.171 17493 17493 D RSync_Core: [onBatteryStatusChanged] core not started
06-20 21:11:22.172 4808 4808 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_RESTARTED dat=package:com.amazon.venezia flg=0x10 (has extras) } to android/com.kddi.android.CpaNotiReceiver
06-20 21:11:22.173 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:11:22.176 5251 5754 E BtGatt.GattService: [GSIM LOG]: gsimLogHandler, msg: MESSAGE_SCAN_START, appName: com.google.uid.shared, scannerId: 6, reportDelayMillis=0
06-20 21:11:22.177 5251 5752 D BluetoothAdapter: STATE_BLE_ON
06-20 21:11:22.177 744 744 D Notification: allPendingIntents
06-20 21:11:22.177 5251 5752 D BluetoothAdapter: STATE_BLE_ON
06-20 21:11:22.177 5251 5752 D BluetoothAdapter: appoCount is = 1
06-20 21:11:22.178 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:11:22.178 5251 5752 D BluetoothAdapter: STATE_BLE_ON
06-20 21:11:22.179 5251 5752 D BluetoothAdapter: STATE_BLE_ON
06-20 21:11:22.179 5251 5752 D BluetoothAdapter: appoCount is = 1
06-20 21:11:22.180 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=48, mBatteryStatus=2
06-20 21:11:22.183 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:11:22.183 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3633000 mChargingTime : 3625000
06-20 21:11:22.183 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:11:22.184 5294 5294 D Notification: allPendingIntents
06-20 21:11:22.188 4808 6745 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:11:22.188 4808 6745 D API test: getContainerInfo: value is
06-20 21:11:22.188 4808 6745 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:11:22.188 5251 5752 D BtGatt.ScanManager: configureFilterParamter() : onFoundTimeout | onLostTimeout | onFoundCount | numOfTrackingEntries | scanFilterRssiThreshold | trackableScanFilterRssiThreshold | matchMode
06-20 21:11:22.188 5251 5752 D BtGatt.ScanManager: configureFilterParamter() : __________500__|________10000__|___________1__|___________________0__|___________________-128__|____________________________-128__|________1_
06-20 21:11:22.188 4808 6745 D API test: getContainerInfo: value is
06-20 21:11:22.190 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:11:22.191 5251 5752 D BtGatt.ScanManager: configureFilterParamter() : onFoundTimeout | onLostTimeout | onFoundCount | numOfTrackingEntries | scanFilterRssiThreshold | trackableScanFilterRssiThreshold | matchMode
06-20 21:11:22.191 5251 5752 D BtGatt.ScanManager: configureFilterParamter() : __________500__|________10000__|___________1__|___________________0__|___________________-128__|____________________________-128__|________1_
06-20 21:11:22.192 4808 6745 D Notification: allPendingIntents
06-20 21:11:22.193 6194 26228 I vgd : 35-GetDeviceDataUploadOptInStatusOperation -- metadata{ service_id: 0 }
06-20 21:11:22.194 5251 5752 E BtGatt.ScanManager: default value of curScanSetting 0 is choosen
06-20 21:11:22.194 4808 5645 D Notification: allPendingIntents
06-20 21:11:22.195 5251 5752 D BluetoothAdapter: STATE_BLE_ON
06-20 21:11:22.196 4808 6748 D Notification: allPendingIntents
06-20 21:11:22.197 4808 6578 D Notification: allPendingIntents
06-20 21:11:22.197 5251 5752 D BluetoothAdapter: STATE_BLE_ON
06-20 21:11:22.198 4808 6748 D Notification: allPendingIntents
06-20 21:11:22.198 5251 5752 D BluetoothAdapter: appoCount is = 1
06-20 21:11:22.200 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:11:22.200 5251 5752 D BluetoothAdapter: STATE_BLE_ON
06-20 21:11:22.200 4808 4841 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_RESTARTED dat=package:com.amazon.venezia flg=0x10 (has extras) } to com.sec.android.daemonapp/com.samsung.android.weather.daemon.receiver.ClearDataReceiver
06-20 21:11:22.200 5251 5752 D BluetoothAdapter: STATE_BLE_ON
06-20 21:11:22.201 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:11:22.201 4808 4841 D API test: getContainerInfo: value is
06-20 21:11:22.201 5251 5752 D BluetoothAdapter: appoCount is = 1
06-20 21:11:22.201 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:11:22.201 4808 4841 D API test: getContainerInfo: value is
06-20 21:11:22.201 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: null
06-20 21:11:22.201 4808 5645 D Notification: allPendingIntents
06-20 21:11:22.201 5251 5752 D BtGatt.ScanManager: configureRegularScanParams() scan param set to 8000 / 8000 (units)
06-20 21:11:22.201 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:11:22.201 5251 5909 W bt_btm : btm_ble_disable_resolving_list() rl_state = 0x13, rl_mask = 0x2, to_resume = 1
06-20 21:11:22.202 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:11:22.202 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:11:22.202 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:11:22.202 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:11:22.202 5251 5909 W bt_btm : btm_ble_enable_resolving_list() rl_state = 0x11, rl_mask = 0x2
06-20 21:11:22.203 4808 6748 D Notification: allPendingIntents
06-20 21:11:22.205 4808 6748 D Notification: allPendingIntents
06-20 21:11:22.206 4808 6745 D Notification: allPendingIntents
06-20 21:11:22.207 4808 6578 D Notification: allPendingIntents
06-20 21:11:22.208 4808 6578 D Notification: allPendingIntents
06-20 21:11:22.209 4808 5645 D Notification: allPendingIntents
06-20 21:11:22.212 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:11:22.212 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:11:22.217 4808 5018 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20180620T211222 - CU:10034/CP:6194
06-20 21:11:22.228 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:11:22.235 24957 24968 I chatty : uid=10056(u0_a56) Binder:24957_1 identical 2 lines
06-20 21:11:22.238 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:11:22.249 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:11:22.261 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:11:22.276 5294 5294 D swipe : !isFreemformEnabled
06-20 21:11:22.279 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:11:22.294 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:11:22.298 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:22.299 5251 5384 I chatty : uid=1002(bluetooth) BT Service Call identical 4 lines
06-20 21:11:22.299 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:22.299 5251 5384 D BtGatt.GattService: onScanResult to scannerId: 6- event_type=0x10, address_type=0, address=58:B, primary_phy=1, secondary_phy=0, advertising_sid=0xff, tx_power=127, rssi=-83, periodic_adv_int=0x0
06-20 21:11:22.390 4808 4817 I zygote64: Background concurrent copying GC freed 137593(6MB) AllocSpace objects, 58(1192KB) LOS objects, 26% free, 67MB/91MB, paused 384us total 178.022ms
06-20 21:11:22.418 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:22.418 5251 5384 I chatty : uid=1002(bluetooth) BT Service Call identical 4 lines
06-20 21:11:22.418 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:22.418 5251 5384 D BtGatt.GattService: onScanResult to scannerId: 6- event_type=0x10, address_type=0, address=58:B, primary_phy=1, secondary_phy=0, advertising_sid=0xff, tx_power=127, rssi=-83, periodic_adv_int=0x0
06-20 21:11:22.540 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:22.541 5251 5384 I chatty : uid=1002(bluetooth) BT Service Call identical 4 lines
06-20 21:11:22.541 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:22.541 5251 5384 D BtGatt.GattService: onScanResult to scannerId: 6- event_type=0x10, address_type=0, address=58:B, primary_phy=1, secondary_phy=0, advertising_sid=0xff, tx_power=127, rssi=-82, periodic_adv_int=0x0
06-20 21:11:22.673 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:22.673 5251 5384 I chatty : uid=1002(bluetooth) BT Service Call identical 4 lines
06-20 21:11:22.673 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:22.673 5251 5384 D BtGatt.GattService: onScanResult to scannerId: 6- event_type=0x10, address_type=0, address=58:B, primary_phy=1, secondary_phy=0, advertising_sid=0xff, tx_power=127, rssi=-82, periodic_adv_int=0x0
06-20 21:11:22.826 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:22.827 5251 5384 I chatty : uid=1002(bluetooth) BT Service Call identical 4 lines
06-20 21:11:22.827 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:22.827 5251 5384 D BtGatt.GattService: onScanResult to scannerId: 6- event_type=0x10, address_type=0, address=58:B, primary_phy=1, secondary_phy=0, advertising_sid=0xff, tx_power=127, rssi=-83, periodic_adv_int=0x0
06-20 21:11:22.941 6068 6068 D io_stats: !@ 8,0 r 8145666 471115380 w 4226755 77243236 d 382296 34803564 f 1065090 1082844 iot 4380268 3600389 th 307200 0 0 pt 0 inp 0 0 193898.319
06-20 21:11:22.967 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:22.967 5251 5384 I chatty : uid=1002(bluetooth) BT Service Call identical 4 lines
06-20 21:11:22.968 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:22.968 5251 5384 D BtGatt.GattService: onScanResult to scannerId: 6- event_type=0x10, address_type=0, address=58:B, primary_phy=1, secondary_phy=0, advertising_sid=0xff, tx_power=127, rssi=-83, periodic_adv_int=0x0
06-20 21:11:23.059 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:11:23.060 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:11:23.060 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:11:23.117 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:23.117 5251 5384 I chatty : uid=1002(bluetooth) BT Service Call identical 4 lines
06-20 21:11:23.117 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:23.117 5251 5384 D BtGatt.GattService: onScanResult to scannerId: 6- event_type=0x10, address_type=0, address=58:B, primary_phy=1, secondary_phy=0, advertising_sid=0xff, tx_power=127, rssi=-83, periodic_adv_int=0x0
06-20 21:11:23.262 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:23.262 5251 5384 I chatty : uid=1002(bluetooth) BT Service Call identical 4 lines
06-20 21:11:23.262 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:23.263 5251 5384 D BtGatt.GattService: onScanResult to scannerId: 6- event_type=0x10, address_type=0, address=58:B, primary_phy=1, secondary_phy=0, advertising_sid=0xff, tx_power=127, rssi=-83, periodic_adv_int=0x0
06-20 21:11:23.418 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:23.419 5251 5384 I chatty : uid=1002(bluetooth) BT Service Call identical 4 lines
06-20 21:11:23.419 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:23.419 5251 5384 D BtGatt.GattService: onScanResult to scannerId: 6- event_type=0x10, address_type=0, address=58:B, primary_phy=1, secondary_phy=0, advertising_sid=0xff, tx_power=127, rssi=-83, periodic_adv_int=0x0
06-20 21:11:23.572 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:23.573 5251 5384 I chatty : uid=1002(bluetooth) BT Service Call identical 4 lines
06-20 21:11:23.573 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:23.573 5251 5384 D BtGatt.GattService: onScanResult to scannerId: 6- event_type=0x10, address_type=0, address=58:B, primary_phy=1, secondary_phy=0, advertising_sid=0xff, tx_power=127, rssi=-83, periodic_adv_int=0x0
06-20 21:11:23.719 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:23.719 5251 5384 I chatty : uid=1002(bluetooth) BT Service Call identical 4 lines
06-20 21:11:23.719 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:23.719 5251 5384 D BtGatt.GattService: onScanResult to scannerId: 6- event_type=0x10, address_type=0, address=58:B, primary_phy=1, secondary_phy=0, advertising_sid=0xff, tx_power=127, rssi=-82, periodic_adv_int=0x0
06-20 21:11:23.865 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:23.865 5251 5384 I chatty : uid=1002(bluetooth) BT Service Call identical 4 lines
06-20 21:11:23.865 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:23.865 5251 5384 D BtGatt.GattService: onScanResult to scannerId: 6- event_type=0x10, address_type=0, address=58:B, primary_phy=1, secondary_phy=0, advertising_sid=0xff, tx_power=127, rssi=-83, periodic_adv_int=0x0
06-20 21:11:24.013 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:24.014 5251 5384 I chatty : uid=1002(bluetooth) BT Service Call identical 4 lines
06-20 21:11:24.014 5251 5384 D ScanRecord: Not a Multi Manu data
06-20 21:11:24.014 5251 5384 D BtGatt.GattService: onScanResult to scannerId: 6- event_type=0x10, address_type=0, address=58:B, primary_phy=1, secondary_phy=0, advertising_sid=0xff, tx_power=127, rssi=-83, periodic_adv_int=0x0
06-20 21:11:24.060 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:11:24.060 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:11:24.060 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:11:24.132 6194 25483 I GCoreUlr: Starting BLE scan: mode: 3
06-20 21:11:24.133 6194 25483 I GCoreUlr: BLE: collected 13 results
06-20 21:11:24.133 6194 6194 I BeaconBle: Client requested scan, settings=BleSettings [scanMode=ZERO_POWER, callbackType=ALL_MATCHES, reportDelayMillis=0, 2 filters, 0 clients, callingClientName=ULR]
06-20 21:11:24.140 6194 6194 I BeaconBle: Stopping scan on delegate scanner. BT state: 15
06-20 21:11:24.140 6194 6194 D BluetoothAdapter: STATE_BLE_ON
06-20 21:11:24.141 6194 6194 D BluetoothAdapter: appoCount is = 1
06-20 21:11:24.141 6194 6194 D BluetoothAdapter: STATE_BLE_ON
06-20 21:11:24.141 6194 6194 D BluetoothLeScanner: Stop Scan with callback
06-20 21:11:24.142 5251 6357 D BtGatt.AppScanStats: recordScanStop() - app: com.google.uid.shared:10034, last scan stopped at 363027258
06-20 21:11:24.142 5251 6357 D BtGatt.AppScanStats: recordScanStop() - scan time: 1976, tot/min/max scan time: 82818685/38/2769700
06-20 21:11:24.143 6194 6194 D BluetoothAdapter: STATE_BLE_ON
06-20 21:11:24.144 6194 6194 D BluetoothAdapter: STATE_BLE_ON
06-20 21:11:24.144 6194 6194 D BluetoothAdapter: appoCount is = 1
06-20 21:11:24.144 6194 6194 I BeaconBle: Resetting - new scanner available: true
06-20 21:11:24.144 6194 6194 I BeaconBle: ZERO_POWER is disabled.
06-20 21:11:24.144 6194 6194 I BeaconBle: 'L' hardware scan: scan stopped, no powered clients
06-20 21:11:24.147 5251 5752 E BtGatt.ScanManager: default value of curScanSetting 0 is choosen
06-20 21:11:24.147 5251 5752 D BtGatt.ScanManager: configureRegularScanParams() scan param set to 96 / 4992 (units)
06-20 21:11:24.147 5251 5754 E BtGatt.GattService: [GSIM LOG]: gsimLogHandler, msg: MESSAGE_SCAN_STOP, appName: com.google.uid.shared, scannerId: 6, reportDelayMillis=0
06-20 21:11:24.147 5251 5909 W bt_btm : btm_ble_disable_resolving_list() rl_state = 0x13, rl_mask = 0x2, to_resume = 1
06-20 21:11:24.148 5251 5909 W bt_btm : btm_ble_enable_resolving_list() rl_state = 0x11, rl_mask = 0x2
06-20 21:11:24.850 4808 4847 V MARsPolicyManager: updateFromMARsThread
06-20 21:11:24.851 4808 4848 D MARsDBManager: updatePkgsToSMDB : begin --size 21
06-20 21:11:24.852 4808 4848 D StorageManagerService: getExternalStorageMountMode : 1
06-20 21:11:24.852 4808 4848 D StorageManagerService: getExternalStorageMountMode : 3
06-20 21:11:24.852 4808 4848 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 1000, packageName : com.samsung.android.lool
06-20 21:11:24.853 4808 4848 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.lool user:0
06-20 21:11:24.853 4808 4848 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
06-20 21:11:24.853 4808 4848 D ActivityManager: package com.samsung.android.lool, user - 0 is SDcard whitelisted
06-20 21:11:24.853 4808 4848 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.lool user:0
06-20 21:11:24.853 4808 4848 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
06-20 21:11:24.869 4808 4848 I ActivityManager: Start proc 26233:com.samsung.android.sm.provider/1000 for content provider com.samsung.android.lool/com.samsung.android.sm.database.SmProvider
06-20 21:11:24.870 26233 26233 E Zygote : isWhitelistProcess - Process is Whitelisted
06-20 21:11:24.871 26233 26233 E libpersona: scanKnoxPersonas
06-20 21:11:24.871 26233 26233 E libpersona: Couldn't open the File - /data/system/users/0/personalist.xml - No such file or directory
06-20 21:11:24.873 26233 26233 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2], Con:u:r:zygote:s0 RAM:SEPF_SM-G965F_8.0.0_0008, [-1 -1 -1 -1 0 1]
06-20 21:11:24.874 26233 26233 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, pkgname=com.samsung.android.sm.provider
06-20 21:11:24.889 26233 26233 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
06-20 21:11:24.889 26233 26233 D ActivityThread: Added TimaKeyStore provider
06-20 21:11:24.891 4808 6275 I ActivityManager: DSS on for com.samsung.android.lool and scale is 1.0
06-20 21:11:24.907 4401 4401 E audit : type=1400 audit(1529518284.902:56333): avc: denied { write } for pid=26233 comm="oid.sm.provider" name="com.samsung.android.lool-DkI4vackB166LvTJVMgTAg==" dev="dm-3" ino=131314 scontext=u:r:system_app:s0 tcontext=u:object_r:apk_data_file:s0 tclass=dir permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:11:24.907 4401 4401 E audit : type=1300 audit(1529518284.902:56333): arch=c00000b7 syscall=48 success=no exit=-13 a0=ffffff9c a1=78db615d40 a2=2 a3=0 items=0 ppid=4414 pid=26233 auid=4294967295 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=4294967295 comm="oid.sm.provider" exe="/system/bin/app_process64" subj=u:r:system_app:s0 key=(null)
06-20 21:11:24.907 4401 4401 E audit : type=1327 audit(1529518284.902:56333): proctitle="com.samsung.android.sm.provider"
06-20 21:11:24.907 4401 4401 E audit : type=1400 audit(1529518284.902:56334): avc: denied { write } for pid=26233 comm="oid.sm.provider" name="com.samsung.android.lool-DkI4vackB166LvTJVMgTAg==" dev="dm-3" ino=131314 scontext=u:r:system_app:s0 tcontext=u:object_r:apk_data_file:s0 tclass=dir permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:11:24.907 4401 4401 E audit : type=1300 audit(1529518284.902:56334): arch=c00000b7 syscall=56 success=no exit=-13 a0=ffffff9c a1=78e80d3960 a2=42 a3=1b6 items=0 ppid=4414 pid=26233 auid=4294967295 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=4294967295 comm="oid.sm.provider" exe="/system/bin/app_process64" subj=u:r:system_app:s0 key=(null)
06-20 21:11:24.907 4401 4401 E audit : type=1327 audit(1529518284.902:56334): proctitle="com.samsung.android.sm.provider"
06-20 21:11:24.961 26233 26248 D libEGL : loaded /vendor/lib64/egl/libGLES_mali.so
06-20 21:11:24.969 4808 4848 W Binder : Outgoing transactions from this process must be FLAG_ONEWAY
06-20 21:11:24.969 4808 4848 W Binder : java.lang.Throwable
06-20 21:11:24.969 4808 4848 W Binder : at android.os.BinderProxy.transact(Binder.java:744)
06-20 21:11:24.969 4808 4848 W Binder : at android.content.ContentProviderProxy.update(ContentProviderNative.java:570)
06-20 21:11:24.969 4808 4848 W Binder : at android.content.ContentResolver.update(ContentResolver.java:1678)
06-20 21:11:24.969 4808 4848 W Binder : at com.android.server.am.MARsDBManager.doUpdatePkgToSMDB(MARsDBManager.java:1974)
06-20 21:11:24.969 4808 4848 W Binder : at com.android.server.am.MARsDBManager.updatePkgsToSMDB(MARsDBManager.java:1755)
06-20 21:11:24.969 4808 4848 W Binder : at com.android.server.am.MARsDBManager.-wrap16(Unknown Source:0)
06-20 21:11:24.969 4808 4848 W Binder : at com.android.server.am.MARsDBManager$DBHandler.handleMessage(MARsDBManager.java:314)
06-20 21:11:24.969 4808 4848 W Binder : at android.os.Handler.dispatchMessage(Handler.java:105)
06-20 21:11:24.969 4808 4848 W Binder : at android.os.Looper.loop(Looper.java:164)
06-20 21:11:24.969 4808 4848 W Binder : at com.android.server.am.MARsDBManager$DBThread.run(MARsDBManager.java:288)
06-20 21:11:24.972 26233 26233 D SamsungAnalytics111040: cf feature is supported
06-20 21:11:24.975 26233 26233 D SamsungAnalytics111040: newThread on Executor
06-20 21:11:24.975 26233 26233 D SamsungAnalytics111040: [Tracker] Tracker start:1.11.040
06-20 21:11:24.976 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:11:24.981 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:11:24.981 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:11:24.981 4808 10122 D AudioService: active stream is 0x0
06-20 21:11:24.981 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:11:24.981 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:11:24.981 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:11:24.982 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:11:25.006 4808 10122 D SSRM:e : ATC: power = AP_CP = 964, Display = 0(Panel:0, LDIs:0), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 1
06-20 21:11:25.007 4808 10122 D SSRM:e : ATC: current = AP_CP = 241, Display = 0, WIFI = 0, SPK = 4,RCV = 4, Camera = 0, PAM = 0
06-20 21:11:25.008 4808 10122 D SSRM:e : ATC: Ambient Temperature = 32.73, Skin temperature = F_AP[35.10], F_RF[34.90], B_AP[34.90], B_RF[34.80], B_WIFI[34.40], B_SPK[34.50]
06-20 21:11:25.011 4808 4848 D MARsDBManager: updatePkgsToSMDB : end
06-20 21:11:25.011 4808 4848 D MARsDBManager: onChange - mSmartManagerObserver! Uri = content://com.samsung.android.sm/AppFreezer?MARs-self=true&MARs=true
06-20 21:11:25.060 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:11:25.061 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:11:25.061 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:11:25.676 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:11:25.676 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:11:55.059 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:11:55.059 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:11:55.059 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:11:25.011 4808 4848 I chatty : uid=1000(system) MARsDBThread identical 19 lines
06-20 21:11:25.011 4808 4848 D MARsDBManager: onChange - mSmartManagerObserver! Uri = content://com.samsung.android.sm/AppFreezer?MARs-self=true&MARs=true
06-20 21:11:55.060 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:11:55.073 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:11:55.141 4808 6275 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:11:55.141 4808 6275 D BatteryService: level:48, scale:100, status:2, health:2, present:true, voltage: 4117, temperature: 379, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1693000
06-20 21:11:55.141 4808 6275 D BatteryService: online:6, current avg:2425, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2486
06-20 21:11:55.141 4808 6275 D BatteryService: stay LED for charging
06-20 21:11:55.142 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:11:55.142 4808 4808 I MotionRecognitionService: Plugged
06-20 21:11:55.142 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:11:55.142 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:11:55.143 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 48, battStatus :: 2
06-20 21:11:55.143 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:11:55.144 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:11:55.145 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=48, mBatteryStatus=2
06-20 21:11:55.148 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=48, scale=100
06-20 21:11:55.148 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:11:55.149 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3625000 mChargingTime : 3589000
06-20 21:11:55.149 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:11:55.150 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 48 | 100 }
06-20 21:11:55.150 5294 5294 D Notification: allPendingIntents
06-20 21:11:55.150 744 744 D Notification: allPendingIntents
06-20 21:11:55.151 4808 6586 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:11:55.152 4808 6586 D API test: getContainerInfo: value is
06-20 21:11:55.152 4808 6586 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:11:55.152 4808 6586 D API test: getContainerInfo: value is
06-20 21:11:55.152 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:11:55.152 4808 4841 D API test: getContainerInfo: value is
06-20 21:11:55.152 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:11:55.152 4808 4841 D API test: getContainerInfo: value is
06-20 21:11:55.153 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:11:55.156 4808 4826 D Notification: allPendingIntents
06-20 21:11:55.158 4808 4826 I chatty : uid=1000(system) Binder:4808_1 identical 2 lines
06-20 21:11:55.159 4808 4826 D Notification: allPendingIntents
06-20 21:11:55.160 4808 6586 D Notification: allPendingIntents
06-20 21:11:55.162 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:11:55.162 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:11:55.162 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:11:55.162 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:11:55.165 4808 6275 D Notification: allPendingIntents
06-20 21:11:55.165 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:11:55.167 4808 4826 D Notification: allPendingIntents
06-20 21:11:55.168 4808 6578 D Notification: allPendingIntents
06-20 21:11:55.169 4808 6586 D Notification: allPendingIntents
06-20 21:11:55.169 4808 6275 D Notification: allPendingIntents
06-20 21:11:55.172 4808 6578 D Notification: allPendingIntents
06-20 21:11:55.173 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:11:55.174 4808 4826 D Notification: allPendingIntents
06-20 21:11:55.180 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:11:55.180 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:11:55.199 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:11:55.202 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:11:55.203 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:11:55.207 24957 24968 I chatty : uid=10056(u0_a56) Binder:24957_1 identical 1 line
06-20 21:11:55.210 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:11:55.216 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:11:55.241 5294 5294 D swipe : !isFreemformEnabled
06-20 21:11:55.245 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:11:55.278 4808 10122 D SSRM:d : SIOP:: AP = 380, PST = 382 (W:15), BAT = 379, USB = 352, CHG = 479, CP = 369, WF = 376, WFPst = 375 (W:15)
06-20 21:11:55.256 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:11:55.284 4808 10122 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 4808 / 1000 / 10122
06-20 21:11:55.306 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:11:55.306 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:11:55.306 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:11:55.306 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:11:55.307 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:11:55.307 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:11:55.307 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:11:55.307 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:11:55.307 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:11:55.312 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:11:55.312 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:11:55.312 4808 10122 D AudioService: active stream is 0x0
06-20 21:11:55.317 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:11:55.317 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:11:55.317 4808 10122 D AudioService: active stream is 0x0
06-20 21:11:55.317 4808 10122 D AudioService: GetAppDevice, uid=1000
06-20 21:11:55.317 4808 10122 D AudioService: getStreamVolume 3 index 150
06-20 21:11:56.060 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:11:56.060 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:11:56.060 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:11:56.265 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:11:56.265 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:11:56.274 4808 5421 E Watchdog: !@Sync 6461 [2018-06-20 21:11:56.274]
06-20 21:11:56.323 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:11:56.424 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:11:56.805 6068 6068 D io_stats: !@ 8,0 r 8145819 471123084 w 4226843 77244220 d 382303 34803680 f 1065114 1082869 iot 4380340 3600445 th 307200 0 0 pt 0 inp 0 0 193903.323
06-20 21:11:56.841 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:11:56.841 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:12:01.058 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:12:01.058 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:12:01.058 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:12:01.058 4808 4969 D SamsungAlarmManager: Expired : 65544
06-20 21:12:01.058 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364414175 , orig nextNonWakeup=0
06-20 21:12:01.059 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T213431, SetElapsed=364414175, nowELAPSED=363064175
06-20 21:12:01.066 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:12:01.144 4808 6275 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:12:01.144 4808 6275 D BatteryService: level:48, scale:100, status:2, health:2, present:true, voltage: 4033, temperature: 379, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1695000
06-20 21:12:01.144 4808 6275 D BatteryService: online:6, current avg:2035, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1489
06-20 21:12:01.144 4808 6275 D BatteryService: stay LED for charging
06-20 21:12:01.144 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:12:01.146 4808 4808 I MotionRecognitionService: Plugged
06-20 21:12:01.146 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:12:01.146 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:12:01.146 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 48, battStatus :: 2
06-20 21:12:01.146 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:12:01.147 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:12:01.148 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=48, mBatteryStatus=2
06-20 21:12:01.149 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=48, scale=100
06-20 21:12:01.150 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 48 | 100 }
06-20 21:12:01.151 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:12:01.151 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3589000 mChargingTime : 3586000
06-20 21:12:01.151 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:12:01.152 5294 5294 D Notification: allPendingIntents
06-20 21:12:01.153 744 744 D Notification: allPendingIntents
06-20 21:12:01.154 4808 6463 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:12:01.154 4808 6463 D API test: getContainerInfo: value is
06-20 21:12:01.154 4808 6463 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:12:01.154 4808 6463 D API test: getContainerInfo: value is
06-20 21:12:01.155 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:12:01.155 4808 4841 D API test: getContainerInfo: value is
06-20 21:12:01.155 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:12:01.155 4808 4841 D API test: getContainerInfo: value is
06-20 21:12:01.155 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:12:01.158 4808 6586 D Notification: allPendingIntents
06-20 21:12:01.160 4808 6586 D Notification: allPendingIntents
06-20 21:12:01.161 4808 6275 D Notification: allPendingIntents
06-20 21:12:01.162 4808 6586 D Notification: allPendingIntents
06-20 21:12:01.163 4808 6275 D Notification: allPendingIntents
06-20 21:12:01.165 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:12:01.165 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:12:01.165 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:12:01.165 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:12:01.163 4808 6275 D Notification: allPendingIntents
06-20 21:12:01.170 4808 6463 D Notification: allPendingIntents
06-20 21:12:01.171 4808 6275 D Notification: allPendingIntents
06-20 21:12:01.172 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:12:01.173 4808 4826 D Notification: allPendingIntents
06-20 21:12:01.173 4808 6463 D Notification: allPendingIntents
06-20 21:12:01.173 4808 6578 D Notification: allPendingIntents
06-20 21:12:01.174 4808 6586 D Notification: allPendingIntents
06-20 21:12:01.187 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:12:01.227 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:12:01.244 5294 5294 D swipe : !isFreemformEnabled
06-20 21:12:01.262 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:12:01.810 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:12:01.811 4808 4854 E libsuspend: !@Error writing to /sys/power/wakeup_count: Invalid argument
06-20 21:12:01.911 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:12:02.058 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:12:02.058 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:12:02.058 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:12:02.320 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:12:02.320 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:12:32.059 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:12:32.059 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364414175 , orig nextNonWakeup=0
06-20 21:12:32.069 26233 26247 I zygote64: Waiting for a blocking GC ProfileSaver
06-20 21:12:32.072 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:12:32.125 26233 26247 I zygote64: WaitForGcToComplete blocked for 56.251ms for cause ProfileSaver
06-20 21:12:32.144 4808 6463 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:12:32.145 4808 6463 D BatteryService: level:49, scale:100, status:2, health:2, present:true, voltage: 4025, temperature: 376, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1709000
06-20 21:12:32.145 4808 6463 D BatteryService: online:6, current avg:1515, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1481
06-20 21:12:32.145 4808 6463 D BatteryService: stay LED for charging
06-20 21:12:32.145 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:12:32.145 4808 4853 D PowerManagerService: [PSM] lowPowerModeEnabled: false (mLowPowerModeSetting: false, mIsPowered: true, mAutoLowPowerModeConfigured: false, mBatteryLevel: 49, mLowBatteryTriggerLevel: 0, mUltraPowerSavingModeEnabled: false, mEmergencyModeEnabled: false)
06-20 21:12:32.145 4808 4853 D PowerManagerService: mDisplayReady: false
06-20 21:12:32.145 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable
06-20 21:12:32.146 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable done
06-20 21:12:32.146 4808 4853 D PowerManagerService: [PWL] sb acquire: PowerManagerService.Display
06-20 21:12:32.146 4808 4853 D DisplayPowerController: animateScreenStateChange: target1
06-20 21:12:32.146 4808 4853 D DisplayPowerController: Animating brightness: target=0, rate=0 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1))
06-20 21:12:32.146 4808 4853 D PowerManagerService: [s] DisplayPowerCallbacks : onStateChanged()
06-20 21:12:32.146 4808 4853 D PowerManagerService: mDisplayReady: true
06-20 21:12:32.146 4808 4853 I libsuspend: !@autosuspend_wakeup_count_enable
06-20 21:12:32.146 4808 4853 I libsuspend: !@autosuspend_wakeup_count_enable done
06-20 21:12:32.146 4808 4808 I MotionRecognitionService: Plugged
06-20 21:12:32.146 4808 4853 D PowerManagerService: [PWL] sb release: PowerManagerService.Display
06-20 21:12:32.146 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:12:32.146 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:12:32.146 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 49, battStatus :: 2
06-20 21:12:32.146 4808 4808 D GameManagerService: new battery level: 49
06-20 21:12:32.146 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:12:32.147 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:12:32.149 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=49, scale=100
06-20 21:12:32.149 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 49 | 100 }
06-20 21:12:32.149 17493 17493 D RSync_Core: [onBatteryStatusChanged] core not started
06-20 21:12:32.150 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:12:32.155 744 744 D Notification: allPendingIntents
06-20 21:12:32.158 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=49, mBatteryStatus=2
06-20 21:12:32.173 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:12:32.178 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:12:32.179 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3586000 mChargingTime : 3564000
06-20 21:12:32.179 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:12:32.181 5294 5294 D Notification: allPendingIntents
06-20 21:12:32.185 4808 6463 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:12:32.186 4808 6463 D API test: getContainerInfo: value is
06-20 21:12:32.186 4808 6463 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:12:32.186 4808 6463 D API test: getContainerInfo: value is
06-20 21:12:32.151 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:12:32.189 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:12:32.194 4808 6463 D Notification: allPendingIntents
06-20 21:12:32.194 4808 6586 D Notification: allPendingIntents
06-20 21:12:32.196 4808 6586 D Notification: allPendingIntents
06-20 21:12:32.197 4808 6463 D Notification: allPendingIntents
06-20 21:12:32.197 4808 6463 D Notification: allPendingIntents
06-20 21:12:32.197 4808 6586 D Notification: allPendingIntents
06-20 21:12:32.198 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:12:32.198 4808 4841 D API test: getContainerInfo: value is
06-20 21:12:32.199 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:12:32.199 4808 4841 D API test: getContainerInfo: value is
06-20 21:12:32.199 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:12:32.200 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:12:32.200 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:12:32.200 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:12:32.200 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:12:32.203 4808 6586 D Notification: allPendingIntents
06-20 21:12:32.205 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:12:32.207 4808 6586 D Notification: allPendingIntents
06-20 21:12:32.207 4808 6275 D Notification: allPendingIntents
06-20 21:12:32.207 4808 6578 D Notification: allPendingIntents
06-20 21:12:32.210 4808 6275 D Notification: allPendingIntents
06-20 21:12:32.210 4808 6578 D Notification: allPendingIntents
06-20 21:12:32.219 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:12:32.219 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:12:32.233 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:12:32.237 24957 24968 I chatty : uid=10056(u0_a56) Binder:24957_1 identical 1 line
06-20 21:12:32.242 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:12:32.245 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:12:32.250 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:12:32.260 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:12:32.276 5294 5294 D swipe : !isFreemformEnabled
06-20 21:12:32.279 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:12:32.293 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:12:32.315 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:12:32.315 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:12:32.316 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:12:32.792 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:12:32.792 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:12:59.061 4808 4969 D SamsungAlarmManager: Expired : 65540
06-20 21:12:59.062 4808 4969 D SamsungAlarmManager: setInexact Intent (T:1/F:0/AC:false) 20180620T211345 - CU:1000/CP:4808
06-20 21:12:59.062 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211347, SetElapsed=363170283, nowELAPSED=363122179
06-20 21:12:59.063 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364414175 , orig nextNonWakeup=0
06-20 21:12:59.063 4808 4969 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20180620T211538 - CU:1000/CP:4808
06-20 21:12:59.063 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364414175 , orig nextNonWakeup=0
06-20 21:12:59.063 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364414175 , orig nextNonWakeup=0
06-20 21:12:59.063 4808 4969 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{2a5e9d9 type 3 when 363063116 android}
06-20 21:12:59.064 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=com.google.android.location.reporting.collectors.ULR_BAROMETER_READ_ALARM alarm=Alarm{5e78a7f type 1 when 1529518305559 com.google.android.gms}
06-20 21:12:59.065 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=null alarm=Alarm{d02da4c type 3 when 363085327 com.google.android.gms}
06-20 21:12:59.068 4808 6275 I SensorService: createSensorEventConnection package name awia
06-20 21:12:59.069 4808 6275 D SensorService: Calling batch handle==8 flags=0 rate=100000000 timeout== 0
06-20 21:12:59.070 4267 4950 I Sensors : batch - pressure_sensor try to batching with 100000000
06-20 21:12:59.071 4267 4950 I Sensors : PressureSensor old sensor_state 16384, new sensor_state : 17179885600 en : 1
06-20 21:12:59.073 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=com.google.android.gms.gcm.ACTION_CHECK_QUEUE alarm=Alarm{d7157aa type 2 when 363122025 com.google.android.gms}
06-20 21:12:59.073 4808 4969 V SamsungAlarmManager: Sending to uid : 10199 action=com.samsung.android.app.shealth.tracker.pedometer.PedometerService.HBA alarm=Alarm{9744f9b type 3 when 363101470 com.sec.android.app.shealth}
06-20 21:12:59.074 6194 6194 D SensorManager: registerListener :: 8, LPS22H Barometer Sensor, 0, 0,
06-20 21:12:59.081 9133 9133 I PedometerService: onStartCommand true, true, false
06-20 21:12:59.082 4808 6578 D SemContext.CaeProvider.SensorStatusCheckImpl: requestToUpdate SensorHub Reset Cnt : 0
06-20 21:12:59.082 4808 4808 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20180620T211300 - CU:1000/CP:4808
06-20 21:12:59.082 4808 6578 D SemContext.CaeProvider.SensorStatusCheckImpl: SensorHub Reset Cnt : 0
06-20 21:12:59.082 4808 4808 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T211300, SetElapsed=363123181, nowELAPSED=363122199
06-20 21:12:59.083 4808 6578 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 0 - 0
06-20 21:12:59.083 4808 6578 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 1 - 0
06-20 21:12:59.083 4808 6578 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 2 - 0
06-20 21:12:59.083 4808 6578 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 3 - 0
06-20 21:12:59.083 4808 6578 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 4 - 0
06-20 21:12:59.083 4808 6578 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 5 - 0
06-20 21:12:59.083 4808 6578 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 6 - 0
06-20 21:12:59.083 4808 6578 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 7 - 0
06-20 21:12:59.083 4808 6578 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 8 - 0
06-20 21:12:59.083 4808 6578 D SemContext.CaeProvider.SensorStatusCheckImpl: LastEventMap sensorHubEvent TimeStamp address : 9 - 0
06-20 21:12:59.083 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
06-20 21:12:59.083 4808 6578 D SemContextService: Service.updateContext() : service = Sensor Status Check
06-20 21:12:59.083 4808 6578 D SemContext.CaeProvider.SensorStatusCheckImpl: initialize Last Event!!
06-20 21:12:59.083 4808 6578 D SemContextService: .requestToUpdate() : service = Sensor Status Check
06-20 21:12:59.083 5294 5294 D KeyguardServiceBoxContainer: refreshTime() 1
06-20 21:12:59.084 9133 9133 D SemContextManager: .requestToUpdate : listener = com.samsung.android.app.shealth.tracker.pedometer.service.wrapper.ActivitySensorDelegator$SemContextListenerWrapper@7eb7093, service=Sensor Status Check
06-20 21:12:59.095 4808 6275 D SensorService: Calling activate off 8
06-20 21:12:59.096 4267 4267 I Sensors : PressureSensor old sensor_state 16416, new sensor_state : 17179885568 en : 0
06-20 21:12:59.102 6194 6194 D SensorManager: unregisterListener ::
06-20 21:12:59.112 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:12:59.112 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:12:59.112 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:12:59.145 4808 4826 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:12:59.145 4808 4826 D BatteryService: level:49, scale:100, status:2, health:2, present:true, voltage: 4120, temperature: 378, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1729000
06-20 21:12:59.145 4808 4826 D BatteryService: online:6, current avg:2376, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2461
06-20 21:12:59.145 4808 4826 D BatteryService: stay LED for charging
06-20 21:12:59.145 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:12:59.167 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:12:59.182 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:12:59.182 4808 4808 I MotionRecognitionService: Plugged
06-20 21:12:59.182 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:12:59.182 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:12:59.183 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 49, battStatus :: 2
06-20 21:12:59.183 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:12:59.183 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=49, mBatteryStatus=2
06-20 21:12:59.185 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=49, scale=100
06-20 21:12:59.186 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 49 | 100 }
06-20 21:12:59.187 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:12:59.187 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3564000 mChargingTime : 3535000
06-20 21:12:59.187 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:12:59.192 744 744 D Notification: allPendingIntents
06-20 21:12:59.192 5294 5294 D Notification: allPendingIntents
06-20 21:12:59.195 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:12:59.195 4808 4841 D API test: getContainerInfo: value is
06-20 21:12:59.195 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:12:59.195 4808 4841 D API test: getContainerInfo: value is
06-20 21:12:59.195 4808 4826 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:12:59.195 4808 4826 D API test: getContainerInfo: value is
06-20 21:12:59.195 4808 4826 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:12:59.195 4808 4826 D API test: getContainerInfo: value is
06-20 21:12:59.196 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:12:59.196 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:12:59.196 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:12:59.196 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:12:59.197 4808 5645 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:12:59.199 4808 6275 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:12:59.199 6194 26275 I vgd : 35-GetDeviceDataUploadOptInStatusOperation -- metadata{ service_id: 0 }
06-20 21:12:59.200 4808 6578 D Notification: allPendingIntents
06-20 21:12:59.203 4808 6578 D SamsungAlarmManager: Cancel Alarm calling from uid:10034 pid :6194 / op:PendingIntent{f47fb49: PendingIntentRecord{809d25 com.google.android.gms broadcastIntent}}
06-20 21:12:59.205 4808 5645 D Notification: allPendingIntents
06-20 21:12:59.206 4808 6023 D Notification: allPendingIntents
06-20 21:12:59.206 4808 6463 D Notification: allPendingIntents
06-20 21:12:59.207 4808 5645 D Notification: allPendingIntents
06-20 21:12:59.208 4808 4826 D Notification: allPendingIntents
06-20 21:12:59.209 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:12:59.211 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:12:59.214 4808 6745 D Notification: allPendingIntents
06-20 21:12:59.215 4808 6578 D Notification: allPendingIntents
06-20 21:12:59.215 4808 4826 D Notification: allPendingIntents
06-20 21:12:59.217 4808 6759 D Notification: allPendingIntents
06-20 21:12:59.217 4808 6586 D Notification: allPendingIntents
06-20 21:12:59.219 4808 4826 D Notification: allPendingIntents
06-20 21:12:59.224 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:12:59.224 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:12:59.224 4808 6586 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20180620T211359 - CU:10034/CP:6194
06-20 21:12:59.224 4808 6586 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211359, SetElapsed=363182335, nowELAPSED=363122341
06-20 21:12:59.241 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:12:59.241 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:12:59.244 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:12:59.251 4808 6745 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20180620T211712 - CU:10034/CP:6194
06-20 21:12:59.248 24957 25924 I chatty : uid=10056(u0_a56) Binder:24957_5 identical 1 line
06-20 21:12:59.251 24957 25924 I Finsky : [11841] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:12:59.260 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:12:59.264 4808 4826 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:12:59.265 4808 4826 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:12:59.266 4808 6745 D SamsungAlarmManager: Cancel Alarm calling from uid:10034 pid :6194 / op:PendingIntent{26d1114: PendingIntentRecord{809d25 com.google.android.gms broadcastIntent}}
06-20 21:12:59.267 4808 6745 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T211300, SetElapsed=363123117, nowELAPSED=363122384
06-20 21:12:59.267 5294 5294 D swipe : !isFreemformEnabled
06-20 21:12:59.267 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:12:59.269 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:12:59.286 4808 6586 D StorageManagerService: getExternalStorageMountMode : 3
06-20 21:12:59.286 4808 6586 D StorageManagerService: getExternalStorageMountMode : 3
06-20 21:12:59.286 4808 6586 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 10034, packageName : com.google.android.gms
06-20 21:12:59.286 4808 6586 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.gms user:0
06-20 21:12:59.286 4808 6586 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
06-20 21:12:59.286 4808 6586 D ActivityManager: package com.google.android.gms, user - 0 is SDcard whitelisted
06-20 21:12:59.286 4808 6586 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.gms user:0
06-20 21:12:59.286 4808 6586 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
06-20 21:12:59.287 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:12:59.296 26285 26285 E Zygote : isWhitelistProcess - Process is Whitelisted
06-20 21:12:59.296 4808 6586 I ActivityManager: Start proc 26285:com.google.android.gms.learning/u0a34 for service com.google.android.gms/.learning.training.background.TrainingGcmTaskService
06-20 21:12:59.296 26285 26285 E libpersona: scanKnoxPersonas
06-20 21:12:59.296 26285 26285 E libpersona: Couldn't open the File - /data/system/users/0/personalist.xml - No such file or directory
06-20 21:12:59.298 26285 26285 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2], Con:u:r:zygote:s0 RAM:SEPF_SM-G965F_8.0.0_0008, [-1 -1 -1 -1 0 1]
06-20 21:12:59.298 26285 26285 I SELinux : SELinux: seapp_context_lookup: seinfo=gmscore, level=s0:c512,c768, pkgname=com.google.android.gms.learning
06-20 21:12:59.303 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:12:59.312 4808 6586 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20180620T211712 - CU:10034/CP:6194
06-20 21:12:59.314 26285 26285 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
06-20 21:12:59.314 26285 26285 D ActivityThread: Added TimaKeyStore provider
06-20 21:12:59.316 4808 6586 I ActivityManager: DSS on for com.google.android.gms and scale is 1.0
06-20 21:12:59.370 26285 26299 D libEGL : loaded /vendor/lib64/egl/libGLES_mali.so
06-20 21:12:59.411 26285 26285 W linker : "/data/app/com.google.android.gms-4O6vcJw7rqcnSWgw_O5aOQ==/lib/arm64/libconscrypt_gmscore_jni.so" unused DT entry: type 0xf arg 0x8a
06-20 21:12:59.411 26285 26285 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 280 native methods...
06-20 21:12:59.421 26285 26285 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
06-20 21:12:59.422 26285 26285 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
06-20 21:12:59.459 26285 26285 E zygote64: The String#value field is not present on Android versions >= 6.0
06-20 21:12:59.487 26285 26285 W zygote64: Skipping duplicate class check due to unrecognized classloader
06-20 21:12:59.515 26285 26285 E zygote64: The String#value field is not present on Android versions >= 6.0
06-20 21:12:59.576 4808 4826 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:12:59.579 26285 26307 I DynamiteModule: Considering local module com.google.android.gms.brella_dynamite:0 and remote module com.google.android.gms.brella_dynamite:222
06-20 21:12:59.579 26285 26307 I DynamiteModule: Selected remote version of com.google.android.gms.brella_dynamite, version >= 222
06-20 21:12:59.589 26285 26307 W zygote64: Skipping duplicate class check due to unrecognized classloader
06-20 21:12:59.684 26285 26307 W native : commandlineflags.cc:1503 Ignoring RegisterValidateFunction() for flag pointer 0x79e81f80f8: no flag found at that address
06-20 21:12:59.739 6642 10504 W zygote64: Couldn't lock the profile file /data/user/0/com.google.android.gms/cache/1518650295230.jar.prof: Failed to open file '/data/user/0/com.google.android.gms/cache/1518650295230.jar.prof': No such file or directory
06-20 21:12:59.741 6642 10504 W zygote64: Could not forcefully load profile /data/user/0/com.google.android.gms/cache/1518650295230.jar.prof
06-20 21:12:59.997 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:12:59.997 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:12:59.738 4808 4826 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:13:00.000 4808 4969 D SamsungAlarmManager: Expired : 8
06-20 21:13:00.000 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364473117 , orig nextNonWakeup=0
06-20 21:13:00.001 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T213530, SetElapsed=364473117, nowELAPSED=363123117
06-20 21:13:00.063 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:13:00.113 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:13:00.113 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:13:00.113 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:13:00.164 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:13:00.573 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:13:00.573 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:13:30.060 6068 6068 D io_stats: !@ 8,0 r 8146155 471158644 w 4227081 77247028 d 382332 34803876 f 1065192 1082950 iot 4380632 3600640 th 307200 0 0 pt 0 inp 0 0 193908.731
06-20 21:13:30.062 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:13:30.062 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364473117 , orig nextNonWakeup=0
06-20 21:13:30.068 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:13:30.127 4808 6586 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:13:30.127 4808 6586 D BatteryService: level:50, scale:100, status:2, health:2, present:true, voltage: 4031, temperature: 376, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1742000
06-20 21:13:30.127 4808 6586 D BatteryService: online:6, current avg:1533, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1455
06-20 21:13:30.127 4808 6586 D BatteryService: stay LED for charging
06-20 21:13:30.127 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:13:30.128 4808 4853 D PowerManagerService: [PSM] lowPowerModeEnabled: false (mLowPowerModeSetting: false, mIsPowered: true, mAutoLowPowerModeConfigured: false, mBatteryLevel: 50, mLowBatteryTriggerLevel: 0, mUltraPowerSavingModeEnabled: false, mEmergencyModeEnabled: false)
06-20 21:13:30.128 4808 4853 D PowerManagerService: mDisplayReady: false
06-20 21:13:30.128 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable
06-20 21:13:30.128 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable done
06-20 21:13:30.128 4808 4853 D PowerManagerService: [PWL] sb acquire: PowerManagerService.Display
06-20 21:13:30.128 4808 4853 D DisplayPowerController: animateScreenStateChange: target1
06-20 21:13:30.128 4808 4853 D DisplayPowerController: Animating brightness: target=0, rate=0 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1))
06-20 21:13:30.129 4808 4853 D PowerManagerService: [s] DisplayPowerCallbacks : onStateChanged()
06-20 21:13:30.129 4808 4853 D PowerManagerService: mDisplayReady: true
06-20 21:13:30.129 4808 4853 I libsuspend: !@autosuspend_wakeup_count_enable
06-20 21:13:30.129 4808 4808 I MotionRecognitionService: Plugged
06-20 21:13:30.129 4808 4853 I libsuspend: !@autosuspend_wakeup_count_enable done
06-20 21:13:30.129 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:13:30.129 4808 4853 D PowerManagerService: [PWL] sb release: PowerManagerService.Display
06-20 21:13:30.129 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:13:30.129 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 50, battStatus :: 2
06-20 21:13:30.129 4808 4808 D GameManagerService: new battery level: 50
06-20 21:13:30.129 4808 4808 D GameManagerService: before send intent to GameIntentService
06-20 21:13:30.129 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:13:30.130 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:13:30.131 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:13:30.132 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=50, scale=100
06-20 21:13:30.133 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 50 | 100 }
06-20 21:13:30.133 17493 17493 D RSync_Core: [onBatteryStatusChanged] core not started
06-20 21:13:30.133 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=50, mBatteryStatus=2
06-20 21:13:30.134 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:13:30.143 4808 4808 D GameManagerService: after send intent to GameIntentService. componentName:ComponentInfo{com.enhance.gameservice/com.enhance.gameservice.GameIntentService}
06-20 21:13:30.145 24933 26314 D GOS:GameIntentService: onHandleIntent. begin
06-20 21:13:30.145 24933 26314 D GOS:GameIntentService: onHandleIntent. GameIntentService. type 6
06-20 21:13:30.146 744 744 D Notification: allPendingIntents
06-20 21:13:30.148 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:13:30.148 4808 4841 D API test: getContainerInfo: value is
06-20 21:13:30.148 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:13:30.148 4808 4841 D API test: getContainerInfo: value is
06-20 21:13:30.149 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:13:30.154 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:13:30.154 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:13:30.154 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:13:30.156 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:13:30.156 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:13:30.157 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setMode(), 1
06-20 21:13:30.157 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setDefaultDss(), 100.0
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setDefaultDss2(), 100.0
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setDefaultDfs(), 60.0
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setLaunchBoostEnabled(), true
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setEachModeDss(), [100.0, 100.0, 75.0, 50.0]
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setEachModeDss2(), [100.0, 100.0, 75.0, 50.0]
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setEachModeDfs(), [60.0, 60.0, 60.0, 30.0]
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setRecommendedMode(), [0, 1, 2, 3]
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setEnabledFeatureFlag(), src : 22522671065633559, result : 22522671065629463
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setAvailableFeatureFlag(), 32789478163841815
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setEnabledFeatureFlag(), src : 22522671065629463, result : 23649670484165399
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setServerFeatureFlagPolicy(), NNNNNNNNNNNNNNNN1NNNNN1NNNNNNNNNNNNNNNNN1N10NN0NNN1N
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setDefaultFeatureFlag(), 22522671065633559
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setEnabledFeatureFlag(), src : 23649670484165399, result : 23649670484165399
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setDefaultDts(), 100
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setEachModeDts(), [100, 100, 100, 100]
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setEachModeMdnie(), [0, 0, 0, 0]
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setDefaultOdtc(), 0
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setEachModeOdtc(), [0, 0, 0, 0]
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setIpmMode(), 0
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setIpmTargetPower(), -1
06-20 21:13:30.157 24933 26314 D GOS:GlobalSettingsContainer: setIpmTargetTemperature(), 520
06-20 21:13:30.157 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3535000 mChargingTime : 3521000
06-20 21:13:30.157 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:13:30.158 4808 6759 D Notification: allPendingIntents
06-20 21:13:30.159 4808 6586 D Notification: allPendingIntents
06-20 21:13:30.159 4808 6586 D Notification: allPendingIntents
06-20 21:13:30.161 5294 5294 D Notification: allPendingIntents
06-20 21:13:30.161 4808 4826 D Notification: allPendingIntents
06-20 21:13:30.162 4808 6759 D Notification: allPendingIntents
06-20 21:13:30.162 4808 4826 D Notification: allPendingIntents
06-20 21:13:30.163 4808 6586 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:13:30.163 4808 6586 D API test: getContainerInfo: value is
06-20 21:13:30.163 4808 6586 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:13:30.163 4808 6586 D API test: getContainerInfo: value is
06-20 21:13:30.163 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:13:30.164 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:13:30.164 24933 26314 D GOS:PackageUsageCollector: Create a PackageUsageCollector
06-20 21:13:30.167 4808 6759 D Notification: allPendingIntents
06-20 21:13:30.168 4808 6586 D Notification: allPendingIntents
06-20 21:13:30.168 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:13:30.168 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:13:30.169 4808 6586 D Notification: allPendingIntents
06-20 21:13:30.170 4808 6586 D Notification: allPendingIntents
06-20 21:13:30.171 4808 6578 D Notification: allPendingIntents
06-20 21:13:30.171 4808 4826 D Notification: allPendingIntents
06-20 21:13:30.174 24933 26314 D GOS:SystemStatsCore: Successfully created system stats manager
06-20 21:13:30.176 24933 26314 D GOS:MacroModeController: Successfully created controller
06-20 21:13:30.178 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:13:30.178 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:13:30.185 24933 26314 D GOS:SeGameManager: succeeded to get requestWithJson
06-20 21:13:30.185 24933 26314 D GOS:SeGameManager: succeeded to get requestDeathRestart
06-20 21:13:30.185 24933 26314 D GOS:SeGameManager: succeeded to get cancelDeathRestart
06-20 21:13:30.185 4808 6578 D GameManagerService: getVersion.
06-20 21:13:30.186 24933 26314 D GOS:SystemHelper: Create a SystemHelper
06-20 21:13:30.186 24933 26314 D GOS:GlobalSettingsContainer: setLauncherMode(), -1
06-20 21:13:30.186 24933 26314 D GOS:DataManager: load GlobalSettingsContainer values
06-20 21:13:30.186 24933 26314 I GOS:DataManager: checkResolution
06-20 21:13:30.187 24933 26314 D GOS:DisplayInfo: DPI: 560, LongSide: 2792, ShortSide: 1440
06-20 21:13:30.188 24933 26314 D GOS:TSSCore: displayShortSide : 1440, globalDefaultTargetShortSide : 1080, globalEachModeTargetShortSide : [1440, 1080, 720, 720]
06-20 21:13:30.188 24933 26314 D GOS:TSSCore: global target short side is available.
06-20 21:13:30.189 24933 26314 D GOS:DisplayUtil: getResolutionType()
06-20 21:13:30.189 24933 26314 D GOS:DisplayUtil: getResolutionType(), MultiResolution is supported
06-20 21:13:30.190 24933 26314 D GOS:DisplayUtil: getResolutionType(), dpi: 560, shortPixel: 1440, longPixel: 2792
06-20 21:13:30.190 24933 26314 D GOS:DisplayUtil: getResolutionType(), current resolution: WQHD
06-20 21:13:30.191 24933 26314 D GOS:DisplayInfo: DPI: 560, LongSide: 2792, ShortSide: 1440
06-20 21:13:30.191 24933 26314 D GOS:DataManager: Constructor, SOS policy, sosPolicyKeys : [siop, governor_settings, app_start, boost_settings, touch_settings, scheduler_settings]
06-20 21:13:30.191 24933 26314 I GOS:DataManager: Create a DataManager
06-20 21:13:30.191 24933 26314 D GOS:GameIntentService: batteryLevel: 50
06-20 21:13:30.192 24933 26314 D GOS:GameIntentService: new deviceStatusLevel: 2
06-20 21:13:30.192 24933 26314 D GOS:GameIntentService: prev deviceStatusLevel: 2
06-20 21:13:30.195 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:13:30.197 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:13:30.200 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:13:30.204 24957 24968 I chatty : uid=10056(u0_a56) Binder:24957_1 identical 1 line
06-20 21:13:30.208 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:13:30.215 5294 5294 D swipe : !isFreemformEnabled
06-20 21:13:30.233 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:13:30.803 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:13:30.803 4808 4854 E libsuspend: !@Error writing to /sys/power/wakeup_count: Invalid argument
06-20 21:13:30.903 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:13:31.157 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:13:31.157 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:13:31.157 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:13:31.316 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:13:31.316 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:13:49.063 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:13:49.064 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:13:49.064 4808 4969 E AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=364473117 , orig nextNonWakeup=0
06-20 21:13:49.073 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:13:49.073 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:13:49.073 4808 10122 D AudioService: active stream is 0x0
06-20 21:13:49.074 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:13:49.074 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:13:49.074 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:13:49.075 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:13:49.078 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:13:49.099 4808 10122 D SSRM:e : ATC: power = AP_CP = 612, Display = 0(Panel:0, LDIs:0), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
06-20 21:13:49.099 4808 10122 D SSRM:e : ATC: current = AP_CP = 153, Display = 0, WIFI = 0, SPK = 4,RCV = 4, Camera = 0, PAM = 0
06-20 21:13:49.101 4808 10122 D SSRM:e : ATC: Ambient Temperature = 33.42, Skin temperature = F_AP[35.20], F_RF[35.10], B_AP[35.10], B_RF[35.00], B_WIFI[34.70], B_SPK[34.80]
06-20 21:13:49.151 4808 4826 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:13:49.152 4808 4826 D BatteryService: level:50, scale:100, status:2, health:2, present:true, voltage: 4122, temperature: 377, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1756000
06-20 21:13:49.152 4808 4826 D BatteryService: online:6, current avg:2292, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2445
06-20 21:13:49.152 4808 4826 D BatteryService: stay LED for charging
06-20 21:13:49.152 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:13:49.153 4808 4808 I MotionRecognitionService: Plugged
06-20 21:13:49.153 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:13:49.153 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:13:49.153 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 50, battStatus :: 2
06-20 21:13:49.153 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:13:49.154 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:13:49.154 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=50, mBatteryStatus=2
06-20 21:13:49.156 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=50, scale=100
06-20 21:13:49.157 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 50 | 100 }
06-20 21:13:49.157 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:13:49.157 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3521000 mChargingTime : 3499000
06-20 21:13:49.157 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:13:49.158 5294 5294 D Notification: allPendingIntents
06-20 21:13:49.159 744 744 D Notification: allPendingIntents
06-20 21:13:49.160 4808 6759 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:13:49.160 4808 6759 D API test: getContainerInfo: value is
06-20 21:13:49.160 4808 6759 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:13:49.160 4808 6759 D API test: getContainerInfo: value is
06-20 21:13:49.161 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:13:49.164 4808 6759 D Notification: allPendingIntents
06-20 21:13:49.165 4808 6759 D Notification: allPendingIntents
06-20 21:13:49.166 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:13:49.166 4808 4841 D API test: getContainerInfo: value is
06-20 21:13:49.166 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:13:49.166 4808 4841 D API test: getContainerInfo: value is
06-20 21:13:49.167 4808 4826 D Notification: allPendingIntents
06-20 21:13:49.170 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:13:49.171 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:13:49.171 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:13:49.171 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:13:49.175 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:13:49.169 4808 4826 I chatty : uid=1000(system) Binder:4808_1 identical 2 lines
06-20 21:13:49.171 4808 4826 D Notification: allPendingIntents
06-20 21:13:49.178 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:13:49.179 4808 6759 D Notification: allPendingIntents
06-20 21:13:49.180 4808 6745 D Notification: allPendingIntents
06-20 21:13:49.181 4808 6586 D Notification: allPendingIntents
06-20 21:13:49.182 4808 6463 D Notification: allPendingIntents
06-20 21:13:49.182 4808 4826 D Notification: allPendingIntents
06-20 21:13:49.183 4808 6578 D Notification: allPendingIntents
06-20 21:13:49.195 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:13:49.195 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:13:49.199 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:13:49.217 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:13:49.228 24957 24968 I chatty : uid=10056(u0_a56) Binder:24957_1 identical 2 lines
06-20 21:13:49.231 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:13:49.255 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:13:49.272 5294 5294 D swipe : !isFreemformEnabled
06-20 21:13:49.284 5294 5316 I zygote64: Background concurrent copying GC freed 482965(19MB) AllocSpace objects, 0(0B) LOS objects, 50% free, 20MB/40MB, paused 628us total 118.730ms
06-20 21:13:49.289 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:13:49.409 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:13:49.409 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:13:49.409 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:13:49.673 28133 28191 D ContactsProvider_EventLog: contents_sample_state: [CONTACT contacts(235) data(3445) accounts({com.viber.voip (10)=152, com.google (3)=233, com.osp.app.signin (6)=4, com.facebook.messenger (9)=62, vnd.sec.contact.sim (2)=2, com.samsung.android.coreapps (7)=6}) accounts deleted({}) calls([logtype:100 cnt:349, logtype:300 cnt:3]) countryIso(GR) userId(0) ]
06-20 21:13:49.673 28133 28191 D ContactsProvider_EventLog: contents_sample_state: [ agr({[3 ,10 ,6]=1, [3 ,10 ,7]=1, [3 ,10 ,6 ,9]=2, [3]=83, [3 ,10 ,9]=57, [3 ,7 ,10 ,9]=2, [3 ,7 ,10]=2, [3 ,7 ,10 ,6 ,9]=1, [2 ,10]=2, [3 ,10]=84}) ]
06-20 21:13:49.673 28133 28191 D ContactsProvider_EventLog: contents_sample_state: [ actCnt({android.process.acore(28133)=1}) ]
06-20 21:13:49.673 28133 28191 D ContactsProvider_EventLog: contents_sample_state: [PROFILE contacts(0) data(0) accounts({}) ]
06-20 21:13:49.673 28133 28191 D ContactsProvider_EventLog: contents_sample_state: [SAPROFILE contacts(1) data(11) accounts({vnd.sec.contact.phone (1)=1}) ]
06-20 21:13:49.677 28133 28191 E ContactsProvider_EventLog: Flush buffer to file cnt : 1 size : 1Kb duration : 2ms lastUpdatedAfter : 250165 ms mFlush_time_threasold : 2000 mCurrentSize : 788
06-20 21:13:49.972 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:13:49.972 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:14:00.058 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:14:00.059 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:14:00.059 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:14:00.059 4808 4969 D SamsungAlarmManager: Expired : 65540
06-20 21:14:00.063 4808 4969 D SamsungAlarmManager: setInexact Intent (T:1/F:0/AC:false) 20180620T211545 - CU:1000/CP:4808
06-20 21:14:00.063 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211712, SetElapsed=363375501, nowELAPSED=363183180
06-20 21:14:00.065 4808 10122 D SSRM:d : SIOP:: AP = 380, PST = 382 (W:15), BAT = 377, USB = 350, CHG = 439, CP = 367, WF = 375, WFPst = 375 (W:15)
06-20 21:14:00.066 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:14:00.066 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T211512, SetElapsed=363255315, nowELAPSED=363183182
06-20 21:14:00.066 4808 4969 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{34f1455 type 3 when 363123117 android}
06-20 21:14:00.069 4808 4969 V SamsungAlarmManager: Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@c4ce3e6 alarm=Alarm{e5cf3f8 type 2 when 363170283 android}
06-20 21:14:00.069 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=com.google.android.location.reporting.collectors.ULR_BAROMETER_READ_ALARM alarm=Alarm{9b9a0d1 type 1 when 1529518425559 com.google.android.gms}
06-20 21:14:00.070 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=null alarm=Alarm{5af5736 type 3 when 363182335 com.google.android.gms}
06-20 21:14:00.073 4808 6463 I SensorService: createSensorEventConnection package name awia
06-20 21:14:00.074 4808 6463 D SensorService: Calling batch handle==8 flags=0 rate=100000000 timeout== 0
06-20 21:14:00.074 4267 4267 I Sensors : batch - pressure_sensor try to batching with 100000000
06-20 21:14:00.075 4808 10122 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 4808 / 1000 / 10122
06-20 21:14:00.076 4267 4267 I Sensors : PressureSensor old sensor_state 16384, new sensor_state : 17179885600 en : 1
06-20 21:14:00.077 4808 4808 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20180620T211500 - CU:1000/CP:4808
06-20 21:14:00.078 4808 4808 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T211500, SetElapsed=363243117, nowELAPSED=363183194
06-20 21:14:00.079 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
06-20 21:14:00.079 5294 5294 D KeyguardServiceBoxContainer: refreshTime() 1
06-20 21:14:00.080 6194 6194 D SensorManager: registerListener :: 8, LPS22H Barometer Sensor, 0, 0,
06-20 21:14:00.086 4808 4808 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20180620T211450 - CU:1000/CP:4808
06-20 21:14:00.087 4808 4808 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211450, SetElapsed=363233822, nowELAPSED=363183203
06-20 21:14:00.098 4808 4826 D SensorService: Calling activate off 8
06-20 21:14:00.099 4267 4267 I Sensors : PressureSensor old sensor_state 16416, new sensor_state : 17179885568 en : 0
06-20 21:14:00.102 2835 2835 V blokada : BootJobService: onStartJob
06-20 21:14:00.103 6194 6194 D SensorManager: unregisterListener ::
06-20 21:14:00.103 2835 2835 V blokada : BootJobService: finnish immediately, already active
06-20 21:14:00.105 4808 6023 D ConnectivityService: filterNetworkStateForUid() uid: 10411 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:00.106 6194 26327 I vgd : 35-GetDeviceDataUploadOptInStatusOperation -- metadata{ service_id: 0 }
06-20 21:14:00.107 4430 4631 D DnsProxyListener: DNSDBG::dns addrinfo af 0
06-20 21:14:00.107 4808 4826 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211712, SetElapsed=363375501, nowELAPSED=363183224
06-20 21:14:00.108 4808 4826 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20180620T211450 - CU:1000/CP:4808
06-20 21:14:00.108 4808 4826 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211450, SetElapsed=363233822, nowELAPSED=363183224
06-20 21:14:00.110 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:14:00.110 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:14:00.110 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:14:00.110 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:14:00.110 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:14:00.110 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:14:00.111 4808 4826 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20180620T212308 - CU:1000/CP:4808
06-20 21:14:00.111 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:14:00.111 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:14:00.111 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:14:00.120 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:14:00.122 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:14:00.122 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:14:00.122 4808 10122 D AudioService: active stream is 0x0
06-20 21:14:00.124 4808 6586 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20180620T211500 - CU:10034/CP:6194
06-20 21:14:00.124 4808 6586 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211500, SetElapsed=363243237, nowELAPSED=363183241
06-20 21:14:00.127 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:14:00.127 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:14:00.127 4808 10122 D AudioService: active stream is 0x0
06-20 21:14:00.127 4808 10122 D AudioService: GetAppDevice, uid=1000
06-20 21:14:00.128 4808 10122 D AudioService: getStreamVolume 3 index 150
06-20 21:14:00.130 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:14:00.137 4808 6463 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:14:00.138 4808 6463 D BatteryService: level:50, scale:100, status:2, health:2, present:true, voltage: 4038, temperature: 377, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1761000
06-20 21:14:00.138 4808 6463 D BatteryService: online:6, current avg:1786, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1484
06-20 21:14:00.138 4808 6463 D BatteryService: stay LED for charging
06-20 21:14:00.138 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:14:00.139 4808 4808 I MotionRecognitionService: Plugged
06-20 21:14:00.139 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:14:00.139 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:14:00.139 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 50, battStatus :: 2
06-20 21:14:00.139 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:14:00.141 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=50, scale=100
06-20 21:14:00.141 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 50 | 100 }
06-20 21:14:00.144 744 744 D Notification: allPendingIntents
06-20 21:14:00.145 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:14:00.145 4808 4841 D API test: getContainerInfo: value is
06-20 21:14:00.145 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:14:00.145 4808 4841 D API test: getContainerInfo: value is
06-20 21:14:00.146 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:14:00.146 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:14:00.146 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:14:00.146 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=50, mBatteryStatus=2
06-20 21:14:00.146 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:14:00.146 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:14:00.148 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:14:00.149 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3499000 mChargingTime : 3489000
06-20 21:14:00.149 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:14:00.150 4808 6023 D Notification: allPendingIntents
06-20 21:14:00.150 4808 4826 D Notification: allPendingIntents
06-20 21:14:00.151 5294 5294 D Notification: allPendingIntents
06-20 21:14:00.152 4808 4826 D Notification: allPendingIntents
06-20 21:14:00.152 4808 6023 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:14:00.152 4808 6023 D API test: getContainerInfo: value is
06-20 21:14:00.152 4808 6023 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:14:00.152 4808 6023 D API test: getContainerInfo: value is
06-20 21:14:00.152 4808 6463 D Notification: allPendingIntents
06-20 21:14:00.152 4808 6586 D Notification: allPendingIntents
06-20 21:14:00.153 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:14:00.153 4808 6586 I chatty : uid=1000(system) Binder:4808_14 identical 1 line
06-20 21:14:00.155 4808 6586 D Notification: allPendingIntents
06-20 21:14:00.155 4808 6023 D Notification: allPendingIntents
06-20 21:14:00.156 4808 4826 D Notification: allPendingIntents
06-20 21:14:00.157 4808 6023 D Notification: allPendingIntents
06-20 21:14:00.157 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:14:00.157 4808 6023 D Notification: allPendingIntents
06-20 21:14:00.158 4808 6586 D Notification: allPendingIntents
06-20 21:14:00.166 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:14:00.166 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:14:00.173 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:14:00.180 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:14:00.189 24957 24968 I chatty : uid=10056(u0_a56) Binder:24957_1 identical 2 lines
06-20 21:14:00.192 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:14:00.200 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:14:00.203 5294 5294 D swipe : !isFreemformEnabled
06-20 21:14:00.206 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:14:00.221 2835 26329 V blokada : device: connected: true
06-20 21:14:00.222 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10411 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:00.223 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10411 networkInfo: [type: WIFI_P2P[] - WIFI_P2P, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:14:00.223 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10411 networkInfo: [type: VPN[] - VPN, state: CONNECTED/CONNECTED, reason: agentConnect, extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:14:00.223 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10411 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:00.224 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:14:00.239 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:14:00.385 4808 4817 I zygote64: Background concurrent copying GC freed 175821(7MB) AllocSpace objects, 68(1392KB) LOS objects, 26% free, 67MB/91MB, paused 769us total 217.929ms
06-20 21:14:00.809 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:14:00.809 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:14:31.059 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:14:31.060 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:14:31.060 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:14:31.061 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:14:31.073 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:14:31.145 4808 6463 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:14:31.146 4808 6463 D BatteryService: level:51, scale:100, status:2, health:2, present:true, voltage: 4131, temperature: 379, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1784000
06-20 21:14:31.146 4808 6463 D BatteryService: online:6, current avg:2420, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2440
06-20 21:14:31.146 4808 6463 D BatteryService: stay LED for charging
06-20 21:14:31.146 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:14:31.147 4808 4853 D PowerManagerService: [PSM] lowPowerModeEnabled: false (mLowPowerModeSetting: false, mIsPowered: true, mAutoLowPowerModeConfigured: false, mBatteryLevel: 51, mLowBatteryTriggerLevel: 0, mUltraPowerSavingModeEnabled: false, mEmergencyModeEnabled: false)
06-20 21:14:31.147 4808 4853 D PowerManagerService: mDisplayReady: false
06-20 21:14:31.147 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable
06-20 21:14:31.147 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable done
06-20 21:14:31.147 4808 4853 D PowerManagerService: [PWL] sb acquire: PowerManagerService.Display
06-20 21:14:31.147 4808 4853 D DisplayPowerController: animateScreenStateChange: target1
06-20 21:14:31.147 4808 4853 D DisplayPowerController: Animating brightness: target=0, rate=0 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1))
06-20 21:14:31.147 4808 4853 D PowerManagerService: [s] DisplayPowerCallbacks : onStateChanged()
06-20 21:14:31.147 4808 4853 D PowerManagerService: mDisplayReady: true
06-20 21:14:31.147 4808 4853 I libsuspend: !@autosuspend_wakeup_count_enable
06-20 21:14:31.147 4808 4853 I libsuspend: !@autosuspend_wakeup_count_enable done
06-20 21:14:31.147 4808 4808 I MotionRecognitionService: Plugged
06-20 21:14:31.147 4808 4853 D PowerManagerService: [PWL] sb release: PowerManagerService.Display
06-20 21:14:31.147 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:14:31.147 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:14:31.147 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 51, battStatus :: 2
06-20 21:14:31.147 4808 4808 D GameManagerService: new battery level: 51
06-20 21:14:31.147 4808 4808 D GameManagerService: before send intent to GameIntentService
06-20 21:14:31.147 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:14:31.148 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:14:31.149 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:14:31.151 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=51, scale=100
06-20 21:14:31.152 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 51 | 100 }
06-20 21:14:31.152 17493 17493 D RSync_Core: [onBatteryStatusChanged] core not started
06-20 21:14:31.152 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=51, mBatteryStatus=2
06-20 21:14:31.174 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:14:31.150 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:14:31.177 4808 4808 D GameManagerService: after send intent to GameIntentService. componentName:ComponentInfo{com.enhance.gameservice/com.enhance.gameservice.GameIntentService}
06-20 21:14:31.179 24933 26341 D GOS:GameIntentService: onHandleIntent. begin
06-20 21:14:31.180 24933 26341 D GOS:GameIntentService: onHandleIntent. GameIntentService. type 6
06-20 21:14:31.180 24933 26341 D GOS:GameIntentService: batteryLevel: 51
06-20 21:14:31.180 24933 26341 D GOS:GameIntentService: new deviceStatusLevel: 1
06-20 21:14:31.180 24933 26341 D GOS:GameIntentService: prev deviceStatusLevel: 2
06-20 21:14:31.180 24933 26341 D GOS:GameIntentService: deviceStatusLevel changed: 1
06-20 21:14:31.180 24933 26341 D GOS:DataManager: onDeviceStatusLevelChanged()
06-20 21:14:31.180 744 744 D Notification: allPendingIntents
06-20 21:14:31.181 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:14:31.182 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3489000 mChargingTime : 3460000
06-20 21:14:31.182 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:14:31.183 5294 5294 D Notification: allPendingIntents
06-20 21:14:31.184 4808 6023 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:14:31.184 4808 6023 D API test: getContainerInfo: value is
06-20 21:14:31.184 4808 6023 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:14:31.184 4808 6023 D API test: getContainerInfo: value is
06-20 21:14:31.186 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:14:31.188 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:14:31.194 4808 4826 D Notification: allPendingIntents
06-20 21:14:31.195 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:14:31.195 4808 4841 D API test: getContainerInfo: value is
06-20 21:14:31.195 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:14:31.195 4808 4841 D API test: getContainerInfo: value is
06-20 21:14:31.197 4808 4826 D Notification: allPendingIntents
06-20 21:14:31.198 4808 4826 D Notification: allPendingIntents
06-20 21:14:31.200 4808 6023 D Notification: allPendingIntents
06-20 21:14:31.201 4808 4826 D Notification: allPendingIntents
06-20 21:14:31.202 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:14:31.202 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:14:31.203 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:14:31.203 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:14:31.206 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:14:31.202 4808 4826 D Notification: allPendingIntents
06-20 21:14:31.208 4808 6586 D Notification: allPendingIntents
06-20 21:14:31.209 4808 4826 D Notification: allPendingIntents
06-20 21:14:31.209 4808 6463 D Notification: allPendingIntents
06-20 21:14:31.211 4808 6023 D Notification: allPendingIntents
06-20 21:14:31.212 4808 6586 D Notification: allPendingIntents
06-20 21:14:31.213 4808 4826 D Notification: allPendingIntents
06-20 21:14:31.219 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:14:31.219 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:14:31.219 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:14:31.232 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:14:31.239 24957 24968 I chatty : uid=10056(u0_a56) Binder:24957_1 identical 2 lines
06-20 21:14:31.243 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:14:31.257 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:14:31.274 5294 5294 D swipe : !isFreemformEnabled
06-20 21:14:31.292 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:14:31.715 6068 6068 D io_stats: !@ 8,0 r 8146197 471161312 w 4227277 77249136 d 382349 34804032 f 1065262 1083024 iot 4380776 3600718 th 307200 0 0 pt 0 inp 0 0 193913.733
06-20 21:14:31.805 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:14:31.805 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:14:51.058 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:14:51.059 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:14:51.059 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:14:51.059 4808 4969 D SamsungAlarmManager: Expired : 65536
06-20 21:14:51.065 4808 6023 D SamsungAlarmManager: Cancel Alarm calling from uid:10034 pid :6194 / op:PendingIntent{a74bf7d: PendingIntentRecord{124f391 com.google.android.gms broadcastIntent}}
06-20 21:14:51.069 4808 6023 D SamsungAlarmManager: setExact Intent (T:2/F:5/AC:false) 20180620T214351 - CU:10034/CP:6194
06-20 21:14:51.073 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:14:51.079 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:51.080 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:51.085 4808 6745 D SamsungAlarmManager: Cancel Alarm calling from uid:10034 pid :6194 / op:PendingIntent{612d679: PendingIntentRecord{124f391 com.google.android.gms broadcastIntent}}
06-20 21:14:51.087 22892 26347 I SubscribedFeeds: Received message
06-20 21:14:51.091 4808 6463 D SamsungAlarmManager: Cancel Alarm calling from uid:10034 pid :6194 / op:PendingIntent{12cd81f: PendingIntentRecord{809d25 com.google.android.gms broadcastIntent}}
06-20 21:14:51.093 4808 6023 D SamsungAlarmManager: setExact Intent (T:2/F:5/AC:false) 20180620T214351 - CU:10034/CP:6194
06-20 21:14:51.096 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:51.097 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:51.101 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:51.117 22892 26348 I SubscribedFeeds: Received message
06-20 21:14:51.122 4808 6463 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:14:51.122 4808 6463 D BatteryService: level:51, scale:100, status:2, health:2, present:true, voltage: 4040, temperature: 377, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1792000
06-20 21:14:51.122 4808 6463 D BatteryService: online:6, current avg:1630, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1474
06-20 21:14:51.122 4808 6463 D BatteryService: stay LED for charging
06-20 21:14:51.122 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:14:51.129 4808 4826 D MARsPolicyManager: AutoRun Policy isLauncherableApp -- Not launcherable system package:com.google.android.gms
06-20 21:14:51.130 4808 4826 D StorageManagerService: getExternalStorageMountMode : 1
06-20 21:14:51.131 4808 4826 D StorageManagerService: getExternalStorageMountMode : 3
06-20 21:14:51.131 4808 4826 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 10200, packageName : com.google.android.videos
06-20 21:14:51.131 4808 4826 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.android.videos user:0
06-20 21:14:51.131 4808 4826 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
06-20 21:14:51.131 4808 4826 D ActivityManager: package com.google.android.videos, user - 0 is SDcard whitelisted
06-20 21:14:51.131 4808 4826 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.android.videos user:0
06-20 21:14:51.131 4808 4826 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
06-20 21:14:51.143 4808 4826 I ActivityManager: Start proc 26350:com.google.android.videos/u0a200 for service com.google.android.videos/com.google.android.apps.play.movies.common.service.drm.RefreshLicenseTaskService
06-20 21:14:51.144 26350 26350 E Zygote : isWhitelistProcess - Process is Whitelisted
06-20 21:14:51.144 26350 26350 E libpersona: scanKnoxPersonas
06-20 21:14:51.144 26350 26350 E libpersona: Couldn't open the File - /data/system/users/0/personalist.xml - No such file or directory
06-20 21:14:51.146 26350 26350 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2], Con:u:r:zygote:s0 RAM:SEPF_SM-G965F_8.0.0_0008, [-1 -1 -1 -1 0 1]
06-20 21:14:51.146 4808 6759 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20180620T211712 - CU:10034/CP:6194
06-20 21:14:51.147 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:51.147 4808 4808 I MotionRecognitionService: Plugged
06-20 21:14:51.147 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:14:51.147 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:14:51.147 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 51, battStatus :: 2
06-20 21:14:51.147 26350 26350 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.google.android.videos
06-20 21:14:51.147 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:14:51.147 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:14:51.148 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:51.150 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=51, scale=100
06-20 21:14:51.150 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 51 | 100 }
06-20 21:14:51.151 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=51, mBatteryStatus=2
06-20 21:14:51.152 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:14:51.152 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 10222 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:51.153 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3460000 mChargingTime : 3445000
06-20 21:14:51.153 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:14:51.154 5294 5294 D Notification: allPendingIntents
06-20 21:14:51.155 4808 6463 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:14:51.155 4808 6463 D API test: getContainerInfo: value is
06-20 21:14:51.155 4808 6463 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:14:51.155 4808 6463 D API test: getContainerInfo: value is
06-20 21:14:51.155 744 744 D Notification: allPendingIntents
06-20 21:14:51.156 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:14:51.158 4808 6463 D Notification: allPendingIntents
06-20 21:14:51.159 4808 6745 D Notification: allPendingIntents
06-20 21:14:51.160 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:51.160 4808 6463 D Notification: allPendingIntents
06-20 21:14:51.160 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:14:51.161 4808 4841 D API test: getContainerInfo: value is
06-20 21:14:51.161 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:14:51.161 4808 4841 D API test: getContainerInfo: value is
06-20 21:14:51.162 4808 6759 D Notification: allPendingIntents
06-20 21:14:51.163 4808 4826 D Notification: allPendingIntents
06-20 21:14:51.164 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:14:51.164 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:14:51.164 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:14:51.164 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:14:51.166 4808 6759 D Notification: allPendingIntents
06-20 21:14:51.167 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:14:51.168 4808 6759 D Notification: allPendingIntents
06-20 21:14:51.168 4808 6023 D Notification: allPendingIntents
06-20 21:14:51.170 4808 6745 D Notification: allPendingIntents
06-20 21:14:51.171 4808 6745 D Notification: allPendingIntents
06-20 21:14:51.173 4808 6586 D Notification: allPendingIntents
06-20 21:14:51.173 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:14:51.173 4808 4826 D Notification: allPendingIntents
06-20 21:14:51.174 26350 26350 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
06-20 21:14:51.174 26350 26350 D ActivityThread: Added TimaKeyStore provider
06-20 21:14:51.175 6194 6210 I zygote64: Background concurrent copying GC freed 223314(13MB) AllocSpace objects, 35(1956KB) LOS objects, 50% free, 16MB/32MB, paused 418us total 100.119ms
06-20 21:14:51.179 4808 4826 I ActivityManager: DSS on for com.google.android.videos and scale is 1.0
06-20 21:14:51.181 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:14:51.181 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:14:51.184 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:51.192 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:14:51.197 24957 24968 I chatty : uid=10056(u0_a56) Binder:24957_1 identical 2 lines
06-20 21:14:51.199 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:14:51.202 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:14:51.205 25244 26366 W pbp : Job(ItemsSyncControlService:sync#0.33) Ignoring unsupported stable ID for sync OUTBOX
06-20 21:14:51.212 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10222 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:51.213 25258 25258 D ConnectivityManager: requestNetwork; CallingUid : 10222, CallingPid : 25258
06-20 21:14:51.214 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:14:51.214 4808 6463 D ConnectivityService: listenForNetwork for uid/pid:10222/25258 NetworkRequest [ LISTEN id=2037, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN&FOREGROUND] ]
06-20 21:14:51.215 4808 5073 D ConnectivityService: rematching NetworkAgentInfo [WIFI () - 605]
06-20 21:14:51.215 4808 5073 D ConnectivityService: network has: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&FOREGROUND LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -54]
06-20 21:14:51.215 4808 5073 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 605] was already satisfying request 3. No change.
06-20 21:14:51.215 4808 5073 D ConnectivityService: sending mNetworkRequests to WWSM through Network Monitor [ Transports: WIFI Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN&FOREGROUND]
06-20 21:14:51.215 4808 5073 D ConnectivityService: multi(falsetruefalse)
06-20 21:14:51.215 4808 5073 D ConnectivityService: Network NetworkAgentInfo [WIFI () - 605] was already satisfying request 1. No change.
06-20 21:14:51.215 4808 11933 D NetworkMonitor/NetworkAgentInfo [WIFI () - 605]: EvaluatingState{ when=0 what=151659 arg1=1 obj=Bundle[{UID=5010, requestID=2033}] target=com.android.internal.util.StateMachine$SmHandler }
06-20 21:14:51.215 4808 11933 D NetworkMonitor/NetworkAgentInfo [WIFI () - 605]: MaybeNotifyState{ when=-1ms what=151659 arg1=1 obj=Bundle[{UID=5010, requestID=2033}] target=com.android.internal.util.StateMachine$SmHandler }
06-20 21:14:51.215 4808 11933 D NetworkMonitor/NetworkAgentInfo [WIFI () - 605]: DefaultState{ when=-1ms what=151659 arg1=1 obj=Bundle[{UID=5010, requestID=2033}] target=com.android.internal.util.StateMachine$SmHandler }
06-20 21:14:51.215 4808 5073 D ConnectivityService: sending notification AVAILABLE for NetworkRequest [ LISTEN id=2037, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN&FOREGROUND] ]
06-20 21:14:51.216 4808 5073 D ConnectivityService: sending notification CAP_CHANGED for NetworkRequest [ LISTEN id=2037, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN&FOREGROUND] ]
06-20 21:14:51.216 4808 5073 D ConnectivityService: sending notification IP_CHANGED for NetworkRequest [ LISTEN id=2037, [ Capabilities: NOT_RESTRICTED&TRUSTED&NOT_VPN&FOREGROUND] ]
06-20 21:14:51.216 4808 5073 D ConnectivityService: rematching NetworkAgentInfo [VPN () - 604]
06-20 21:14:51.216 4808 5073 D ConnectivityService: network has: [ Transports: VPN Capabilities: NOT_RESTRICTED&TRUSTED&VALIDATED&FOREGROUND]
06-20 21:14:51.216 4808 5073 D ConnectivityService: checking if request is satisfied: NetworkRequest [ TRACK_DEFAULT id=3, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
06-20 21:14:51.216 4808 5073 D ConnectivityService: checking if request is satisfied: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN] ]
06-20 21:14:51.230 5294 5294 D swipe : !isFreemformEnabled
06-20 21:14:51.232 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:14:51.234 4430 4631 D DnsProxyListener: DNSDBG::dns addrinfo af 2
06-20 21:14:51.247 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:14:51.257 26350 26387 D libEGL : loaded /vendor/lib/egl/libGLES_mali.so
06-20 21:14:51.341 26350 26350 E zygote : The String#value field is not present on Android versions >= 6.0
06-20 21:14:51.357 4808 6745 D StorageManagerService: getExternalStorageMountMode : 1
06-20 21:14:51.357 4808 6745 D StorageManagerService: getExternalStorageMountMode : 3
06-20 21:14:51.357 4808 6745 D StorageManagerService: getExternalStorageMountMode : final mountMode=1, uid : 10139, packageName : com.google.vr.vrcore
06-20 21:14:51.357 4808 6745 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.google.vr.vrcore user:0
06-20 21:14:51.358 4808 6745 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
06-20 21:14:51.358 4808 6745 D ActivityManager: package com.google.vr.vrcore, user - 0 is SDcard whitelisted
06-20 21:14:51.358 4808 6745 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.google.vr.vrcore user:0
06-20 21:14:51.358 4808 6745 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
06-20 21:14:51.366 4808 6745 I ActivityManager: Start proc 26416:com.google.vr.vrcore/u0a139 for service com.google.vr.vrcore/.common.VrCoreSdkService
06-20 21:14:51.366 26416 26416 E Zygote : isWhitelistProcess - Process is Whitelisted
06-20 21:14:51.366 26416 26416 E libpersona: scanKnoxPersonas
06-20 21:14:51.366 26416 26416 E libpersona: Couldn't open the File - /data/system/users/0/personalist.xml - No such file or directory
06-20 21:14:51.367 26416 26416 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2], Con:u:r:zygote:s0 RAM:SEPF_SM-G965F_8.0.0_0008, [-1 -1 -1 -1 0 1]
06-20 21:14:51.368 26416 26416 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.google.vr.vrcore
06-20 21:14:51.381 26416 26416 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
06-20 21:14:51.381 26416 26416 D ActivityThread: Added TimaKeyStore provider
06-20 21:14:51.382 4808 6463 I ActivityManager: DSS on for com.google.vr.vrcore and scale is 1.0
06-20 21:14:51.405 4808 6759 D ConnectivityService: filterNetworkStateForUid() uid: 10200 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:14:51.409 24957 24968 I Finsky : [11790] com.google.android.finsky.dm.a.a(21): Will not allow first-party apps signed by test keys
06-20 21:14:51.410 24957 24968 I Finsky : [11790] com.google.android.finsky.contentfilterui.m.a(13): Received content filters request from com.google.android.videos
06-20 21:14:51.422 26350 26350 I zygote : IncrementDisableThreadFlip blocked for 6.872ms
06-20 21:14:51.450 4157 4157 E audit : avc: denied { find } for service=rcp pid=26416 uid=10139 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:rcp_service:s0 tclass=service_manager
06-20 21:14:51.453 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10200 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:51.454 26416 26437 D libEGL : loaded /vendor/lib64/egl/libGLES_mali.so
06-20 21:14:51.470 6194 6194 W NetworkScheduler.TED: Error while unbinding: java.lang.IllegalArgumentException: Service not registered: vvo@5efdad5
06-20 21:14:51.525 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:51.532 26350 26436 W AudioCapabilities: Unsupported mime audio/mpeg-L1
06-20 21:14:51.533 26350 26436 W AudioCapabilities: Unsupported mime audio/mpeg-L2
06-20 21:14:51.539 26350 26436 W AudioCapabilities: Unsupported mime audio/x-ms-wma
06-20 21:14:51.541 4808 6023 W ActivityManager: Permission Denial: opening provider com.google.android.gsf.gservices.GservicesProvider from ProcessRecord{434b13d 26416:com.google.vr.vrcore/u0a139} (pid=26416, uid=10139) requires com.google.android.providers.gsf.permission.READ_GSERVICES or com.google.android.providers.gsf.permission.WRITE_GSERVICES
06-20 21:14:51.541 26350 26436 W AudioCapabilities: Unsupported mime audio/x-ima
06-20 21:14:51.543 26416 26459 W GservicesWrapper: Failed to read GServices.
06-20 21:14:51.543 26416 26459 W GservicesWrapper: java.lang.SecurityException: Permission Denial: opening provider com.google.android.gsf.gservices.GservicesProvider from ProcessRecord{434b13d 26416:com.google.vr.vrcore/u0a139} (pid=26416, uid=10139) requires com.google.android.providers.gsf.permission.READ_GSERVICES or com.google.android.providers.gsf.permission.WRITE_GSERVICES
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at android.os.Parcel.readException(Parcel.java:1958)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at android.os.Parcel.readException(Parcel.java:1904)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at android.content.IContentService$Stub$Proxy.registerContentObserver(IContentService.java:788)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at android.content.ContentResolver.registerContentObserver(ContentResolver.java:1930)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at android.content.ContentResolver.registerContentObserver(ContentResolver.java:1919)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at avi.a(PG:7)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at avi.b(PG:87)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at avi.a(PG:53)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at bdr.a(PG:3)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at bdu.a(PG:6)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at bcj.a(PG:19)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at bcj.a(PG:32)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at baa.a(PG:50)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at bac.run(PG:2)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at bay.run(PG:8)
06-20 21:14:51.543 26416 26459 W GservicesWrapper: at java.lang.Thread.run(Thread.java:764)
06-20 21:14:51.543 26416 26416 I VrCoreApplication: Initializing primary process.
06-20 21:14:51.545 4808 6578 W ActivityManager: Permission Denial: opening provider com.google.android.gsf.gservices.GservicesProvider from ProcessRecord{434b13d 26416:com.google.vr.vrcore/u0a139} (pid=26416, uid=10139) requires com.google.android.providers.gsf.permission.READ_GSERVICES or com.google.android.providers.gsf.permission.WRITE_GSERVICES
06-20 21:14:51.545 26416 26459 W GservicesWrapper: Failed to read GServices.
06-20 21:14:51.545 26416 26459 W GservicesWrapper: java.lang.SecurityException: Permission Denial: opening provider com.google.android.gsf.gservices.GservicesProvider from ProcessRecord{434b13d 26416:com.google.vr.vrcore/u0a139} (pid=26416, uid=10139) requires com.google.android.providers.gsf.permission.READ_GSERVICES or com.google.android.providers.gsf.permission.WRITE_GSERVICES
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at android.os.Parcel.readException(Parcel.java:1958)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at android.os.Parcel.readException(Parcel.java:1904)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at android.app.IActivityManager$Stub$Proxy.getContentProvider(IActivityManager.java:5292)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at android.app.ActivityThread.acquireProvider(ActivityThread.java:6158)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at android.app.ContextImpl$ApplicationContentResolver.acquireUnstableProvider(ContextImpl.java:2559)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at android.content.ContentResolver.acquireUnstableProvider(ContentResolver.java:1786)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at android.content.ContentResolver.query(ContentResolver.java:744)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at android.content.ContentResolver.query(ContentResolver.java:710)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at android.content.ContentResolver.query(ContentResolver.java:668)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at avi.a(PG:35)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at avi.a(PG:58)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at bdr.a(PG:3)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at avq.a(PG:604)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at avq.g(PG:598)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at bdw.a(PG:5)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at baa.a(PG:63)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at bac.run(PG:2)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at bay.run(PG:8)
06-20 21:14:51.545 26416 26459 W GservicesWrapper: at java.lang.Thread.run(Thread.java:764)
06-20 21:14:51.549 26416 26416 W ThermalInfoCache: Could not create ThermalInfoCache, exception while querying limits: java.lang.SecurityException: The caller is not a device owner, bound VrListenerService, or holding the DEVICE_POWER permission.
06-20 21:14:51.551 4430 4631 D DnsProxyListener: DNSDBG::dns addrinfo af 0
06-20 21:14:51.553 26350 26436 W AudioCapabilities: Unsupported mime audio/ac4
06-20 21:14:51.554 4808 6463 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2821057740, maxLowBytes : 524288000
06-20 21:14:51.554 26416 26416 E cyh : Null deviceParams or no alignment markers found.
06-20 21:14:51.558 4808 6578 W ActivityManager: Background start not allowed: service Intent { cmp=com.google.vr.vrcore/.common.VrCoreSdkService } to com.google.vr.vrcore/.common.VrCoreSdkService from pid=26416 uid=10139 pkg=com.google.vr.vrcore
06-20 21:14:51.559 26416 26416 E VrCoreSdkService: Call to startService() failed: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.google.vr.vrcore/.common.VrCoreSdkService }: app is in background uid UidRecord{a09eaf4 u0a139 SVC idle procs:1 seq(0,0,0)}
06-20 21:14:51.562 26350 26436 W VideoCapabilities: Unrecognized profile 2130706433 for video/avc
06-20 21:14:51.562 26350 26436 W VideoCapabilities: Unrecognized profile 2130706434 for video/avc
06-20 21:14:51.565 26350 26436 W VideoCapabilities: Unrecognized profile 2130706433 for video/avc
06-20 21:14:51.565 26350 26436 W VideoCapabilities: Unrecognized profile 2130706434 for video/avc
06-20 21:14:51.589 26416 26416 I GConfigDataUpdater: Config fetched successfully, updated cached parameters.
06-20 21:14:51.590 6642 11445 I vgd : 5-LoadOwners -- metadata{ service_id: 0 }
06-20 21:14:51.592 6642 11445 I vgd : 5-LoadOwners -- metadata{ service_id: 0 }
06-20 21:14:51.595 26350 26436 W VideoCapabilities: Unsupported mime video/wvc1
06-20 21:14:51.599 26350 26436 W VideoCapabilities: Unsupported mime video/x-ms-wmv
06-20 21:14:51.604 26350 26436 W VideoCapabilities: Unrecognized profile 2130706433 for video/avc
06-20 21:14:51.604 26350 26436 W VideoCapabilities: Unrecognized profile 2130706434 for video/avc
06-20 21:14:51.614 6194 8465 I vgd : 35-GetSettingsCacheOperation -- metadata{ service_id: 0 }
06-20 21:14:51.618 6194 8465 I vgd : 35-GetSettingsCacheOperation -- metadata{ service_id: 0 }
06-20 21:14:51.620 26416 26416 I CheckboxLoggingPolicy: Updating logging mode to GAIA_AND_ANDROID_ID with 1 account(s).
06-20 21:14:51.622 26416 26416 I CheckboxLoggingPolicy: Updating logging mode to GAIA_AND_ANDROID_ID with 1 account(s).
06-20 21:14:51.629 26350 26436 W VideoCapabilities: Unsupported mime video/avc-wfd
06-20 21:14:51.632 26350 26436 W VideoCapabilities: Unsupported mime video/avc-wfd
06-20 21:14:51.658 26350 26436 I VideoCapabilities: Unsupported profile 4 for video/mp4v-es
06-20 21:14:51.682 26350 26436 W VideoCapabilities: Unrecognized profile/level 1/32 for video/mp4v-es
06-20 21:14:51.682 26350 26436 W VideoCapabilities: Unrecognized profile/level 32768/2 for video/mp4v-es
06-20 21:14:51.682 26350 26436 W VideoCapabilities: Unrecognized profile/level 32768/64 for video/mp4v-es
06-20 21:14:51.685 26350 26436 W VideoCapabilities: Unsupported mime video/wvc1
06-20 21:14:51.687 26350 26436 W VideoCapabilities: Unsupported mime video/x-ms-wmv
06-20 21:14:51.689 26350 26436 W VideoCapabilities: Unsupported mime video/x-ms-wmv7
06-20 21:14:51.692 26350 26436 W VideoCapabilities: Unsupported mime video/x-ms-wmv8
06-20 21:14:51.694 26350 26436 W VideoCapabilities: Unsupported mime video/mp43
06-20 21:14:51.706 26350 26436 W AudioCapabilities: Unsupported mime audio/x-ape
06-20 21:14:51.706 26350 26436 W VideoCapabilities: Unrecognized profile 2130706433 for video/avc
06-20 21:14:51.706 26350 26436 W VideoCapabilities: Unrecognized profile 2130706434 for video/avc
06-20 21:14:51.708 26350 26436 W VideoCapabilities: Unrecognized profile 2130706433 for video/avc
06-20 21:14:51.708 26350 26436 W VideoCapabilities: Unrecognized profile 2130706434 for video/avc
06-20 21:14:51.710 26350 26436 W VideoCapabilities: Unrecognized profile 2130706433 for video/avc
06-20 21:14:51.710 26350 26436 W VideoCapabilities: Unrecognized profile 2130706434 for video/avc
06-20 21:14:52.059 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:14:52.059 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:14:52.059 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:14:53.059 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:14:53.059 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:14:53.059 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:14:53.190 25258 25258 W bta : dym Sync status: SYNCED. Synced 3 objects.
06-20 21:14:53.201 25258 25258 W bta : bje Using notificationLevel: ALL
06-20 21:14:53.207 4808 6745 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:53.222 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:53.286 25258 25258 W bta : bju Fetched unread inbox items successfully. Size: 36, unfiltered: 40, currentWatermark: 1529427858646
06-20 21:14:53.287 25258 25258 W bta : bju Untriaged items in filtered list: 1
06-20 21:14:53.287 25258 25258 W bta : bje Notification Item Status: [notifiable:1]
06-20 21:14:53.288 25258 25258 W bta : bje Not permitted to notify. Same conversations.
06-20 21:14:53.333 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:14:53.344 4808 6578 I ActivityManager: KPU : put [com.sec.android.daemonapp] : 36263 K
06-20 21:14:53.344 4808 6578 I ActivityManager: Killing 24632:com.sec.android.daemonapp/u0a178 (adj 906): DHA:empty #25
06-20 21:14:53.407 5506 2029 D ProcessObserver_FLP: onProcessDied, 24632/10178
06-20 21:14:53.408 5582 10112 D ForegroundUtils: could not check pending caller
06-20 21:14:53.908 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:14:53.909 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:15:01.059 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:15:01.059 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:15:01.059 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:15:01.060 4808 4969 D SamsungAlarmManager: Expired : 65548
06-20 21:15:01.061 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211712, SetElapsed=363375501, nowELAPSED=363244178
06-20 21:15:01.063 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T211512, SetElapsed=363255315, nowELAPSED=363244180
06-20 21:15:01.063 4808 4969 V SamsungAlarmManager: Sending to uid : 1000 listener=android.app.AlarmManager$ListenerWrapper@566790d alarm=Alarm{654c260 type 2 when 363233822 android}
06-20 21:15:01.066 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:15:01.067 4808 4969 V SamsungAlarmManager: Sending to uid : 1000 action=android.intent.action.TIME_TICK alarm=Alarm{b903319 type 3 when 363243117 android}
06-20 21:15:01.069 4808 4969 V SamsungAlarmManager: Sending to uid : 10034 action=null alarm=Alarm{89015bf type 3 when 363243237 com.google.android.gms}
06-20 21:15:01.071 4808 4808 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20180620T211808 - CU:1000/CP:4808
06-20 21:15:01.073 4808 4808 D StorageManagerService: getExternalStorageMountMode : 3
06-20 21:15:01.073 4808 4808 D StorageManagerService: getExternalStorageMountMode : 3
06-20 21:15:01.073 4808 4808 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 10054, packageName : com.microsoft.skydrive
06-20 21:15:01.073 4808 4808 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.microsoft.skydrive user:0
06-20 21:15:01.073 4808 4808 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
06-20 21:15:01.073 4808 4808 D ActivityManager: package com.microsoft.skydrive, user - 0 is SDcard whitelisted
06-20 21:15:01.073 4808 4808 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.microsoft.skydrive user:0
06-20 21:15:01.073 4808 4808 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
06-20 21:15:01.087 4808 4808 I ActivityManager: Start proc 26474:com.microsoft.skydrive/u0a54 for service com.microsoft.skydrive/.jobs.UpdateMetadataForOfflineFilesJob
06-20 21:15:01.087 26474 26474 E Zygote : isWhitelistProcess - Process is Whitelisted
06-20 21:15:01.088 26474 26474 E libpersona: scanKnoxPersonas
06-20 21:15:01.088 26474 26474 E libpersona: Couldn't open the File - /data/system/users/0/personalist.xml - No such file or directory
06-20 21:15:01.091 26474 26474 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2], Con:u:r:zygote:s0 RAM:SEPF_SM-G965F_8.0.0_0008, [-1 -1 -1 -1 0 1]
06-20 21:15:01.091 4808 4808 D SamsungAlarmManager: setExact Intent (T:3/F:1/AC:false) 20180620T211600 - CU:1000/CP:4808
06-20 21:15:01.091 26474 26474 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.microsoft.skydrive
06-20 21:15:01.092 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
06-20 21:15:01.092 5294 5294 D KeyguardServiceBoxContainer: refreshTime() 1
06-20 21:15:01.107 26474 26474 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
06-20 21:15:01.107 26474 26474 D ActivityThread: Added TimaKeyStore provider
06-20 21:15:01.108 6194 26479 I vgd : 35-GetDeviceDataUploadOptInStatusOperation -- metadata{ service_id: 0 }
06-20 21:15:01.108 4808 6578 I ActivityManager: DSS on for com.microsoft.skydrive and scale is 1.0
06-20 21:15:01.120 4808 6578 D SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20180620T211601 - CU:10034/CP:6194
06-20 21:15:01.134 4808 6463 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:15:01.135 4808 6463 D BatteryService: level:51, scale:100, status:2, health:2, present:true, voltage: 4130, temperature: 378, technology: Li-ion, AC powered:true, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303837, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1800000
06-20 21:15:01.135 4808 6463 D BatteryService: online:6, current avg:2110, charge type:1, power sharing:false, high voltage charger:true, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:2450
06-20 21:15:01.135 4808 6463 D BatteryService: stay LED for charging
06-20 21:15:01.135 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:15:01.135 4808 4808 I MotionRecognitionService: Plugged
06-20 21:15:01.135 4808 4808 D MotionRecognitionService: mCableConnection= 1
06-20 21:15:01.135 4808 4808 D MotionRecognitionService: setPowerConnected : mGripEnabled = false
06-20 21:15:01.135 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 51, battStatus :: 2
06-20 21:15:01.136 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:15:01.137 17493 17493 D RSync_BatteryReceiver: [onReceive] status=2, level=51, scale=100
06-20 21:15:01.137 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 2 | 51 | 100 }
06-20 21:15:01.138 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:15:01.142 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:15:01.142 744 744 D Notification: allPendingIntents
06-20 21:15:01.142 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=51, mBatteryStatus=2
06-20 21:15:01.143 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 1
06-20 21:15:01.144 5294 5294 D PowerUI.Notification: showChargingNotice oldChargingType : 2 currentChargingType : 2 oldChargingTime : 3445000 mChargingTime : 3435000
06-20 21:15:01.144 5294 5294 D PowerUI.Notification: showChargingNotification()
06-20 21:15:01.145 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:15:01.145 5294 5294 D Notification: allPendingIntents
06-20 21:15:01.145 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:01.145 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:15:01.145 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:01.145 4808 6463 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = -1
06-20 21:15:01.146 4808 6463 D API test: getContainerInfo: value is
06-20 21:15:01.146 4808 6463 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.android.systemui,userId = 0
06-20 21:15:01.146 4808 6463 D API test: getContainerInfo: value is
06-20 21:15:01.146 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:15:01.146 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:15:01.146 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:15:01.146 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:15:01.148 4808 6463 D Notification: allPendingIntents
06-20 21:15:01.148 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:15:01.149 4808 6578 D Notification: allPendingIntents
06-20 21:15:01.150 4808 6463 D Notification: allPendingIntents
06-20 21:15:01.150 4808 6759 D Notification: allPendingIntents
06-20 21:15:01.153 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:15:01.155 4808 6759 I chatty : uid=1000(system) Binder:4808_1E identical 4 lines
06-20 21:15:01.156 4808 6759 D Notification: allPendingIntents
06-20 21:15:01.157 4808 6463 D Notification: allPendingIntents
06-20 21:15:01.157 4808 6759 D Notification: allPendingIntents
06-20 21:15:01.161 4808 6578 D Notification: allPendingIntents
06-20 21:15:01.173 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:15:01.179 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:15:01.185 26474 26474 I MAMInfo : MAMInfo initialized. Debug=false, UseTestAgent=false, ManagedDialogDisabled=false, DeprecationDialogDisabled=false, PolicyRequired=false, MultiIdentityEnabled=true, FullBackupContent=true, UseDefaultEnrollment=false, ExceptionOnInit=false
06-20 21:15:01.192 26474 26492 D libEGL : loaded /vendor/lib/egl/libGLES_mali.so
06-20 21:15:01.196 5294 5294 D swipe : !isFreemformEnabled
06-20 21:15:01.196 26474 26494 I MAMWERetryScheduler: task thread waiting for tasks.
06-20 21:15:01.198 26474 26474 I MAMComponents: Not initializing MAM classes because the MDM package is not installed.
06-20 21:15:01.198 26474 26474 I MAMComponents: Not initializing MAM classes because the MDM package is not installed.
06-20 21:15:01.201 26474 26474 I MultiDex: VM with version 2.1.0 has multidex support
06-20 21:15:01.201 26474 26474 I MultiDex: install
06-20 21:15:01.201 26474 26474 I MultiDex: VM has multidex support, MultiDex support library is disabled.
06-20 21:15:01.214 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:15:01.222 4808 6759 D ConnectivityService: filterNetworkStateForUid() uid: 10054 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:01.238 26474 26474 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
06-20 21:15:01.246 26474 26474 V com.microsoft.instrumentation.applicationinsights.c: Flushing session
06-20 21:15:01.248 26474 26499 V com.microsoft.instrumentation.applicationinsights.c: Sending data to server
06-20 21:15:01.222 4808 6759 I chatty : uid=1000(system) Binder:4808_1E identical 1 line
06-20 21:15:01.245 4808 6759 D ConnectivityService: filterNetworkStateForUid() uid: 10054 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:01.249 4808 6759 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2821057740, maxLowBytes : 524288000
06-20 21:15:01.308 26474 26474 W System : ClassLoader referenced unknown path:
06-20 21:15:01.310 26474 26502 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
06-20 21:15:01.310 26474 26502 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
06-20 21:15:01.312 4430 4631 D DnsProxyListener: DNSDBG::dns addrinfo af 0
06-20 21:15:01.336 26474 26474 I QtCore : Start
06-20 21:15:01.340 26474 26474 W linker : "/data/app/com.microsoft.skydrive-UNheY6iwcxekw9WwXUDeLA==/lib/arm/libQt5AndroidExtras.so" has unsupported flags DT_FLAGS_1=0x81
06-20 21:15:01.343 26474 26474 W linker : "/data/app/com.microsoft.skydrive-UNheY6iwcxekw9WwXUDeLA==/lib/arm/libQt5Sql.so" has unsupported flags DT_FLAGS_1=0x81
06-20 21:15:01.347 26474 26474 W linker : "/data/app/com.microsoft.skydrive-UNheY6iwcxekw9WwXUDeLA==/lib/arm/libQt5Network.so" has unsupported flags DT_FLAGS_1=0x81
06-20 21:15:01.352 26474 26474 W linker : "/data/app/com.microsoft.skydrive-UNheY6iwcxekw9WwXUDeLA==/lib/arm/libQt5Xml.so" has unsupported flags DT_FLAGS_1=0x81
06-20 21:15:01.354 26474 26474 W linker : "/data/app/com.microsoft.skydrive-UNheY6iwcxekw9WwXUDeLA==/lib/arm/libQt5Concurrent.so" has unsupported flags DT_FLAGS_1=0x81
06-20 21:15:01.400 26474 26502 D TcpOptimizer: TcpOptimizer-ON
06-20 21:15:01.438 26474 26518 W linker : "/data/data/com.microsoft.skydrive/files/libs/sqldrivers/libqsqlite.so" unused DT entry: type 0xf arg 0x1cd7
06-20 21:15:01.438 26474 26518 W linker : "/data/data/com.microsoft.skydrive/files/libs/sqldrivers/libqsqlite.so" has unsupported flags DT_FLAGS_1=0x81
06-20 21:15:01.448 4808 6759 D ConnectivityService: filterNetworkStateForUid() uid: 10054 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:01.531 4808 6759 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2821057740, maxLowBytes : 524288000
06-20 21:15:01.544 26474 26524 I PSPDFKit: PSPDFKit for Android (3.3.1, 63410), compiled at 2017-07-26.
06-20 21:15:01.544 26474 26524 I PSPDFKit: Features: Forms, User Interface, Document Editing, PDF Creation, Annotation Editing, Indexed Full-Text Search, Strong Encryption, Text Selection.
06-20 21:15:01.544 26474 26524 I PSPDFKit: Copyright © 2011-2017 PSPDFKit GmbH. All rights reserved.
06-20 21:15:01.576 4430 4631 D DnsProxyListener: DNSDBG::dns addrinfo af 0
06-20 21:15:01.585 4808 6759 I chatty : uid=1000(system) Binder:4808_1E identical 2 lines
06-20 21:15:01.588 4808 6759 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2821057740, maxLowBytes : 524288000
06-20 21:15:01.591 4808 6759 D ConnectivityService: filterNetworkStateForUid() uid: 10054 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:01.600 4808 6759 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211847, SetElapsed=363470283, nowELAPSED=363244717
06-20 21:15:01.600 4808 6759 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20180620T211808 - CU:1000/CP:4808
06-20 21:15:01.603 4808 6759 D SamsungAlarmManager: setInexact Listener (T:2/F:0/AC:false) 20180620T212308 - CU:1000/CP:4808
06-20 21:15:01.604 4808 6759 D ConnectivityService: filterNetworkStateForUid() uid: 10054 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:01.671 26474 26474 V MediaRouter: Adding route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
06-20 21:15:01.675 4808 6463 V WifiDisplayAdapter: getWifiDisplayStatusLocked: result=WifiDisplayStatus{featureState=2, scanState=0, activeDisplayState=0, activeDisplay=null, displays=[], sessionInfo=WifiDisplaySessionInfo: Client/Owner: Client GroupId: Passphrase: SessionId: 0 IP Address: , connectedState=-1}
06-20 21:15:01.683 26474 26474 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
06-20 21:15:01.684 4808 6463 D AudioService: GetAppDevice, uid=10054
06-20 21:15:01.683 4808 6463 V WifiDisplayAdapter: getWifiDisplayStatusLocked: result=WifiDisplayStatus{featureState=2, scanState=0, activeDisplayState=0, activeDisplay=null, displays=[], sessionInfo=WifiDisplaySessionInfo: Client/Owner: Client GroupId: Passphrase: SessionId: 0 IP Address: , connectedState=-1}
06-20 21:15:01.685 4808 6463 D AudioService: getStreamVolume 3 index 150
06-20 21:15:01.686 26474 26474 I MediaRouter: Found default route: MediaRouter.RouteInfo{ uniqueId=android/.support.v7.media.o:DEFAULT_ROUTE, name=Phone, description=null, iconUri=null, enabled=true, connecting=false, connectionState=0, canDisconnect=false, playbackType=0, playbackStream=3, deviceType=0, volumeHandling=1, volume=15, volumeMax=15, presentationDisplayId=-1, extras=null, settingsIntent=null, providerPackageName=android }
06-20 21:15:01.686 26474 26474 I MediaRouter: Unselecting the current route because it is no longer selectable: null
06-20 21:15:01.700 26474 26474 D TokenSharingManager_v1.4.4: Library works in release mode
06-20 21:15:01.702 26474 26474 F Adjust : PRODUCTION: Adjust is running in Production mode. Use this setting only for the build that you want to publish. Set the environment to `sandbox` if you want to test your app!
06-20 21:15:01.703 4808 6463 W StorageManager: getStorageLowBytes lowPercent : 5, lowBytes : 2821057740, maxLowBytes : 524288000
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: Error while reading from SharedPreferences
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: java.lang.SecurityException: MODE_WORLD_READABLE no longer supported
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at android.app.ContextImpl.checkMode(ContextImpl.java:2453)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:389)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:376)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at com.google.android.gms.ads.identifier.AdvertisingIdClient.getAdvertisingIdInfo(Unknown Source:13)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at java.lang.reflect.Method.invoke(Native Method)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.invokeMethod(SourceFile:193)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.invokeStaticMethod(SourceFile:176)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.getAdvertisingInfoObject(SourceFile:93)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.getPlayAdId(SourceFile:42)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Util.getPlayAdId(SourceFile:92)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.a.<init>(SourceFile:62)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler.initI(SourceFile:637)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler.access$000(SourceFile:31)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler$1.run(SourceFile:184)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-20 21:15:01.723 26474 26543 W AdvertisingIdClient: at java.lang.Thread.run(Thread.java:764)
06-20 21:15:01.736 26474 26474 I MAMComponents: Not initializing MAM classes because the MDM package is not installed.
06-20 21:15:01.747 26474 26474 I AMEnrollmentStatusCache: No MAM enrollment status found.
06-20 21:15:01.748 26474 26474 I MAMWERetryScheduler: scheduling any necessary enrollment retries at startup; online: false
06-20 21:15:01.750 4808 6578 D ConnectivityService: filterNetworkStateForUid() uid: 10054 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:01.751 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10054 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:01.800 4808 4817 I zygote64: Background concurrent copying GC freed 111895(5MB) AllocSpace objects, 43(1868KB) LOS objects, 25% free, 69MB/93MB, paused 576us total 207.265ms
06-20 21:15:01.837 17493 17539 D RSync_PreferencesManager: [isBatteryEnabled] charging=true, batterySaver=false, batteryPercent=51, listenBatteryValue=15
06-20 21:15:01.838 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI_P2P[] - WIFI_P2P, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:01.839 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: VPN[] - VPN, state: CONNECTED/CONNECTED, reason: agentConnect, extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:01.839 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:01.839 17493 17539 D RSync_Core: [doubleCheck] traffic: true
06-20 21:15:02.035 4808 4976 D SensorHubManager: onGetSensorHubDataLocked: library(18) = 1, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
06-20 21:15:02.036 4808 4977 I CAE : sendCmdToSensorHub(SensorHubCommManager.java:158) - -63, 14, 18, 15, 2,
06-20 21:15:02.036 4808 4978 D SensorService: setSContextDataLocked ints length 3 , byte length 5
06-20 21:15:02.036 4267 4267 D Sensors : poll_inject_sensor_data
06-20 21:15:02.037 4267 4267 D Sensors : c1 0e 12 0f 02
06-20 21:15:02.037 4267 4267 E Sensors : inject_scontext_data: New ssp_data_injection_fd(31)
06-20 21:15:02.041 4267 4267 D Sensors : SContext Data Injection return 5
06-20 21:15:02.042 4808 4977 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :18], AP_SLEEP
06-20 21:15:02.043 4808 4977 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 18
06-20 21:15:02.043 4808 4977 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
06-20 21:15:02.043 4808 4977 I CAE : parse(PedometerRunner.java:357) - parse start:3
06-20 21:15:02.044 4808 4977 D CAE : display(PedometerRunner.java:320) - ================= PEDOMETER =================
06-20 21:15:02.045 4808 4977 I CAE : display(PedometerRunner.java:343) - C=[309.20000000000005], WF=[0.0], WUSCD=[0], UDSCD=[0], RSCD=[0], RUSCD=[0], WSC=[4804], RUSC=[0], DD=[0.0], WDSC=[439], RDSCD=[0], RDSC=[0], S=[0.0], WUSC=[197], D=[3986.4000000000005], SS=[0], TSCD=[0], WDSCD=[0], RSC=[1], TSC=[5441], UDSC=[636], CD=[0.0], WSCD=[0]
06-20 21:15:02.045 4808 4977 I CAE : parse(PedometerRunner.java:827) - parse end:18
06-20 21:15:02.045 4808 4981 D SemContext.CaeProvider.PedometerImpl: display() : mode = [Normal], tsc = [0], wsc = [0], rsc = [0]
06-20 21:15:02.045 4808 4981 D SemContextService: Service.updateContext() : service = Pedometer
06-20 21:15:02.047 9133 9133 D SemContextManager: [2] : 5441, 4804, 1
06-20 21:15:02.047 9133 9476 I Sensor[0x06]: [0x01] 2
06-20 21:15:02.059 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:15:02.060 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:15:02.060 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:15:01.839 4808 6463 D ConnectivityService: filterNetworkStateForUid() uid: 10576 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:02.168 6068 6068 D io_stats: !@ 8,0 r 8148666 471312116 w 4227555 77254340 d 382382 34805644 f 1065323 1083087 iot 4381672 3601590 th 307200 0 0 pt 0 inp 1 0 193918.735
06-20 21:15:02.169 6068 6068 D io_stats: !@ 179,0 r 430328 111499372 w 5619 1507087 d 0 0 f 0 0 iot 2299932 2298308 th 307200 46724 29388 pt 147912 inp 0 0 193918.736
06-20 21:15:02.742 4808 6578 D ConnectivityService: filterNetworkStateForUid() uid: 10054 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:02.747 26474 26474 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
06-20 21:15:02.747 4808 6578 V WifiDisplayAdapter: getWifiDisplayStatusLocked: result=WifiDisplayStatus{featureState=2, scanState=0, activeDisplayState=0, activeDisplay=null, displays=[], sessionInfo=WifiDisplaySessionInfo: Client/Owner: Client GroupId: Passphrase: SessionId: 0 IP Address: , connectedState=-1}
06-20 21:15:02.765 4808 6463 W ActivityManager: Background start not allowed: service Intent { cmp=com.microsoft.skydrive/com.microsoft.odsp.task.TaskService } to com.microsoft.skydrive/com.microsoft.odsp.task.TaskService from pid=26474 uid=10054 pkg=com.microsoft.skydrive
06-20 21:15:02.778 4808 6578 W ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=26474, uid=10054 that is not exported from uid 10191
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: Error while reading from SharedPreferences
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: java.lang.SecurityException: MODE_WORLD_READABLE no longer supported
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at android.app.ContextImpl.checkMode(ContextImpl.java:2453)
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:389)
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:376)
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at com.google.android.gms.ads.identifier.AdvertisingIdClient.getAdvertisingIdInfo(Unknown Source:13)
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at java.lang.reflect.Method.invoke(Native Method)
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.invokeMethod(SourceFile:193)
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.invokeStaticMethod(SourceFile:176)
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.getAdvertisingInfoObject(SourceFile:93)
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.getPlayAdId(SourceFile:42)
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Util.getPlayAdId(SourceFile:92)
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler.initI(SourceFile:643)
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler.access$000(SourceFile:31)
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler$1.run(SourceFile:184)
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-20 21:15:02.804 26474 26543 W AdvertisingIdClient: at java.lang.Thread.run(Thread.java:764)
06-20 21:15:02.815 26474 26474 D Notification: allPendingIntents
06-20 21:15:02.826 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 0
06-20 21:15:02.827 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:02.827 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 0
06-20 21:15:02.827 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:02.827 4808 4841 E NotificationService: Suppressing notification from package by user request.
06-20 21:15:02.827 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.microsoft.skydrive,userId = 0
06-20 21:15:02.827 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:02.827 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.microsoft.skydrive,userId = 0
06-20 21:15:02.827 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:02.828 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:15:02.828 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.microsoft.skydrive user=UserHandle{0} id=888 tag=null key=0|com.microsoft.skydrive|888|null|10054: Notification(channel=com.microsoft.skydrive.syncservice pri=0 contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x6a color=0xff0078d7 number=0 vis=SECRET semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:15:02.828 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:15:02.828 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:15:02.829 26474 26474 D Notification: allPendingIntents
06-20 21:15:02.829 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.microsoft.skydrive,userId = 0
06-20 21:15:02.829 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:02.829 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.microsoft.skydrive,userId = 0
06-20 21:15:02.829 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:02.831 4808 6023 D Notification: allPendingIntents
06-20 21:15:02.832 5294 5294 D StatusBar: addNotification key=0|com.microsoft.skydrive|888|null|10054 fullscreen:false
06-20 21:15:02.833 4808 6759 D Notification: allPendingIntents
06-20 21:15:02.833 4808 6023 D Notification: allPendingIntents
06-20 21:15:02.834 4808 6759 D Notification: allPendingIntents
06-20 21:15:02.835 4808 6578 D Notification: allPendingIntents
06-20 21:15:02.836 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:15:02.836 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.microsoft.skydrive user=UserHandle{0} id=888 tag=null key=0|com.microsoft.skydrive|888|null|10054: Notification(channel=com.microsoft.skydrive.syncservice pri=0 contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x6a color=0xff0078d7 number=0 vis=SECRET semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:15:02.836 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:15:02.836 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:15:02.839 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.839 4808 6578 D Notification: allPendingIntents
06-20 21:15:02.840 4808 6023 D Notification: allPendingIntents
06-20 21:15:02.843 4808 4841 D MARsPolicyManager: Package: com.joaomgcd.autoappshub, userid: 0, hostingType: broadcast is Restricted by policy: applocker(1) caller is: ProcessRecord{d91361d 381:com.joaomgcd.autonotification/u0a201}
06-20 21:15:02.843 4808 6023 D Notification: allPendingIntents
06-20 21:15:02.843 4808 6578 D Notification: allPendingIntents
06-20 21:15:02.845 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.846 4808 6759 D Notification: allPendingIntents
06-20 21:15:02.853 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:15:02.853 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:15:02.853 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:15:02.853 4808 4808 D EdgeLightingManager: hideForNotification : packageName = com.microsoft.skydrive
06-20 21:15:02.853 4808 4808 D EdgeLightingPolicyManagerNotificationGroup: remove :0|com.microsoft.skydrive|888|null|10054,size=0
06-20 21:15:02.855 5294 5294 D StatusBar: addNotification key=0|com.microsoft.skydrive|888|null|10054 fullscreen:false
06-20 21:15:02.855 4808 4808 D EdgeLightingPolicyManager: isAcceptableApplication: pkg=com.microsoft.skydrive , range=1 , includeAllApp=false , userId=0 , infoRange=0 , infoCategory=0
06-20 21:15:02.855 4808 4808 D EdgeLightingPolicyManager: isAcceptableApplication: getAcceptablePolicy false
06-20 21:15:02.855 4808 4808 D EdgeLightingManager: showForNotification : return false by isAcceptableApplication.
06-20 21:15:02.856 4808 4808 D LightsService: [api] [SvcLED] turnOff:: id = 4 (uid: 1000 pid: 4808)
06-20 21:15:02.856 4808 4808 D PowerManagerUtil: fileWriteString to /sys/power/wake_lock, LightsService
06-20 21:15:02.856 4808 4808 D LightsService: [SvcLED] setSvcLedStateLocked:: SvcLEDState : 0x10 -> 0x10 | SvcLED(id=4) set Off
06-20 21:15:02.856 4808 4808 I SensorService: createSensorEventConnection package name com.android.server.lights.LightsService
06-20 21:15:02.856 4808 4808 D SensorService: Calling batch handle==10 flags=0 rate=200000000 timeout== 0
06-20 21:15:02.856 4267 4267 I Sensors : batch - light_sensor try to batching with 200000000
06-20 21:15:02.857 4267 4267 I Sensors : LightSensor old sensor_state 16384, new sensor_state : 17179886080 en : 1
06-20 21:15:02.864 4808 4808 D SensorManager: registerListener :: 10, TMD4906 lux Sensor, 200000, 0,
06-20 21:15:02.865 26474 26474 D Notification: allPendingIntents
06-20 21:15:02.866 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.867 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.microsoft.skydrive,userId = 0
06-20 21:15:02.867 4808 6759 D Notification: allPendingIntents
06-20 21:15:02.867 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:02.867 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.microsoft.skydrive,userId = 0
06-20 21:15:02.867 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:02.867 4808 6759 D Notification: allPendingIntents
06-20 21:15:02.868 4808 6578 D Notification: allPendingIntents
06-20 21:15:02.869 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.869 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.870 5294 5294 W StatusBar: removeNotification for unknown key: 0|com.microsoft.skydrive|888|null|10054
06-20 21:15:02.871 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.871 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.871 4808 6578 D Notification: allPendingIntents
06-20 21:15:02.872 4808 4826 D Notification: allPendingIntents
06-20 21:15:02.872 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:15:02.872 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.872 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.microsoft.skydrive user=UserHandle{0} id=2444 tag=null key=0|com.microsoft.skydrive|2444|null|10054: Notification(channel=com.microsoft.skydrive.syncservice pri=0 contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x6a color=0xff0078d7 number=0 vis=SECRET semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:15:02.873 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:15:02.873 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:15:02.874 4808 6463 I chatty : uid=1000(system) Binder:4808_12 identical 6 lines
06-20 21:15:02.874 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.875 24957 24970 I Finsky : [11792] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:15:02.875 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.876 4808 6463 I chatty : uid=1000(system) Binder:4808_12 identical 2 lines
06-20 21:15:02.877 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.877 4808 6578 D Notification: allPendingIntents
06-20 21:15:02.877 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.877 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.878 5294 5294 D StatusBar: addNotification key=0|com.microsoft.skydrive|2444|null|10054 fullscreen:false
06-20 21:15:02.879 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.879 26474 26474 D Notification: allPendingIntents
06-20 21:15:02.880 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.microsoft.skydrive,userId = 0
06-20 21:15:02.880 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:02.880 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.microsoft.skydrive,userId = 0
06-20 21:15:02.881 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.881 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:02.882 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.884 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:15:02.884 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.microsoft.skydrive user=UserHandle{0} id=2444 tag=null key=0|com.microsoft.skydrive|2444|null|10054: Notification(channel=com.microsoft.skydrive.syncservice pri=0 contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x6a color=0xff0078d7 number=0 vis=SECRET semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:15:02.884 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:15:02.884 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:15:02.883 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.885 4808 4826 D Notification: allPendingIntents
06-20 21:15:02.886 24957 24970 I Finsky : [11792] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:15:02.887 4808 6745 D Notification: allPendingIntents
06-20 21:15:02.887 4808 4826 D Notification: allPendingIntents
06-20 21:15:02.888 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.888 5294 5294 D StatusBar: addNotification key=0|com.microsoft.skydrive|2444|null|10054 fullscreen:false
06-20 21:15:02.889 4808 6759 D Notification: allPendingIntents
06-20 21:15:02.890 4808 6023 D Notification: allPendingIntents
06-20 21:15:02.890 4808 4826 D Notification: allPendingIntents
06-20 21:15:02.891 24957 24970 I Finsky : [11792] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:15:02.892 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:15:02.892 4808 4808 D EdgeLightingManager: hideForNotification : packageName = com.microsoft.skydrive
06-20 21:15:02.892 4808 4808 D EdgeLightingPolicyManagerNotificationGroup: remove :0|com.microsoft.skydrive|2444|null|10054,size=0
06-20 21:15:02.892 4808 4808 D EdgeLightingPolicyManager: isAcceptableApplication: pkg=com.microsoft.skydrive , range=1 , includeAllApp=false , userId=0 , infoRange=0 , infoCategory=0
06-20 21:15:02.892 4808 4808 D EdgeLightingPolicyManager: isAcceptableApplication: getAcceptablePolicy false
06-20 21:15:02.892 4808 4808 D EdgeLightingManager: showForNotification : return false by isAcceptableApplication.
06-20 21:15:02.893 4808 4808 D LightsService: [api] [SvcLED] turnOff:: id = 4 (uid: 1000 pid: 4808)
06-20 21:15:02.893 4808 4808 D LightsService: [SvcLED] setSvcLedStateLocked:: SvcLEDState : 0x10 -> 0x10 | SvcLED(id=4) set Off
06-20 21:15:02.894 4808 6745 D Notification: allPendingIntents
06-20 21:15:02.895 4808 6759 D Notification: allPendingIntents
06-20 21:15:02.895 24957 24970 I Finsky : [11792] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:15:02.896 4808 4826 D Notification: allPendingIntents
06-20 21:15:02.896 4808 6023 D Notification: allPendingIntents
06-20 21:15:02.896 4808 6745 D Notification: allPendingIntents
06-20 21:15:02.896 4808 6745 D Notification: allPendingIntents
06-20 21:15:02.897 4808 6759 D Notification: allPendingIntents
06-20 21:15:02.897 4808 6745 D Notification: allPendingIntents
06-20 21:15:02.898 4808 6745 I chatty : uid=1000(system) Binder:4808_17 identical 4 lines
06-20 21:15:02.898 4808 6745 D Notification: allPendingIntents
06-20 21:15:02.899 5294 5294 W StatusBar: removeNotification for unknown key: 0|com.microsoft.skydrive|2444|null|10054
06-20 21:15:02.899 4808 4826 D Notification: allPendingIntents
06-20 21:15:02.900 4808 6745 D Notification: allPendingIntents
06-20 21:15:02.902 4808 6745 I chatty : uid=1000(system) Binder:4808_17 identical 8 lines
06-20 21:15:02.902 4808 6745 D Notification: allPendingIntents
06-20 21:15:02.902 26474 26474 D Notification: allPendingIntents
06-20 21:15:02.903 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.microsoft.skydrive,userId = 0
06-20 21:15:02.903 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:02.903 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.microsoft.skydrive,userId = 0
06-20 21:15:02.903 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:02.905 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:15:02.905 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.microsoft.skydrive user=UserHandle{0} id=999 tag=null key=0|com.microsoft.skydrive|999|null|10054: Notification(channel=com.microsoft.skydrive.syncservice pri=0 contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x6a color=0xff0078d7 number=0 vis=SECRET semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:15:02.905 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:15:02.905 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:15:02.909 4808 6023 D Notification: allPendingIntents
06-20 21:15:02.909 5294 5294 D StatusBar: addNotification key=0|com.microsoft.skydrive|999|null|10054 fullscreen:false
06-20 21:15:02.910 4808 6023 D Notification: allPendingIntents
06-20 21:15:02.911 4808 6745 D Notification: allPendingIntents
06-20 21:15:02.912 4808 6023 D Notification: allPendingIntents
06-20 21:15:02.914 4808 4826 D Notification: allPendingIntents
06-20 21:15:02.914 4808 6023 D Notification: allPendingIntents
06-20 21:15:02.915 26474 26474 D Notification: allPendingIntents
06-20 21:15:02.916 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.microsoft.skydrive,userId = 0
06-20 21:15:02.916 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:02.916 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.microsoft.skydrive,userId = 0
06-20 21:15:02.916 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:02.918 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:15:02.918 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=false, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.microsoft.skydrive user=UserHandle{0} id=999 tag=null key=0|com.microsoft.skydrive|999|null|10054: Notification(channel=com.microsoft.skydrive.syncservice pri=0 contentView=null vibrate=null sound=null tick defaults=0x0 flags=0x6a color=0xff0078d7 number=0 vis=SECRET semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:15:02.918 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=6 mCondition=0 mIsConnected=false0
06-20 21:15:02.918 4808 4808 D EdgeLightingManager: showForNotificationScreenOff : return false by isAvailableEdgeLighting.
06-20 21:15:02.920 4808 4826 D Notification: allPendingIntents
06-20 21:15:02.921 5294 5294 D StatusBar: addNotification key=0|com.microsoft.skydrive|999|null|10054 fullscreen:false
06-20 21:15:02.922 4808 6578 D Notification: allPendingIntents
06-20 21:15:02.922 4808 4826 D Notification: allPendingIntents
06-20 21:15:02.924 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.925 4808 6578 D Notification: allPendingIntents
06-20 21:15:02.927 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:15:02.927 4808 4808 D EdgeLightingManager: hideForNotification : packageName = com.microsoft.skydrive
06-20 21:15:02.927 4808 4808 D EdgeLightingPolicyManagerNotificationGroup: remove :0|com.microsoft.skydrive|999|null|10054,size=0
06-20 21:15:02.927 4808 4808 D EdgeLightingPolicyManager: isAcceptableApplication: pkg=com.microsoft.skydrive , range=1 , includeAllApp=false , userId=0 , infoRange=0 , infoCategory=0
06-20 21:15:02.927 4808 4808 D EdgeLightingPolicyManager: isAcceptableApplication: getAcceptablePolicy false
06-20 21:15:02.927 4808 4808 D EdgeLightingManager: showForNotification : return false by isAcceptableApplication.
06-20 21:15:02.928 4808 4808 D LightsService: [api] [SvcLED] turnOff:: id = 4 (uid: 1000 pid: 4808)
06-20 21:15:02.928 4808 4808 D LightsService: [SvcLED] setSvcLedStateLocked:: SvcLEDState : 0x10 -> 0x10 | SvcLED(id=4) set Off
06-20 21:15:02.925 4808 6578 D Notification: allPendingIntents
06-20 21:15:02.929 4808 6023 D Notification: allPendingIntents
06-20 21:15:02.930 4808 4826 D Notification: allPendingIntents
06-20 21:15:02.930 4808 4826 D Notification: allPendingIntents
06-20 21:15:02.931 4808 6759 D Notification: allPendingIntents
06-20 21:15:02.931 4808 6759 D Notification: allPendingIntents
06-20 21:15:02.932 4808 6023 D Notification: allPendingIntents
06-20 21:15:02.932 5294 5294 W StatusBar: removeNotification for unknown key: 0|com.microsoft.skydrive|999|null|10054
06-20 21:15:02.932 4808 6578 D Notification: allPendingIntents
06-20 21:15:02.933 4808 6463 D Notification: allPendingIntents
06-20 21:15:02.933 4808 6759 D Notification: allPendingIntents
06-20 21:15:02.936 4808 6759 I chatty : uid=1000(system) Binder:4808_1E identical 14 lines
06-20 21:15:02.936 4808 6759 D Notification: allPendingIntents
06-20 21:15:02.938 6642 14368 I DiscoveryManager: Filter criteria(805741C9) scannerFlags(2)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: Error while reading from SharedPreferences
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: java.lang.SecurityException: MODE_WORLD_READABLE no longer supported
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at android.app.ContextImpl.checkMode(ContextImpl.java:2453)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:389)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:376)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at com.google.android.gms.ads.identifier.AdvertisingIdClient.getAdvertisingIdInfo(Unknown Source:13)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at java.lang.reflect.Method.invoke(Native Method)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.invokeMethod(SourceFile:193)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.invokeStaticMethod(SourceFile:176)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.getAdvertisingInfoObject(SourceFile:93)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.getPlayAdId(SourceFile:42)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Util.getPlayAdId(SourceFile:92)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.b.c(SourceFile:234)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.b.c(SourceFile:189)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.b.a(SourceFile:155)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler.getAttributionPackageI(SourceFile:598)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler.initI(SourceFile:706)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler.access$000(SourceFile:31)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler$1.run(SourceFile:184)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-20 21:15:02.939 26474 26543 W AdvertisingIdClient: at java.lang.Thread.run(Thread.java:764)
06-20 21:15:02.940 4808 6759 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:02.947 4808 6578 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:02.952 6642 14368 I MiniDeviceController: [MiniDeviceController-1] ACTIVATE (KD-55XD7005) 001A11FF4EB5
06-20 21:15:02.952 6642 14368 I MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.23
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: Error while reading from SharedPreferences
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: java.lang.SecurityException: MODE_WORLD_READABLE no longer supported
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at android.app.ContextImpl.checkMode(ContextImpl.java:2453)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:389)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:376)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at com.google.android.gms.ads.identifier.AdvertisingIdClient.getAdvertisingIdInfo(Unknown Source:13)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at java.lang.reflect.Method.invoke(Native Method)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.invokeMethod(SourceFile:193)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.invokeStaticMethod(SourceFile:176)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.getAdvertisingInfoObject(SourceFile:93)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.isPlayTrackingEnabled(SourceFile:54)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Util.isPlayTrackingEnabled(SourceFile:126)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.b.c(SourceFile:236)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.b.c(SourceFile:189)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.b.a(SourceFile:155)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler.getAttributionPackageI(SourceFile:598)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler.initI(SourceFile:706)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler.access$000(SourceFile:31)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler$1.run(SourceFile:184)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-20 21:15:02.955 26474 26543 W AdvertisingIdClient: at java.lang.Thread.run(Thread.java:764)
06-20 21:15:02.956 6642 14368 I TcpDeviceProber: device 001A11FF4EB5 is probing. Skipped.
06-20 21:15:02.956 6642 14368 I TcpDeviceProber: device 001A11FF4EB5 is probing. Skipped.
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: Error while reading from SharedPreferences
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: java.lang.SecurityException: MODE_WORLD_READABLE no longer supported
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at android.app.ContextImpl.checkMode(ContextImpl.java:2453)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:389)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:376)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at com.google.android.gms.ads.identifier.AdvertisingIdClient.getAdvertisingIdInfo(Unknown Source:13)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at java.lang.reflect.Method.invoke(Native Method)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.invokeMethod(SourceFile:193)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.invokeStaticMethod(SourceFile:176)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.getAdvertisingInfoObject(SourceFile:93)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.getPlayAdId(SourceFile:42)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Util.getPlayAdId(SourceFile:92)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.b.c(SourceFile:234)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.b.b(SourceFile:175)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.b.a(SourceFile:96)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler.trackEventI(SourceFile:861)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler.access$1000(SourceFile:31)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler$24.run(SourceFile:277)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-20 21:15:02.972 26474 26543 W AdvertisingIdClient: at java.lang.Thread.run(Thread.java:764)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: Error while reading from SharedPreferences
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: java.lang.SecurityException: MODE_WORLD_READABLE no longer supported
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at android.app.ContextImpl.checkMode(ContextImpl.java:2453)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:389)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:376)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at com.google.android.gms.ads.identifier.AdvertisingIdClient.getAdvertisingIdInfo(Unknown Source:13)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at java.lang.reflect.Method.invoke(Native Method)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.invokeMethod(SourceFile:193)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.invokeStaticMethod(SourceFile:176)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.getAdvertisingInfoObject(SourceFile:93)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Reflection.isPlayTrackingEnabled(SourceFile:54)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.Util.isPlayTrackingEnabled(SourceFile:126)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.b.c(SourceFile:236)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.b.b(SourceFile:175)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.b.a(SourceFile:96)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler.trackEventI(SourceFile:861)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler.access$1000(SourceFile:31)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at com.adjust.sdk.ActivityHandler$24.run(SourceFile:277)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
06-20 21:15:02.982 26474 26543 W AdvertisingIdClient: at java.lang.Thread.run(Thread.java:764)
06-20 21:15:03.001 26474 26565 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
06-20 21:15:03.002 26474 26565 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
06-20 21:15:03.002 4430 4631 D DnsProxyListener: DNSDBG::dns addrinfo af 0
06-20 21:15:03.060 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:15:03.060 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:15:03.060 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:15:03.084 26416 26426 E DataBuffer: Internal data leak within a DataBuffer object detected! Be sure to explicitly call release() on all DataBuffer extending objects when you are done with them. (internal object: com.google.android.gms.common.data.DataHolder@e705291)
06-20 21:15:03.084 26416 26426 E DataBuffer: Internal data leak within a DataBuffer object detected! Be sure to explicitly call release() on all DataBuffer extending objects when you are done with them. (internal object: com.google.android.gms.common.data.DataHolder@c2185f6)
06-20 21:15:03.116 4808 4858 D LightsService: [SvcLED] onSensorChanged::light value = 37
06-20 21:15:03.117 4808 4858 D SensorService: Calling activate off 10
06-20 21:15:03.117 4267 4267 I Sensors : LightSensor old sensor_state 16896, new sensor_state : 17179885568 en : 0
06-20 21:15:03.122 4808 4858 D SensorManager: unregisterListener ::
06-20 21:15:03.122 4808 4858 D LightsService: [SvcLED] setSvcLedLightLocked :: Current SvcLED(id=3) maintains its priority right
06-20 21:15:03.122 4808 4858 D PowerManagerUtil: fileWriteString to /sys/power/wake_unlock, LightsService
06-20 21:15:03.123 4808 4858 D SamsungAlarmManager: Cancel Alarm calling from uid:1000 pid :4808 / op:PendingIntent{cedf61: PendingIntentRecord{62ada86 android broadcastIntent}}
06-20 21:15:03.126 4808 4858 D SamsungAlarmManager: setInexact Intent (T:3/F:8/AC:false) 20180620T212503 - CU:1000/CP:4808
06-20 21:15:03.239 26474 26567 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
06-20 21:15:03.240 26474 26567 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
06-20 21:15:03.241 4430 4631 D DnsProxyListener: DNSDBG::dns addrinfo af 0
06-20 21:15:03.408 4808 6023 D ConnectivityService: filterNetworkStateForUid() uid: 10054 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:03.633 4430 4631 D DnsProxyListener: DNSDBG::dns addrinfo af 0
06-20 21:15:03.926 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 0
06-20 21:15:03.926 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:03.927 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = android,userId = 0
06-20 21:15:03.927 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:03.927 4808 4841 E NotificationService: Suppressing notification from package by user request.
06-20 21:15:03.959 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:03.963 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:15:03.964 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:15:03.964 4808 10122 D AudioService: active stream is 0x0
06-20 21:15:03.964 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:15:03.964 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:15:03.964 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:15:03.965 4808 10122 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: MOBILE[] - MOBILE, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:03.987 4808 10122 D SSRM:e : ATC: power = AP_CP = 1460, Display = 0(Panel:0, LDIs:0), WIFI = 0, SPK = 0, RCV = 0, Camera = 0, PAM = 0
06-20 21:15:03.987 4808 10122 D SSRM:e : ATC: current = AP_CP = 365, Display = 0, WIFI = 0, SPK = 4,RCV = 4, Camera = 0, PAM = 0
06-20 21:15:03.989 4808 10122 D SSRM:e : ATC: Ambient Temperature = 33.43, Skin temperature = F_AP[35.00], F_RF[34.90], B_AP[34.90], B_RF[34.80], B_WIFI[34.60], B_SPK[34.70]
06-20 21:15:03.996 4808 6759 I ActivityManager: KPU : put [com.facebook.orca] : 103794 K
06-20 21:15:03.996 4808 6759 I ActivityManager: Killing 23716:com.facebook.orca/u0a211 (adj 906): DHA:empty #25
06-20 21:15:03.998 4808 6023 I ActivityManager: KPU : put [com.sec.android.provider.badge] : 7868 K
06-20 21:15:03.999 4808 6023 I ActivityManager: Killing 23776:com.sec.android.provider.badge/u0a5 (adj 906): DHA:empty #25
06-20 21:15:04.014 4430 4631 D DnsProxyListener: DNSDBG::dns addrinfo af 0
06-20 21:15:04.060 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:15:04.060 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:15:04.060 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:15:04.066 5506 2029 D ProcessObserver_FLP: onProcessDied, 23776/10005
06-20 21:15:04.067 5582 10112 D ForegroundUtils: could not check pending caller
06-20 21:15:04.109 5506 2029 D ProcessObserver_FLP: onProcessDied, 23716/10211
06-20 21:15:04.110 5582 10112 D ForegroundUtils: could not check pending caller
06-20 21:15:04.517 6642 14368 I MiniDeviceController: [MiniDeviceController-1] Sending text message to KD-55XD7005: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
06-20 21:15:04.519 6642 14368 I MiniDeviceController: [MiniDeviceController-1] Sending text message to KD-55XD7005: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_APP_AVAILABILITY","appId":["805741C9"],"requestId":1}
06-20 21:15:04.519 6642 14368 I MiniDeviceController: [MiniDeviceController-1] Sending text message to KD-55XD7005: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
06-20 21:15:04.529 6642 14368 I MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceIconUrl":"\/setup\/icon.png","deviceId":"90ecaa406b8c0388e97bf2d70a25fdd7","deviceModel":"BRAVIA 4K GB","friendlyName":"KD-55XD7005","receiverMetricsId":"5DCB9D41659E781B","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"001A11FF4EB5"}
06-20 21:15:04.530 6642 14368 I TcpDeviceProber: notifyProberSuccess Device("KD-55XD7005" (90ecaa406b8c0388e97bf2d70a25fdd7)) supportedCriteria(805741C9) notSupportedCriteria() statusText(null)
06-20 21:15:04.531 4808 6759 D SamsungAlarmManager: Cancel Alarm calling from uid:10034 pid :6194 / op:PendingIntent{d4e80d6: PendingIntentRecord{124f391 com.google.android.gms broadcastIntent}}
06-20 21:15:04.534 26474 26474 V MediaRouter: Dispatching route change: UserRouteInfo{ name=null, description=null, status=null, category=RouteCategory{ name=Devices types=ROUTE_TYPE_USER groupable=false }, supportedTypes=ROUTE_TYPE_USER , presentationDisplay=null }
06-20 21:15:04.535 26474 26474 V MediaRouter: Dispatching route change: UserRouteInfo{ name=KD-55XD7005, description=null, status=null, category=RouteCategory{ name=Devices types=ROUTE_TYPE_USER groupable=false }, supportedTypes=ROUTE_TYPE_USER , presentationDisplay=null }
06-20 21:15:04.535 26474 26474 V MediaRouter: Dispatching route change: UserRouteInfo{ name=KD-55XD7005, description=BRAVIA 4K GB, status=null, category=RouteCategory{ name=Devices types=ROUTE_TYPE_USER groupable=false }, supportedTypes=ROUTE_TYPE_USER , presentationDisplay=null }
06-20 21:15:04.535 26474 26474 V MediaRouter: Adding route: UserRouteInfo{ name=KD-55XD7005, description=BRAVIA 4K GB, status=null, category=RouteCategory{ name=Devices types=ROUTE_TYPE_USER groupable=false }, supportedTypes=ROUTE_TYPE_USER , presentationDisplay=null }
06-20 21:15:04.537 4808 6759 D SamsungAlarmManager: setExact Intent (T:2/F:5/AC:false) 20180620T214404 - CU:10034/CP:6194
06-20 21:15:04.539 6642 14368 I CastSocketMultiplexer: Stopping multiplexer...
06-20 21:15:04.557 22892 26581 I SubscribedFeeds: Received message
06-20 21:15:04.565 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:04.566 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 10222 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:04.569 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:04.584 4808 4827 D SamsungAlarmManager: Cancel Alarm calling from uid:10034 pid :6194 / op:PendingIntent{3494929: PendingIntentRecord{124f391 com.google.android.gms broadcastIntent}}
06-20 21:15:04.589 4808 4827 D SamsungAlarmManager: setExact Intent (T:2/F:5/AC:false) 20180620T214404 - CU:10034/CP:6194
06-20 21:15:04.593 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:04.608 22892 26583 I SubscribedFeeds: Received message
06-20 21:15:04.617 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:04.618 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:04.621 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:04.717 25244 26367 W pbp : Job(ItemsSyncControlService:sync#0.35) Ignoring unsupported stable ID for sync OUTBOX
06-20 21:15:05.060 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:15:05.060 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:15:05.060 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:15:04.641 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:05.371 4808 10122 D SSRM:d : SIOP:: AP = 400, PST = 384 (W:15), BAT = 378, USB = 351, CHG = 450, CP = 369, WF = 387, WFPst = 376 (W:15)
06-20 21:15:05.375 4808 10122 D TelephonyManager: getAllCellInfo : Caller (PID / UID / TID): 4808 / 1000 / 10122
06-20 21:15:05.393 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:15:05.393 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:15:05.393 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:15:05.393 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:15:05.393 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:15:05.393 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:15:05.393 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:15:05.393 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:15:05.393 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:15:05.397 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:15:05.397 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:15:05.398 4808 10122 D AudioService: active stream is 0x0
06-20 21:15:05.401 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:15:05.401 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:15:05.401 4808 10122 D AudioService: active stream is 0x0
06-20 21:15:05.401 4808 10122 D AudioService: GetAppDevice, uid=1000
06-20 21:15:05.401 4808 10122 D AudioService: getStreamVolume 3 index 150
06-20 21:15:06.060 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:15:06.061 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:15:06.061 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:15:06.089 25258 25258 W bta : dym Sync status: SYNCED. Synced 4 objects.
06-20 21:15:06.100 25258 25258 W bta : bje Using notificationLevel: ALL
06-20 21:15:06.185 25258 26389 I zygote64: IncrementDisableThreadFlip blocked for 6.398ms
06-20 21:15:06.185 25258 25258 W bta : bju Fetched unread inbox items successfully. Size: 35, unfiltered: 39, currentWatermark: 1529427858646
06-20 21:15:06.193 25258 25258 W bta : bju Untriaged items in filtered list: 0
06-20 21:15:06.193 25258 25258 W bta : bje No items to process.
06-20 21:15:06.193 25258 25258 W bta : bje Canceling notifications for account: -859483003
06-20 21:15:06.195 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:15:06.195 4808 4808 D EdgeLightingManager: hideForNotification : packageName = com.google.android.apps.inbox
06-20 21:15:06.195 4808 4808 D EdgeLightingPolicyManagerNotificationGroup: remove :0|com.google.android.apps.inbox|g:-859483003DEFAULT,size=0
06-20 21:15:06.195 4808 4808 D EdgeLightingManager: hideForNotification : isOngoing is false
06-20 21:15:06.197 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:15:06.197 4808 4808 D EdgeLightingManager: hideForNotification : packageName = com.google.android.apps.inbox
06-20 21:15:06.197 4808 4808 D EdgeLightingPolicyManagerNotificationGroup: remove :0|com.google.android.apps.inbox|g:-859483003DEFAULT,size=0
06-20 21:15:06.197 4808 4808 D EdgeLightingManager: hideForNotification : isOngoing is false
06-20 21:15:06.197 4808 4808 D LightsService: [api] [SvcLED] turnOff:: id = 4 (uid: 1000 pid: 4808)
06-20 21:15:06.197 4808 4808 D PowerManagerUtil: fileWriteString to /sys/power/wake_lock, LightsService
06-20 21:15:06.197 4808 4808 D LightsService: [SvcLED] setSvcLedStateLocked:: SvcLEDState : 0x10 -> 0x10 | SvcLED(id=4) set Off
06-20 21:15:06.197 4808 4808 I SensorService: createSensorEventConnection package name com.android.server.lights.LightsService
06-20 21:15:06.198 4808 4808 D SensorService: Calling batch handle==10 flags=0 rate=200000000 timeout== 0
06-20 21:15:06.198 4267 4267 I Sensors : batch - light_sensor try to batching with 200000000
06-20 21:15:06.199 4267 4267 I Sensors : LightSensor old sensor_state 16384, new sensor_state : 17179886080 en : 1
06-20 21:15:06.204 4808 4808 D SensorManager: registerListener :: 10, TMD4906 lux Sensor, 200000, 0,
06-20 21:15:06.207 4808 4827 D Notification: allPendingIntents
06-20 21:15:06.207 4808 4827 D Notification: allPendingIntents
06-20 21:15:06.208 4808 6759 D Notification: allPendingIntents
06-20 21:15:06.208 4808 6759 D Notification: allPendingIntents
06-20 21:15:06.209 4808 4827 D Notification: allPendingIntents
06-20 21:15:06.210 4808 6759 D Notification: allPendingIntents
06-20 21:15:06.210 4808 6759 D Notification: allPendingIntents
06-20 21:15:06.211 4808 6023 D Notification: allPendingIntents
06-20 21:15:06.211 4808 6023 D Notification: allPendingIntents
06-20 21:15:06.212 6569 6569 W Bundle : Key android.bigText expected String but value was a android.text.SpannableString. The default value <null> was returned.
06-20 21:15:06.212 4808 5642 D Notification: allPendingIntents
06-20 21:15:06.212 4808 5642 D Notification: allPendingIntents
06-20 21:15:06.212 4808 4827 D Notification: allPendingIntents
06-20 21:15:06.212 6569 6569 W Bundle : Attempt to cast generated internal exception:
06-20 21:15:06.212 6569 6569 W Bundle : java.lang.ClassCastException: android.text.SpannableString cannot be cast to java.lang.String
06-20 21:15:06.212 6569 6569 W Bundle : at android.os.BaseBundle.getString(BaseBundle.java:1089)
06-20 21:15:06.212 6569 6569 W Bundle : at net.dinglisch.android.taskerm.NotificationListenerService.getValuesFromSBN(SourceFile:228)
06-20 21:15:06.212 6569 6569 W Bundle : at net.dinglisch.android.taskerm.NotificationListenerService.onNotificationRemoved(SourceFile:337)
06-20 21:15:06.212 6569 6569 W Bundle : at android.service.notification.NotificationListenerService.onNotificationRemoved(NotificationListenerService.java:376)
06-20 21:15:06.212 6569 6569 W Bundle : at android.service.notification.NotificationListenerService.onNotificationRemoved(NotificationListenerService.java:402)
06-20 21:15:06.212 6569 6569 W Bundle : at android.service.notification.NotificationListenerService$MyHandler.handleMessage(NotificationListenerService.java:1918)
06-20 21:15:06.212 6569 6569 W Bundle : at android.os.Handler.dispatchMessage(Handler.java:105)
06-20 21:15:06.212 6569 6569 W Bundle : at android.os.Looper.loop(Looper.java:164)
06-20 21:15:06.212 6569 6569 W Bundle : at android.app.ActivityThread.main(ActivityThread.java:6938)
06-20 21:15:06.212 6569 6569 W Bundle : at java.lang.reflect.Method.invoke(Native Method)
06-20 21:15:06.212 6569 6569 W Bundle : at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
06-20 21:15:06.212 6569 6569 W Bundle : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
06-20 21:15:06.213 4808 4827 D Notification: allPendingIntents
06-20 21:15:06.213 4808 4827 I chatty : uid=1000(system) Binder:4808_2 identical 1 line
06-20 21:15:06.213 4808 4827 D Notification: allPendingIntents
06-20 21:15:06.214 4808 5642 D Notification: allPendingIntents
06-20 21:15:06.214 4808 5642 D Notification: allPendingIntents
06-20 21:15:06.215 4808 4827 D Notification: allPendingIntents
06-20 21:15:06.217 4808 5642 D Notification: allPendingIntents
06-20 21:15:06.217 4808 4827 D Notification: allPendingIntents
06-20 21:15:06.217 4808 5642 D Notification: allPendingIntents
06-20 21:15:06.218 4808 4827 D Notification: allPendingIntents
06-20 21:15:06.220 4808 6023 D Notification: allPendingIntents
06-20 21:15:06.220 4808 6023 D Notification: allPendingIntents
06-20 21:15:06.223 4808 5642 D Notification: allPendingIntents
06-20 21:15:06.223 4808 5642 D Notification: allPendingIntents
06-20 21:15:06.224 4808 6023 D Notification: allPendingIntents
06-20 21:15:06.224 4808 6023 D Notification: allPendingIntents
06-20 21:15:06.225 4808 6759 D Notification: allPendingIntents
06-20 21:15:06.225 4808 6759 D Notification: allPendingIntents
06-20 21:15:06.225 4808 6748 D Notification: allPendingIntents
06-20 21:15:06.225 4808 6748 D Notification: allPendingIntents
06-20 21:15:06.226 4808 4827 D Notification: allPendingIntents
06-20 21:15:06.227 6569 6569 W Bundle : Key android.bigText expected String but value was a android.text.SpannableString. The default value <null> was returned.
06-20 21:15:06.227 6569 6569 W Bundle : Attempt to cast generated internal exception:
06-20 21:15:06.227 6569 6569 W Bundle : java.lang.ClassCastException: android.text.SpannableString cannot be cast to java.lang.String
06-20 21:15:06.227 6569 6569 W Bundle : at android.os.BaseBundle.getString(BaseBundle.java:1089)
06-20 21:15:06.227 6569 6569 W Bundle : at net.dinglisch.android.taskerm.NotificationListenerService.getValuesFromSBN(SourceFile:228)
06-20 21:15:06.227 6569 6569 W Bundle : at net.dinglisch.android.taskerm.NotificationListenerService.onNotificationRemoved(SourceFile:337)
06-20 21:15:06.227 6569 6569 W Bundle : at android.service.notification.NotificationListenerService.onNotificationRemoved(NotificationListenerService.java:376)
06-20 21:15:06.227 6569 6569 W Bundle : at android.service.notification.NotificationListenerService.onNotificationRemoved(NotificationListenerService.java:402)
06-20 21:15:06.227 6569 6569 W Bundle : at android.service.notification.NotificationListenerService$MyHandler.handleMessage(NotificationListenerService.java:1918)
06-20 21:15:06.227 6569 6569 W Bundle : at android.os.Handler.dispatchMessage(Handler.java:105)
06-20 21:15:06.227 6569 6569 W Bundle : at android.os.Looper.loop(Looper.java:164)
06-20 21:15:06.227 6569 6569 W Bundle : at android.app.ActivityThread.main(ActivityThread.java:6938)
06-20 21:15:06.227 6569 6569 W Bundle : at java.lang.reflect.Method.invoke(Native Method)
06-20 21:15:06.227 6569 6569 W Bundle : at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
06-20 21:15:06.227 6569 6569 W Bundle : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
06-20 21:15:06.227 4808 4827 D Notification: allPendingIntents
06-20 21:15:06.232 4808 5642 D ConnectivityService: filterNetworkStateForUid() uid: 10133 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:06.228 4808 4827 I chatty : uid=1000(system) Binder:4808_2 identical 3 lines
06-20 21:15:06.229 4808 4827 D Notification: allPendingIntents
06-20 21:15:06.233 4808 5642 D Notification: allPendingIntents
06-20 21:15:06.238 4808 5642 I chatty : uid=1000(system) Binder:4808_9 identical 12 lines
06-20 21:15:06.239 4808 5642 D Notification: allPendingIntents
06-20 21:15:06.262 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:15:06.274 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:06.295 4808 4840 D ConnectivityService: filterNetworkStateForUid() uid: 1000 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:06.356 4808 4858 D LightsService: [SvcLED] onSensorChanged::light value = 37
06-20 21:15:06.265 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:15:06.357 4808 4858 D SensorService: Calling activate off 10
06-20 21:15:06.357 4267 4267 I Sensors : LightSensor old sensor_state 16896, new sensor_state : 17179885568 en : 0
06-20 21:15:06.362 4808 4858 D SensorManager: unregisterListener ::
06-20 21:15:06.362 4808 4858 D LightsService: [SvcLED] setSvcLedLightLocked :: Current SvcLED(id=3) maintains its priority right
06-20 21:15:06.362 4808 4858 D PowerManagerUtil: fileWriteString to /sys/power/wake_unlock, LightsService
06-20 21:15:06.362 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count -
06-20 21:15:06.362 4808 4858 D SamsungAlarmManager: Cancel Alarm calling from uid:1000 pid :4808 / op:PendingIntent{cedf61: PendingIntentRecord{62ada86 android broadcastIntent}}
06-20 21:15:06.362 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state +
06-20 21:15:06.369 4808 4858 D SamsungAlarmManager: setInexact Intent (T:3/F:8/AC:false) 20180620T212506 - CU:1000/CP:4808
06-20 21:15:20.054 4808 4960 D UsbPortManager: onUEvent() {SUBSYSTEM=dual_role_usb, DUAL_ROLE_MODE=none, SEQNUM=107848, ACTION=change, DUAL_ROLE_POWERS_VCONN=y, DUAL_ROLE_NAME=otg_default, DUAL_ROLE_POWER_ROLE=none, DEVPATH=/devices/platform/14360000.hsi2c/i2c-15/15-0066/max77705-usbc/dual_role_usb/otg_default, DUAL_ROLE_DATA_ROLE=none}
06-20 21:15:20.054 4808 5104 D UsbPortManager: handleMessage()
06-20 21:15:20.054 4808 5104 D UsbPortManager: updatePortsLocked()++
06-20 21:15:20.054 4808 5104 D UsbPortManager: updatePortsLocked() UEVENT is NOT NULL
06-20 21:15:20.055 4808 5104 D UsbPortManager: addOrUpdatePortLocked()++ : portId=otg_default, supportedModes=dual, currentMode=none, canChangeMode=true, currentPowerRole=no-power, canChangePowerRole=false, currentDataRole=no-data, canChangeDataRole=false
06-20 21:15:20.055 4808 5104 D UsbPortManager: addOrUpdatePortLocked() supportedRoleCombinations=1
06-20 21:15:20.055 4808 5104 D UsbPortManager: addOrUpdatePortLocked() supportedModes=dual
06-20 21:15:20.055 4808 5104 D UsbPortManager: setStatus() , currentMode=none, canChangeMode=true, currentPowerRole=no-power, canChangePowerRole=false, currentDataRole=no-data, canChangeDataRole=false, supportedRoleCombinations=1
06-20 21:15:20.055 4808 5104 D UsbPortManager: addOrUpdatePortLocked() mPorts DISPOSITION_REMOVED -> DISPOSITION_CHANGED
06-20 21:15:20.056 4808 5104 D UsbPortManager: addOrUpdatePortLocked()--
06-20 21:15:20.056 4808 5104 D UsbPortManager: mPorts size: 1
06-20 21:15:20.056 4808 5104 I UsbPortManager: USB port changed: port=UsbPort{id=otg_default, supportedModes=dual}, status=UsbPortStatus{connected=false, currentMode=none, currentPowerRole=no-power, currentDataRole=no-data, supportedRoleCombinations=[no-power:no-data]}, canChangeMode=true, canChangePowerRole=false, canChangeDataRole=false
06-20 21:15:20.056 4808 5104 D UsbPortManager: sendPortChangedBroadcastLocked(port=UsbPort{id=otg_default, supportedModes=dual}, status=UsbPortStatus{connected=false, currentMode=none, currentPowerRole=no-power, currentDataRole=no-data, supportedRoleCombinations=[no-power:no-data]}, canChangeMode=true, canChangePowerRole=false, canChangeDataRole=false)
06-20 21:15:20.056 4808 5104 D UsbPortManager: mPorts(0) DISPOSITION_CHANGED -> DISPOSITION_READY
06-20 21:15:20.056 4808 5104 D UsbPortManager: updatePortsLocked()--
06-20 21:15:20.056 4808 5104 D UsbPortManager: sending intent : ACTION_USB_PORT_CHANGED, mUsbPort [UsbPort{id=otg_default, supportedModes=dual}], mUsbPortStatus [UsbPortStatus{connected=false, currentMode=none, currentPowerRole=no-power, currentDataRole=no-data, supportedRoleCombinations=[no-power:no-data]}]
06-20 21:15:20.057 4808 4969 D SamsungAlarmManager: Expired : 65544
06-20 21:15:20.057 4808 4969 I SamsungAlarmManager: setLocked to kernel - T:3 / 20180620T211600, SetElapsed=363303117, nowELAPSED=363263174
06-20 21:15:20.060 4808 4854 I libsuspend: !@suspend_thread_func: write mem to /sys/power/state -
06-20 21:15:20.061 4808 4808 D UsbDeviceManager: received ACTION_USB_PORT_CHANGED
06-20 21:15:20.061 4808 4808 D UsbDeviceManager: updateHostState() hostConnected : false, isPowerSource : false, mDualRoleState : none
06-20 21:15:20.061 4808 4808 I UsbDeviceManager: updateHostState UsbPort{id=otg_default, supportedModes=dual} status=UsbPortStatus{connected=false, currentMode=none, currentPowerRole=no-power, currentDataRole=no-data, supportedRoleCombinations=[no-power:no-data]}
06-20 21:15:20.075 4808 5642 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:15:20.075 26474 26567 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
06-20 21:15:20.076 4808 5642 D BatteryService: level:52, scale:100, status:3, health:2, present:true, voltage: 3915, temperature: 376, technology: Li-ion, AC powered:false, USB powered:false, POGO powered:false, Wireless powered:false, icon:17303823, invalid charger:0, maxChargingCurrent:0, maxChargingVoltage:0, chargeCounter:1808000
06-20 21:15:20.076 4808 5642 D BatteryService: online:1, current avg:1581, charge type:0, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, misc_event:0, current_event:0, current_now:1478
06-20 21:15:20.076 4808 5642 D LightsService: [api] [SvcLED] turnOff:: id = 3 (uid: 1000 pid: 4808)
06-20 21:15:20.076 4808 5642 D PowerManagerUtil: fileWriteString to /sys/power/wake_lock, LightsService
06-20 21:15:20.076 4808 5642 D LightsService: [SvcLED] setSvcLedStateLocked:: SvcLEDState : 0x10 -> 0x0 | SvcLED(id=3) set Off
06-20 21:15:20.076 4808 5642 D BatteryService: turn off LED
06-20 21:15:20.076 4808 4858 D LightsService: [SvcLED] handleForcedSvcLEDTask()
06-20 21:15:20.076 4808 4858 D PowerManagerUtil: fileWriteInt to /sys/class/sec/led/led_lowpower, 1
06-20 21:15:20.079 4808 4808 D BatteryService: Sending ACTION_BATTERY_CHANGED.
06-20 21:15:20.076 26474 26567 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
06-20 21:15:20.082 5506 5542 D EventHandler_FLP: POWER_DISCONNECTED
06-20 21:15:20.082 4264 4264 D SEC LightsHAL: led_pattern : 0 +
06-20 21:15:20.083 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:15:20.084 4808 6759 D SamsungAlarmManager: Cancel Alarm calling from uid:10214 pid :6569 / op:PendingIntent{55c55e: PendingIntentRecord{aec0b92 net.dinglisch.android.taskerm broadcastIntent}}
06-20 21:15:20.085 4808 4845 E BatteryStatsService: no controller energy info supplied
06-20 21:15:20.086 6194 6194 I GCoreUlr: Starting service, intent=Intent { act=com.google.android.location.reporting.ACTION_UPDATE_ACTIVE_STATE cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService (has extras) }, extras=Bundle[{source=PowerModeReceiver}]
06-20 21:15:20.087 4264 4264 D SEC LightsHAL: led_pattern : 0 -
06-20 21:15:20.087 4808 4808 D BatteryService: misc_event:0x0, sec plug type:0
06-20 21:15:20.087 4808 4858 D LightsService: [SvcLED] setSvcLedLightLocked :: Current SvcLED(id=3) maintains its priority right
06-20 21:15:20.087 4808 4858 D PowerManagerUtil: fileWriteString to /sys/power/wake_unlock, LightsService
06-20 21:15:20.087 23877 23877 I Rubin : [2] AnalysisEventTrigger$AnalysisBroadcastReceiver.isAnalysisCondition(AnalysisEventTrigger.java:158) : Analysis Condition Status - Screen State (OFF) : true, Power Connected : false
06-20 21:15:20.087 4808 4853 D PowerManagerService: [api] updateIsPoweredLocked : mIsPowered: false mPlugType: 0
06-20 21:15:20.089 5294 5294 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
06-20 21:15:20.090 4808 4853 I PowerManagerService: !@[ps] Screen__On - 280 : powered change (11)
06-20 21:15:20.091 4808 4853 D EdgeLightingManager: showForWakeUp : packageName =android
06-20 21:15:20.091 4808 4853 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:15:20.091 4808 4853 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=2 mCondition=0 mIsConnected=false0
06-20 21:15:20.091 4808 4853 D EdgeLightingManager: showForWakeUpInternal : return false by isAvailableEdgeLighting.
06-20 21:15:20.091 4808 4853 I PowerManagerService: Waking up from dozing (uid 1000)...
06-20 21:15:20.091 4808 5240 D NetworkPolicy: onScreenStateChanged, state: true, reason: 2
06-20 21:15:20.093 4808 4853 D InputManager-JNI: setInteractive(true)
06-20 21:15:20.093 5294 5294 D BatteryController: onReceive-ACTION_BATTERY_CHANGED : mLevel=52, mBatteryStatus=3
06-20 21:15:20.094 4808 4853 D InputReader: Device ID 3: Releasing active all slots palm because the phone became interactive
06-20 21:15:20.094 4808 4853 D InputReader: Device ID 4: Releasing active all slots palm because the phone became interactive
06-20 21:15:20.094 4808 4853 D InputReader: KeyboardInputMapper: mPenInUse 0, needCancel 0
06-20 21:15:20.094 4808 4853 D PowerManagerService: [PWL] sb acquire: PowerManagerService.Broadcasts
06-20 21:15:20.094 4808 4853 D PowerManagerService: [PSM] lowPowerModeEnabled: false (mLowPowerModeSetting: false, mIsPowered: false, mAutoLowPowerModeConfigured: false, mBatteryLevel: 52, mLowBatteryTriggerLevel: 0, mUltraPowerSavingModeEnabled: false, mEmergencyModeEnabled: false)
06-20 21:15:20.094 4808 4853 D PowerManagerService: [s] UserActivityState : 4 -> 1
06-20 21:15:20.094 4808 4853 D PowerManagerService: mDisplayReady: false
06-20 21:15:20.094 4808 4853 D InputReader: KeyboardInputMapper: mPenInUse 0, needCancel 0
06-20 21:15:20.094 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable
06-20 21:15:20.094 4808 4853 I libsuspend: !@autosuspend_wakeup_count_disable done
06-20 21:15:20.094 4808 4853 D PowerManagerService: [PWL] sb acquire: PowerManagerService.Display
06-20 21:15:20.095 4808 4853 D DisplayPowerController: animateScreenStateChange: target2
06-20 21:15:20.096 4808 4853 D DisplayPowerController: [M OS] REPORTED_TO_POLICY_SCREEN_OFF -> REPORTED_TO_POLICY_SCREEN_TURNING_ON.
06-20 21:15:20.096 17493 17493 D RSync_BatteryReceiver: [onReceive] status=3, level=52, scale=100
06-20 21:15:20.096 4808 4853 I DisplayPowerController: Blocking screen on until initial contents have been drawn.
06-20 21:15:20.096 4808 4853 I WindowManager: Screen turning on...
06-20 21:15:20.097 17493 17493 D NotificationCenter: post event id = 11 args {[3]: 3 | 52 | 100 }
06-20 21:15:20.098 17493 17493 D RSync_Core: [onBatteryStatusChanged] core not started
06-20 21:15:20.098 17493 17493 D RSync_Core: [onBatteryStatusChanged] core not started
06-20 21:15:20.115 5294 5294 D PowerUI : priorPlugType = 1 mPlugType = 0
06-20 21:15:20.115 5294 5294 D PowerUI.Notification: dismissSlowByChargerConnectionInfoPopUp()
06-20 21:15:20.115 5294 5294 D PowerUI.Notification: dismissChargingNotification()
06-20 21:15:20.116 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:15:20.148 4808 5240 I WindowManager: Started waking up... reason=11
06-20 21:15:20.148 4808 5240 V KeyguardServiceDelegate: onStartedWakingUp reason=11
06-20 21:15:20.148 4808 5240 D PowerManagerNotifier: handleEarlyInteractiveChange reason = 11
06-20 21:15:20.148 5294 5360 D KeyguardViewMediator: onStartedWakingUpWithReason, seq = 556 why = 11
06-20 21:15:20.148 4808 4808 D MotionRecognitionService: mReceiver.onReceive : ACTION_POWER_DISCONNECTED
06-20 21:15:20.148 4808 4808 D MotionRecognitionService: mCableConnection= 0
06-20 21:15:20.148 5294 5360 D KeyguardViewMediator: notifyStartedWakingUpWithReason( reason = 11 )
06-20 21:15:20.153 5294 5294 D KeyguardViewMediator: handleNotifyWakingUp( why = 11 )
06-20 21:15:20.153 4808 4845 D BatteryStatsImpl: charging plug is pulled! noteGpuResetLocked
06-20 21:15:20.156 5294 5294 E KeyguardUpdateMonitor: handleStartedWakingUp start 11
06-20 21:15:20.156 5294 5294 D KeyguardFingerPrint: shouldListenForFingerprint ( isFingerprintEnabled = false , mKeyguardIsVisible = false , mDeviceInteractive = true , mBouncer = false , mGoingToSleep = false , mSwitchingUser = false , mKeyguardUnlocking = false
06-20 21:15:20.156 5294 5294 E KeyguardFingerPrint: updateFingerprintListeningState#mFingerprintRunningState=1 shouldListenForFingerprint=false
06-20 21:15:20.156 5294 5294 D KeyguardFingerPrint: stopListeningForFingerprint()
06-20 21:15:20.158 4808 4808 D RestrictionPolicy: isUsbDebuggingEnabled : true
06-20 21:15:20.159 4808 4808 I MotionRecognitionService: On Battery, 0
06-20 21:15:20.159 4808 4808 D MotionRecognitionService: mCableConnection= 0
06-20 21:15:20.159 4808 4808 D SamsungPhoneWindowManager: ACTION_BATTERY_CHANGED - Level :: 52, battStatus :: 3
06-20 21:15:20.159 4808 4808 D GameManagerService: new battery level: 52
06-20 21:15:20.159 4808 4849 D UsbDeviceManager: handleMessage -> MSG_UPDATE_CHARGING_STATE = 0
06-20 21:15:20.162 4808 6586 I FingerprintService: cancelAuthentication : token=android.os.BinderProxy@b5bdd3f from pid=5294, from uid=10004
06-20 21:15:20.168 4808 4854 I libsuspend: !@suspend_thread_func: read wakeup_count +
06-20 21:15:20.169 5294 5294 D LockIcon: mCurrentState = 0, mLastState = 0, mDeviceInteractive = true, mLastDeviceInteractive = true, mScreenOn = false, mLastScreenOn = false, force = false
06-20 21:15:20.169 5294 5294 E KeyguardUpdateMonitor: handleStartedWakingUp end
06-20 21:15:20.172 4808 4817 I zygote64: Background concurrent copying GC freed 126098(6MB) AllocSpace objects, 73(3MB) LOS objects, 25% free, 69MB/93MB, paused 790us total 731.590ms
06-20 21:15:20.185 4808 4853 D ActivityManager: isScaleDownAnimationEnabled() : false
06-20 21:15:20.185 4808 4853 D PersonaManagerService: Current focused persona service handled id set to : 0
06-20 21:15:20.200 4808 5133 D GameManagerService: handleForegroundChange(). pkgName: com.teslacoilsw.launcher, clsName: com.teslacoilsw.launcher.NovaLauncher,FgActivityName:com.teslacoilsw.launcher/.NovaLauncher
06-20 21:15:20.200 4808 5133 D GameManagerService: handleForegroundChange(). same package with Prev KILL_YOURSELF. ignore
06-20 21:15:20.201 4808 4853 D MARsPolicyManager: onPackageResumedFG pkgName = com.teslacoilsw.launcher, userId = 0
06-20 21:15:20.207 4401 4401 E audit : type=1400 audit(1529518520.202:56339): avc: denied { read } for pid=23419 comm="facebook.katana" name="boot_id" dev="proc" ino=10039197 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:15:20.207 4401 4401 E audit : type=1300 audit(1529518520.202:56339): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c185b080 a2=20000 a3=0 items=0 ppid=5006 pid=23419 auid=4294967295 uid=10127 gid=10127 euid=10127 suid=10127 fsuid=10127 egid=10127 sgid=10127 fsgid=10127 tty=(none) ses=4294967295 comm="facebook.katana" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:15:20.207 4401 4401 E audit : type=1327 audit(1529518520.202:56339): proctitle="com.facebook.katana"
06-20 21:15:20.208 4808 6747 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
06-20 21:15:20.212 4808 5642 D SamsungAlarmManager: setInexact Intent (T:0/F:0/AC:false) 20180620T212011 - CU:10214/CP:6569
06-20 21:15:20.213 4808 4853 V KeyguardServiceDelegate: onScreenTurnedOn(showListener = com.android.server.policy.PhoneWindowManager$2@f3ba77f)
06-20 21:15:20.213 5294 5360 D KeyguardViewMediator: notifyScreenOn
06-20 21:15:20.213 4808 4853 D DisplayPowerController: mWindowManagerPolicy.screenTurningOn(mPendingScreenOnUnblocker)
06-20 21:15:20.213 4808 4853 D DisplayPowerController: animateScreenStateChange: return as screen on blocked
06-20 21:15:20.214 5294 5294 D PowerUI : SUPPORT_WATER_PROTECTION_POPUP - oldBatteryWaterConnector : false, mBatteryWaterConnector : false, oldHiccupState : false, mIsHiccupState : false
06-20 21:15:20.214 5294 5294 D PowerUI : Power supply - oldPowerSupplyingActivated = false mIsPowerSupplyingActivated = false
06-20 21:15:20.214 5294 5294 D KeyguardViewMediator: handleNotifyScreenTurningOn
06-20 21:15:20.214 4808 4853 D AutomaticBrightnessController: [DAB] no lux value from sensor manager
06-20 21:15:20.214 4808 4853 D DisplayPowerController: getFinalBrightness : Summary is 0 -> 0
06-20 21:15:20.214 4808 4853 D DisplayPowerController: Animating brightness: target=0, rate=2000 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1), PendingAutoBrightness)
06-20 21:15:20.214 4808 5241 D AutomaticBrightnessController: [DAB] setLightSensorEnabled : registerListenerRunnable
06-20 21:15:20.215 10960 10960 D InputMethodManager: HSIFW - flag : 0 Pid : 10960
06-20 21:15:20.218 4808 6023 V InputMethodManagerService: Client requesting input be hidden, flags : 0
06-20 21:15:20.218 4808 6023 V InputMethodManagerService: hideCurrentInputLocked : shouldHideSoftInput is false
06-20 21:15:20.218 4808 4859 D DisplayManagerService: !@display_state: OFF -> ON brightness: 0 -> 0
06-20 21:15:20.220 5582 5582 D NfcService: PROXIMITY SCREEN OFF
06-20 21:15:20.220 5294 5294 D KeyguardServiceBoxContainer: refreshTime() 0
06-20 21:15:20.220 5294 5294 I AOD_CLOCK@AnalogClockView: refresh : true
06-20 21:15:20.223 4808 4808 D SamsungAlarmManager: setInexact Listener (T:2/F:8/AC:false) 20180620T214520 - CU:1000/CP:4808
06-20 21:15:20.224 744 744 D Notification: allPendingIntents
06-20 21:15:20.225 4283 4283 D SurfaceFlinger: Set power mode=2, type=0 flinger=0x7b0b262000
06-20 21:15:20.226 4808 4851 D PointerController: mLocked.displayWidth 1440, mLocked.displayHeight 2960
06-20 21:15:20.228 4808 5004 I InputReader: Reconfiguring input devices. changes=0x00000004
06-20 21:15:20.229 4808 5241 W CAE : setCAProperty(ContextAwareService.java:589) - [setProperty 01] Mutex is locked for AUTO_BRIGHTNESS
06-20 21:15:20.230 4808 5241 I CAE : setPropertyValue(AutoBrightnessRunner.java:126) - Mode = 0
06-20 21:15:20.230 4808 5241 I CAE : sendCmdToSensorHub(SensorHubCommManager.java:158) - -63, 23, 48, 1, 0,
06-20 21:15:20.231 4808 4978 D SensorService: setSContextDataLocked ints length 3 , byte length 5
06-20 21:15:20.231 4267 4267 D Sensors : poll_inject_sensor_data
06-20 21:15:20.231 4267 4267 D Sensors : c1 17 30 01 00
06-20 21:15:20.231 4267 4267 E Sensors : inject_scontext_data: New ssp_data_injection_fd(31)
06-20 21:15:20.231 5582 26597 D NfcService: call the applyRouting
06-20 21:15:20.232 5294 5294 D WallpaperViewController: onScreenTurningOn
06-20 21:15:20.232 5294 5294 D KeyguardViewMediator: IKeyguardDrawnCallback.onDrawn()
06-20 21:15:20.232 4808 4808 D SamsungAlarmManager: setInexact Listener (T:2/F:8/AC:false) 20180620T212020 - CU:1000/CP:4808
06-20 21:15:20.233 4808 4808 D InputMethodManagerService: isImeSwitcherDisabledPackage : false
06-20 21:15:20.233 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=-1, mUserId=0, isDualAppId=false
06-20 21:15:20.233 4808 4808 D LightsService: [api] [SvcLED] turnOff:: id = 4 (uid: 1000 pid: 4808)
06-20 21:15:20.233 4808 4808 D PowerManagerUtil: fileWriteString to /sys/power/wake_lock, LightsService
06-20 21:15:20.234 4808 4808 D LightsService: [SvcLED] setSvcLedStateLocked:: SvcLEDState : 0x0 -> 0x0 | SvcLED(id=4) set Off
06-20 21:15:20.234 4430 4637 E IptablesRestoreController: [iptables debug]iptables-restore execute *filter
06-20 21:15:20.234 4430 4637 E IptablesRestoreController: -A fw_INPUT -j fw_standby
06-20 21:15:20.234 4430 4637 E IptablesRestoreController: -A fw_OUTPUT -j fw_standby
06-20 21:15:20.234 4430 4637 E IptablesRestoreController: COMMIT
06-20 21:15:20.234 4808 4858 D LightsService: [SvcLED] handleForcedSvcLEDTask()
06-20 21:15:20.234 4808 4858 D LightsService: [SvcLED] setSvcLedLightLocked :: Current SvcLED(id=3) maintains its priority right
06-20 21:15:20.234 4808 4858 D PowerManagerUtil: fileWriteString to /sys/power/wake_unlock, LightsService
06-20 21:15:20.235 4808 4808 I CAE : handleMessage(CaPowerManager.java:181) - POWER_DISCONNECTED
06-20 21:15:20.235 4808 4808 I CAE : sendCmdToSensorHub(SensorHubCommManager.java:158) - -76, 13, -41, 0,
06-20 21:15:20.236 4808 4970 E BatteryStatsService: no controller energy info supplied
06-20 21:15:20.237 4267 4267 D Sensors : SContext Data Injection return 5
06-20 21:15:20.236 4808 4970 E BatteryStatsService: no controller energy info supplied
06-20 21:15:20.237 4808 6748 D StorageManagerService: getExternalStorageMountMode : 3
06-20 21:15:20.237 4808 6748 D StorageManagerService: getExternalStorageMountMode : 3
06-20 21:15:20.237 4808 6748 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 1250, packageName : com.samsung.android.knox.containeragent
06-20 21:15:20.237 4808 6748 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.knox.containeragent user:0
06-20 21:15:20.237 4808 6748 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
06-20 21:15:20.237 4808 6748 D ActivityManager: package com.samsung.android.knox.containeragent, user - 0 is SDcard whitelisted
06-20 21:15:20.237 4808 6748 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.knox.containeragent user:0
06-20 21:15:20.237 4808 6748 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
06-20 21:15:20.238 23419 23419 E fb4a.BootIdReader: Error reading boot_id from procfs
06-20 21:15:20.238 23419 23419 E fb4a.BootIdReader: java.io.FileNotFoundException: /proc/sys/kernel/random/boot_id (Permission denied)
06-20 21:15:20.238 23419 23419 E fb4a.BootIdReader: at java.io.FileInputStream.open0(Native Method)
06-20 21:15:20.238 23419 23419 E fb4a.BootIdReader: at java.io.FileInputStream.open(FileInputStream.java:200)
06-20 21:15:20.238 23419 23419 E fb4a.BootIdReader: at java.io.FileInputStream.<init>(FileInputStream.java:150)
06-20 21:15:20.238 23419 23419 E fb4a.BootIdReader: at java.io.FileInputStream.<init>(FileInputStream.java:103)
06-20 21:15:20.238 23419 23419 E fb4a.BootIdReader: at java.io.FileReader.<init>(FileReader.java:58)
06-20 21:15:20.238 23419 23419 E fb4a.BootIdReader: at X.29g.D(:550163)
06-20 21:15:20.238 23419 23419 E fb4a.BootIdReader: at com.facebook.battery.monitor.ContinuousBatteryMonitorService.onCreate(:1815740)
06-20 21:15:20.238 23419 23419 E fb4a.BootIdReader: at android.app.ActivityThread.handleCreateService(ActivityThread.java:3542)
06-20 21:15:20.238 23419 23419 E fb4a.BootIdReader: at android.app.ActivityThread.-wrap4(Unknown Source:0)
06-20 21:15:20.238 23419 23419 E fb4a.BootIdReader: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1786)
06-20 21:15:20.238 23419 23419 E fb4a.BootIdReader: at android.os.Handler.dispatchMessage(Handler.java:105)
06-20 21:15:20.238 23419 23419 E fb4a.BootIdReader: at android.os.Looper.loop(Looper.java:164)
06-20 21:15:20.238 23419 23419 E fb4a.BootIdReader: at android.app.ActivityThread.main(ActivityThread.java:6938)
06-20 21:15:20.238 23419 23419 E fb4a.BootIdReader: at java.lang.reflect.Method.invoke(Native Method)
06-20 21:15:20.238 23419 23419 E fb4a.BootIdReader: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
06-20 21:15:20.238 23419 23419 E fb4a.BootIdReader: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
06-20 21:15:20.244 4808 4851 I DisplayManagerService: Display device changed state: "Built-in Screen", ON
06-20 21:15:20.250 4808 4978 D SensorService: setSContextDataLocked ints length 2 , byte length 4
06-20 21:15:20.250 4808 5241 I CAE : setCAProperty(ContextAwareService.java:594) - result : true
06-20 21:15:20.250 4267 4267 D Sensors : poll_inject_sensor_data
06-20 21:15:20.251 4808 5241 W CAE : setCAProperty(ContextAwareService.java:595) - [setProperty 02] Mutex is unlocked for AUTO_BRIGHTNESS
06-20 21:15:20.251 4267 4267 D Sensors : b4 0d d7 00
06-20 21:15:20.251 4267 4267 E Sensors : inject_scontext_data: New ssp_data_injection_fd(31)
06-20 21:15:20.251 4267 4267 D Sensors : SContext Data Injection return 4
06-20 21:15:20.251 4808 5241 W CAE : registerCallback(ContextAwareService.java:155) - [regi 01] Mutex is locked for AUTO_BRIGHTNESS
06-20 21:15:20.251 4808 5241 V CAE : start(ContextProvider.java:128)
06-20 21:15:20.252 5582 5582 D NfcService: PROXIMITY SCREEN ON
06-20 21:15:20.252 4808 5241 V CAE : clear(AutoBrightnessRunner.java:267)
06-20 21:15:20.252 4808 5241 V CAE : enable(AutoBrightnessRunner.java:243)
06-20 21:15:20.252 4808 4808 I FingerprintService: semStopClient : CurrentClient = com.android.systemui
06-20 21:15:20.252 3711 3711 D WallpaperService: updateSurface forceRelayout=false redrawNeeded=false myWidth=-1 myHeight=-1 fixedSize=false x = 0 y = 0 mWidth=-1 mHeight=-1 mIsSleepMode=true
06-20 21:15:20.252 4808 5241 I CAE : sendCmdToSensorHub(SensorHubCommManager.java:158) - -79, 48, 0,
06-20 21:15:20.252 3711 3711 D UnityLWP: wallpaper: UnityWallpaperEngine.onVisibilityChanged: true
06-20 21:15:20.252 3711 3711 W Unity : Not running Unity from an Activity; ignored...
06-20 21:15:20.253 3711 3711 D UnityLWP: UnityPlayerWrapper: Resuming
06-20 21:15:20.253 4808 4978 D SensorService: setSContextDataLocked ints length 2 , byte length 3
06-20 21:15:20.253 4448 4448 I vendor.samsung.hardware.biometrics.fingerprint@2.1-service: cancel()
06-20 21:15:20.253 4267 4267 D Sensors : poll_inject_sensor_data
06-20 21:15:20.253 4448 4448 D bauth_service: BAuthService, 777
06-20 21:15:20.253 4267 4267 D Sensors : b1 30 00
06-20 21:15:20.253 4448 4448 D bauth_FPBAuthService: FPBAuthService, 639
06-20 21:15:20.253 4267 4267 E Sensors : inject_scontext_data: New ssp_data_injection_fd(31)
06-20 21:15:20.253 4448 4448 D bauth_FPBAuthService: srwf 0 ct 1 cf 1 prf 1
06-20 21:15:20.253 3711 3711 D WallpaperService: reportVisibility onVisibilityChanged visible: true
06-20 21:15:20.253 4448 4448 D vendor.samsung.hardware.biometrics.fingerprint@2.1-service: onError(5, 0)
06-20 21:15:20.253 4808 4827 V KeyguardServiceDelegate: **** SHOWN CALLED ****
06-20 21:15:20.253 4808 4827 D WindowManager: mKeyguardDelegate.ShowListener.onDrawn.
06-20 21:15:20.256 4267 4267 D Sensors : SContext Data Injection return 3
06-20 21:15:20.257 4808 4851 D PointerController: mLocked.displayWidth 1440, mLocked.displayHeight 2960
06-20 21:15:20.258 4808 4808 W FingerprintService: stopAuthentication FP_FINISH (6ms) RESULT: 0
06-20 21:15:20.258 4808 5004 I InputReader: Reconfiguring input devices. changes=0x00000004
06-20 21:15:20.258 4808 5241 D CAE : getFaultDetectionResult(AutoBrightnessRunner.java:281) - true
06-20 21:15:20.259 4808 5241 I CAE : notifyCmdProcessResultObserver(ContextProvider.java:627) - CheckResult = 0, Cause = Success
06-20 21:15:20.259 4808 4808 I FingerprintService: ClientMonitor[android.os.BinderProxy@b5bdd3f] : onError : error=5, vendor=0
06-20 21:15:20.260 6194 24243 I GCoreUlr: DispatchingService.updateActiveState+PowerModeReceiver: Ensuring that reporting is active for [account#-3#]
06-20 21:15:20.261 4808 4808 D UsbDeviceManager: received ACTION_SEC_BATTERY_EVENT : USB CHARGING OFF
06-20 21:15:20.262 4808 4849 D UsbDeviceManager: handleMessage -> MSG_POWER_STATE = 0, mBootCompleted(true), mCurrentFunctions(mtp,adb), mPowerConnected(false)
06-20 21:15:20.262 4808 4849 D UsbDeviceManager: USB CABLE STATE : connected = false
06-20 21:15:20.262 4448 23317 D bauth_FPBAuthService: FPBAuthService, 1442
06-20 21:15:20.262 4448 23317 E (FPLOG) : DeviceEnableInt 0 8 10 1
06-20 21:15:20.262 4448 23317 D bauth_FPBAuthService: FPBAuthService, 1451
06-20 21:15:20.262 4448 23317 E (FPLOG) : 2.0.36.0 DeviceSetClock 1
06-20 21:15:20.263 4448 23317 D bauth_FPDLBAuthSensorControl: FPDLBAuthSensorControl, 264
06-20 21:15:20.263 4448 23317 I TLC_BAUTH: Call FP cmd 0xa;1509
06-20 21:15:20.263 4448 23317 I tlc_communication: Send Trustlet TCI Message;214
06-20 21:15:20.263 4448 23317 I tlc_communication: mcNotify is completed;224
06-20 21:15:20.263 5608 5912 E ImsAdaptorImpl: setSSACInfo : ImsAdaptorImpl.
06-20 21:15:20.268 4808 6747 V WindowManager: Relayout Window{1d751ea u0 com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher}: viewVisibility=0 req=2960x1440 WM.LayoutParams{(0,0)(fillxfill) sim=#120 ty=1 fl=#81910100 pfl=0x20000 fmt=-2 wanim=0x1030001 vsysui=0x1702 needsMenuKey=2 colorMode=0}
06-20 21:15:20.269 4262 4352 D display : setPowerMode:: FBIOBLANK mode(2), blank(0)
06-20 21:15:20.269 4262 4352 D display : setPowerMode:: S3CFB_POWER_MODE mode(2), blank(0)
06-20 21:15:20.269 4808 5241 D CAE : doCommendProcess(ContextAwareService.java:444) - complete notify the operation result.
06-20 21:15:20.270 5601 5618 D SsacManager: updateSSACInfo[0] : Voice(-1:0) Video(-1:0)
06-20 21:15:20.270 5601 5618 D SsacManager: Voice Call updateSSACInfo[0] : f[100], t[0]
06-20 21:15:20.270 5601 5618 D SsacManager: Video Call updateSSACInfo[0] : f[100], t[0]
06-20 21:15:20.271 4808 4859 D PowerManagerUtil: Excessive delay in !@display_state: ON: 53ms
06-20 21:15:20.271 4808 4859 D DisplayPowerController: setActualDisplayState: OFF -> ON
06-20 21:15:20.271 4808 4853 D DisplayPowerController: animateScreenStateChange: target2
06-20 21:15:20.271 4808 4853 D DisplayPowerController: animateScreenStateChange: return as screen on blocked
06-20 21:15:20.271 4808 4853 D DisplayPowerController: getFinalBrightness : Summary is 0 -> 0
06-20 21:15:20.271 4808 4853 D DisplayPowerController: Animating brightness: target=0, rate=2000 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1), PendingAutoBrightness)
06-20 21:15:20.271 4272 26600 D Sec MiscPowerHAL: sysfs_write +: /sys/class/power_supply/battery/lcd: 1
06-20 21:15:20.271 4272 26600 D Sec MiscPowerHAL: sysfs_write -: /sys/class/power_supply/battery/lcd: 1
06-20 21:15:20.272 10960 10960 D ViewRootImpl@bd8338e[NovaLauncher]: Relayout returned: old=[0,0][2960,1440] new=[0,0][2960,1440] result=0x0 surface={valid=true 523106729984} changed=false
06-20 21:15:20.275 4272 26599 D Sec MiscPowerHAL: sysfs_write +: /sys/class/sec/tsp/input/enabled: 1
06-20 21:15:20.276 4808 5241 I CAE : displayUsedCountForService(ContextAwareService.java:536) - totalCnt = 1, serviceCount = 1, subCollectionCount = 0
06-20 21:15:20.276 4808 5241 D CAE : showListenerList(ContextAwareService.java:377) - ===== Context Aware Service List =====
06-20 21:15:20.277 26601 26601 E Zygote : isWhitelistProcess - Process is Whitelisted
06-20 21:15:20.277 4808 5241 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@36ccbd4, Service : PEDOMETER(1)
06-20 21:15:20.277 4808 5241 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@7f4a222, Service : ACTIVITY_TRACKER_BATCH(1)
06-20 21:15:20.277 4430 4637 E IptablesRestoreController: [iptables debug]iptables-restore execute done *filter
06-20 21:15:20.277 4430 4637 E IptablesRestoreController: -A fw_INPUT -j fw_standby
06-20 21:15:20.277 4430 4637 E IptablesRestoreController: -A fw_OUTPUT -j fw_standby
06-20 21:15:20.277 4430 4637 E IptablesRestoreController: COMMIT
06-20 21:15:20.277 4430 4637 E IptablesRestoreController: , res : 0
06-20 21:15:20.277 26601 26601 E libpersona: scanKnoxPersonas
06-20 21:15:20.277 26601 26601 E libpersona: Couldn't open the File - /data/system/users/0/personalist.xml - No such file or directory
06-20 21:15:20.277 4808 5241 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@f2d925d, Service : STEP_LEVEL_MONITOR(1)
06-20 21:15:20.278 4808 5241 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@af12d18, Service : FREE_FALL_DETECTION(1)
06-20 21:15:20.278 4808 5241 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@2a0e911, Service : SLOCATION_RUNNER(1)
06-20 21:15:20.278 4808 5241 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@331e39c, Service : SENSOR_STATUS_CHECK_RUNNER(1)
06-20 21:15:20.278 4808 5241 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@c40d35d, Service : ACTIVITY_TRACKER_INTERRUPT(1)
06-20 21:15:20.279 4808 5241 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@53dc88b, Service : ANY_MOTION_DETECTOR_RUNNER(1)
06-20 21:15:20.279 26601 26601 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2], Con:u:r:zygote:s0 RAM:SEPF_SM-G965F_8.0.0_0008, [-1 -1 -1 -1 0 1]
06-20 21:15:20.279 4808 5241 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@425000d, Service : AUTO_BRIGHTNESS(1)
06-20 21:15:20.279 26601 26601 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.knox.containeragent
06-20 21:15:20.279 4808 5241 W CAE : registerCallback(ContextAwareService.java:191) - [regi 02] Mutex is unlocked for AUTO_BRIGHTNESS
06-20 21:15:20.280 4808 5241 D SemContextService: .registerCallback : 8, client=
06-20 21:15:20.280 4808 5241 D SemContextService: ===== SemContext Service List =====
06-20 21:15:20.280 4808 5241 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@eec94e4, Service : Activity Batch
06-20 21:15:20.280 4808 5241 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@e3f0a70, Service : Activity Batch
06-20 21:15:20.280 4808 5241 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@d729513, Service : SLocation Core
06-20 21:15:20.280 4808 5241 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@4eaed68, Service : Any Motion Detector
06-20 21:15:20.280 4808 4808 V SamsungAlarmManager: Sending to uid : 10034 listener=android.os.BinderProxy@58c0bcf alarm=Alarm{d32bc2 type 3 when 363255315 com.google.android.gms}
06-20 21:15:20.280 4808 6759 D SensorService: Calling batch handle==1 flags=0 rate=200000000 timeout== 0
06-20 21:15:20.280 4808 5241 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@8b4d140, Service : Step Level Monitor
06-20 21:15:20.280 4808 5241 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@8b4d140, Service : Pedometer
06-20 21:15:20.280 4808 5241 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@6f6497a, Service : Sensor Status Check
06-20 21:15:20.280 4267 4267 I Sensors : batch - accelerometer_sensor try to batching with 200000000
06-20 21:15:20.280 4808 5241 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@b4aedd3, Service : Auto Brightness
06-20 21:15:20.280 4808 5241 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@a586725, Service : Free Fall Detection
06-20 21:15:20.280 4808 5241 D SemContextManager: .registerListener : listener = android.hardware.scontext.SContextManager$SContextListenerDelegate@f721f6f, service=Auto Brightness
06-20 21:15:20.280 4808 5241 D SContextManager: .registerListener : listener = com.android.server.display.AutomaticBrightnessController$5@cf69877, service=Auto Brightness
06-20 21:15:20.280 4808 5241 D PowerManagerUtil: Excessive delay in SensorHubAutoBrightnessEnabled::registerListener done: 66ms
06-20 21:15:20.280 4267 4267 I Sensors : AccSensor old sensor_state 16384, new sensor_state : 17179885569 en : 1
06-20 21:15:20.281 5582 26598 D NfcService: call the applyRouting
06-20 21:15:20.283 4430 30108 I Netd : Destroyed 1 sockets for UidRanges{ 10001 10002 10007 10008 10013 10030 10033 10037 10046 10048 10049 10051 10057 10058 10060 10063 10069 10071 10075 10077 10081 10091 10092 10095 10103 10107 10108 10109 10110 10111 10115 10120 10121 10129 10132 10134 10137 10141 10143 10147 10159 10163 10167 10170 10171 10177 10180 10182 10184 10185 10188 10190 10193 10196 10197 10198 10199 10200 10204 10209 10213 10215 10216 10217 10218 10219 10220 10221 10224 10227 10229 10234 10236 10237 10240 10242 10243 10358 10359 10360 10361 10363 10365 10372 10373 10377 10378 10380 10381 10383 10390 10393 10394 10395 10396 10406 10407 10415 10416 10419 10422 10426 10427 10432 10433 10434 10435 10436 10437 10443 10445 10447 10448 10451 10459 10460 10463 10464 10466 10467 10468 10469 10470 10471 10473 10474 10478 10480 10481 10482 10483 10484 10485 10486 10489 10490 10496 10500 10501 10510 10534 10539 10540 10541 10544 10547 10549 10557 10558 10561 10562 10564 10565 10566 10567 10572 10582 10583 10589 10591 10592 10599 10601 10602 1060
06-20 21:15:20.284 4448 5672 D bauth_FPBAuthService: pcf : 0x1012
06-20 21:15:20.284 4448 5672 D bauth_FPBAuthService: thread id : 1, preenroll_flag : 0, nd cnt : 0, cso : 0
06-20 21:15:20.284 4448 5672 D bauth_FPBAuthService: FPBAuthService, 7733
06-20 21:15:20.293 4448 23317 I tlc_communication: mcWaitNotification is completed;237
06-20 21:15:20.293 4448 23317 I TLC_BAUTH: Check the Trustlet return code is completed;1545
06-20 21:15:20.293 4448 23317 D bauth_FPBAuthService: FPBAuthService, 3977
06-20 21:15:20.293 4448 23317 D bauth_FPBAuthService: FPBAuthService, 4391
06-20 21:15:20.293 4448 23317 D (FPLOG) : efprc : cc
06-20 21:15:20.293 4448 23317 D bauth_FPDLBAuthSensorControl: FPDLBAuthSensorControl, 617
06-20 21:15:20.293 4448 23317 D bauth_FPDLBAuthSensorControl: FPDLBAuthSensorControl, 464
06-20 21:15:20.293 4448 23317 D bauth_FPBAuthService: FPBAuthService, 1212
06-20 21:15:20.294 4448 23317 D bauth_Worker: Worker, 72
06-20 21:15:20.295 4808 6748 W ActivityManager: Slow operation: 58ms so far, now at startProcess: returned from zygote!
06-20 21:15:20.296 4267 4267 I Sensors : batch - accelerometer_sensor try to batching with 20000000
06-20 21:15:20.306 26601 26601 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
06-20 21:15:20.306 26601 26601 D ActivityThread: Added TimaKeyStore provider
06-20 21:15:20.307 5608 5918 E ImsAdaptorImpl2: setSSACInfo : ImsAdaptorImpl.
06-20 21:15:20.307 5601 5618 D SsacManager: updateSSACInfo[0] : Voice(-1:0) Video(-1:0)
06-20 21:15:20.308 5601 5618 D SsacManager: Voice Call updateSSACInfo[0] : f[100], t[0]
06-20 21:15:20.308 5601 5618 D SsacManager: Video Call updateSSACInfo[0] : f[100], t[0]
06-20 21:15:20.316 4808 6748 W ActivityManager: Slow operation: 78ms so far, now at startProcess: done updating battery stats
06-20 21:15:20.316 4808 6748 W ActivityManager: Slow operation: 79ms so far, now at startProcess: building log message
06-20 21:15:20.316 4808 6748 I ActivityManager: Start proc 26601:com.samsung.android.knox.containeragent/1250 for broadcast com.samsung.android.knox.containeragent/.switcher.knoxusage.KnoxUsageReceiver
06-20 21:15:20.316 4808 6748 W ActivityManager: Slow operation: 79ms so far, now at startProcess: starting to update pids map
06-20 21:15:20.316 4808 6748 W ActivityManager: Slow operation: 79ms so far, now at startProcess: done updating pids map
06-20 21:15:20.316 4808 6748 W ActivityManager: Slow operation: 80ms so far, now at startProcess: done starting proc!
06-20 21:15:20.319 4808 4808 D GameManagerService: onDisplayChanged. displyId: 0, state: 2
06-20 21:15:20.320 4808 4808 D GameManagerService: dpi: 560, longPixel: 2792, shortPixel: 1440
06-20 21:15:20.320 4808 5133 D GameManagerService: handleLcdOn(). isDeivceLocked: false, inKeyguardRestrictedInputMode: false
06-20 21:15:20.320 4808 4808 D SamsungAlarmManager: Cancel Alarm calling from uid:1000 pid :4808 / listener:android.app.AlarmManager$ListenerWrapper@5cdb7d1
06-20 21:15:20.321 4808 4808 D SamsungAlarmManager: Cancel Alarm calling from uid:1000 pid :4808 / listener:android.app.AlarmManager$ListenerWrapper@33f2236
06-20 21:15:20.325 4808 6747 I ActivityManager: DSS on for com.samsung.android.knox.containeragent and scale is 1.0
06-20 21:15:20.325 4808 4827 D Notification: allPendingIntents
06-20 21:15:20.326 4808 4827 D Notification: allPendingIntents
06-20 21:15:20.326 4808 5641 D Notification: allPendingIntents
06-20 21:15:20.327 4808 5641 D Notification: allPendingIntents
06-20 21:15:20.327 4808 4827 D Notification: allPendingIntents
06-20 21:15:20.327 4808 4827 I chatty : uid=1000(system) Binder:4808_2 identical 2 lines
06-20 21:15:20.328 4808 4827 D Notification: allPendingIntents
06-20 21:15:20.328 4808 6745 D Notification: allPendingIntents
06-20 21:15:20.329 4808 5409 D Notification: allPendingIntents
06-20 21:15:20.329 4808 4827 D Notification: allPendingIntents
06-20 21:15:20.329 4430 4631 D DnsProxyListener: DNSDBG::dns by name af 2
06-20 21:15:20.329 4808 4827 D Notification: allPendingIntents
06-20 21:15:20.332 4808 5038 D ConnectivityService: filterNetworkStateForUid() uid: 10069 networkInfo: [type: WIFI[] - WIFI, state: DISCONNECTED/BLOCKED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.330 4808 4827 I chatty : uid=1000(system) Binder:4808_2 identical 1 line
06-20 21:15:20.331 4808 4827 D Notification: allPendingIntents
06-20 21:15:20.332 4272 26599 D Sec MiscPowerHAL: sysfs_write -: /sys/class/sec/tsp/input/enabled: 1
06-20 21:15:20.333 4808 4859 D PowerManagerUtil: Excessive delay in nativeSetInteractive(true): 62ms
06-20 21:15:20.333 4808 4859 D PowerManagerUtil: Excessive delay in DisplayManagerInternal.requestDesiredDisplayState: 115ms
06-20 21:15:20.333 4808 4808 D GameManagerService: onDisplayChanged. displyId: 0, state: 2
06-20 21:15:20.334 4808 4808 D GameManagerService: dpi: 560, longPixel: 2792, shortPixel: 1440
06-20 21:15:20.333 6194 8254 I Places : Converted 0 out of 4 WiFi scans
06-20 21:15:20.334 4808 4827 D Notification: allPendingIntents
06-20 21:15:20.336 4808 4842 W WindowManager: Setting mKeyguardDrawComplete
06-20 21:15:20.337 4808 5038 D ConnectivityService: filterNetworkStateForUid() uid: 10134 networkInfo: [type: WIFI[] - WIFI, state: DISCONNECTED/BLOCKED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.338 9890 9890 W SessionLifecycleManager: Handover failed. Creating new session controller.
06-20 21:15:20.338 4808 4827 D Notification: allPendingIntents
06-20 21:15:20.338 4808 4842 I WindowManager: Waiting for drawn Window{1d751ea u0 com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher}: removed=false visible=true mHasSurface=true drawState=1
06-20 21:15:20.338 4808 4842 I WindowManager: Waiting for drawn Window{cfbd011 u0 com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher}: removed=false visible=true mHasSurface=true drawState=1
06-20 21:15:20.339 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:15:20.339 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:20.339 6569 6569 D Notification: allPendingIntents
06-20 21:15:20.340 4808 4841 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.fulminesoftware.batteryindicator,userId = 0
06-20 21:15:20.340 4808 4841 D API test: getContainerInfo: value is
06-20 21:15:20.341 4808 5038 D ConnectivityService: filterNetworkStateForUid() uid: 10190 networkInfo: [type: WIFI[] - WIFI, state: DISCONNECTED/BLOCKED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.342 4808 4827 D Notification: allPendingIntents
06-20 21:15:20.343 4808 5038 D ConnectivityService: filterNetworkStateForUid() uid: 10216 networkInfo: [type: WIFI[] - WIFI, state: DISCONNECTED/BLOCKED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.344 4808 5038 D ConnectivityService: filterNetworkStateForUid() uid: 10221 networkInfo: [type: WIFI[] - WIFI, state: DISCONNECTED/BLOCKED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.342 4808 4827 I chatty : uid=1000(system) Binder:4808_2 identical 1 line
06-20 21:15:20.342 4808 4827 D Notification: allPendingIntents
06-20 21:15:20.346 23419 23670 D SoLoader: About to merge: analyticsutil-jni / libcoldstart.so
06-20 21:15:20.347 4808 4947 I WindowManager: Waiting for drawn Window{1d751ea u0 com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher}: removed=false visible=true mHasSurface=true drawState=1
06-20 21:15:20.347 4808 4947 I WindowManager: Waiting for drawn Window{cfbd011 u0 com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher}: removed=false visible=true mHasSurface=true drawState=1
06-20 21:15:20.348 4808 5018 D ActivityManager: post active user change for 0 fullscreen true isHomeActivity() true
06-20 21:15:20.348 4808 5018 I WallpaperManagerService: switchPersonaWallpaper is called for personaId-0
06-20 21:15:20.348 4808 4808 I CAE : handleMessage(CaPowerManager.java:167) - AP_WAKEUP
06-20 21:15:20.348 4808 4808 I CAE : updateApPowerStatus(SensorHubParserProvider.java:447) - AP_WAKEUP
06-20 21:15:20.349 4808 6748 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = net.dinglisch.android.taskerm,userId = 0
06-20 21:15:20.349 4808 6748 D API test: getContainerInfo: value is
06-20 21:15:20.349 4808 6748 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = net.dinglisch.android.taskerm,userId = 0
06-20 21:15:20.349 4808 6748 D API test: getContainerInfo: value is
06-20 21:15:20.349 4808 4808 I CAE : getContextType(FreeFallDetection.java:25) - FFD getContextType
06-20 21:15:20.350 10960 10960 V InputMethodManager: Starting input: tba=android.view.inputmethod.EditorInfo@822388f nm : com.teslacoilsw.launcher ic=null
06-20 21:15:20.350 10960 10960 I InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus
06-20 21:15:20.350 4808 6759 D InputMethodManagerService: startInputOrWindowGainedFocus : startInput
06-20 21:15:20.351 4808 6759 D InputMethodManagerService: setCurrentInputInfo - inputContext : null eidtorInfo : android.view.inputmethod.EditorInfo@3261e28 missingMethods : 0
06-20 21:15:20.351 4808 4808 I CAE : sendCmdToSensorHub(SensorHubCommManager.java:158) - -76, 13, -47, 0,
06-20 21:15:20.351 4808 4978 D SensorService: setSContextDataLocked ints length 2 , byte length 4
06-20 21:15:20.351 4267 4267 D Sensors : poll_inject_sensor_data
06-20 21:15:20.351 4267 4267 D Sensors : b4 0d d1 00
06-20 21:15:20.351 4267 4267 E Sensors : inject_scontext_data: New ssp_data_injection_fd(31)
06-20 21:15:20.351 4267 4267 D Sensors : SContext Data Injection return 4
06-20 21:15:20.352 4808 4808 I CAE : handleMessage(CaPowerManager.java:173) - AP_WAKEUP_Already_Delivered
06-20 21:15:20.352 4808 4976 D SensorHubManager: onGetSensorHubDataLocked: library(11) = 1, 1, 48, 0, 0, 0, 113, 0, 0, 0, 44
06-20 21:15:20.352 4808 4977 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :11], AP_WAKEUP
06-20 21:15:20.353 4808 4977 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 11
06-20 21:15:20.353 4808 4977 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 48, 0, 0, 0, 113, 0, 0, 0, 44,
06-20 21:15:20.355 4808 4977 D CAE : display(ContextProvider.java:375) - ================= AUTO_BRIGHTNESS =================
06-20 21:15:20.355 4808 4977 I CAE : display(ContextProvider.java:391) - Candela=[113], AmbientLux=[44]
06-20 21:15:20.355 4808 4947 I WindowManager: Waiting for drawn Window{1d751ea u0 com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher}: removed=false visible=true mHasSurface=true drawState=1
06-20 21:15:20.355 4808 4947 I WindowManager: Waiting for drawn Window{cfbd011 u0 com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher}: removed=false visible=true mHasSurface=true drawState=1
06-20 21:15:20.356 8306 8306 I InputMethodWrapper: call dispatchStartInputWithToken
06-20 21:15:20.356 8306 8306 I InputMethodService: dispatchStartInputWithToken
06-20 21:15:20.357 8306 8306 I GoogleInputMethod: onFinishInput() : Dummy InputConnection bound
06-20 21:15:20.360 4808 4808 D NetworkPolicy: mChargingStateReceiver: newState(false), oldState(true)
06-20 21:15:20.360 4808 4808 D WallpaperManagerService: force update = false; persona id = 0; current user =0; current persona = 0
06-20 21:15:20.361 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:15:20.361 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=true, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.fulminesoftware.batteryindicator user=UserHandle{0} id=2517 tag=null key=0|com.fulminesoftware.batteryindicator|2517|null|10195: Notification(channel=null pri=0 contentView=com.fulminesoftware.batteryindicator/0x7f030016 vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:15:20.361 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=1 mCondition=0 mIsConnected=false0
06-20 21:15:20.361 4808 4808 D EdgeLightingManager: showForNotificationScreenOn : return false by isAvailableEdgeLighting.
06-20 21:15:20.362 4808 4808 D SamsungAlarmManager: Cancel Alarm calling from uid:1000 pid :4808 / op:PendingIntent{8351c75: PendingIntentRecord{60fe257 android broadcastIntent}}
06-20 21:15:20.362 4808 4808 D SamsungAlarmManager: Cancel Alarm calling from uid:1000 pid :4808 / op:PendingIntent{e6a011: PendingIntentRecord{828b768 android broadcastIntent}}
06-20 21:15:20.362 17435 17435 D Notification: allPendingIntents
06-20 21:15:20.364 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:15:20.364 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=true, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=net.dinglisch.android.taskerm user=UserHandle{0} id=2147483647 tag=null key=0|net.dinglisch.android.taskerm|2147483647|null|10214: Notification(channel=null pri=-2 contentView=null vibrate=null sound=null defaults=0x0 flags=0x6a color=0x00000000 category=service number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:15:20.364 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=1 mCondition=0 mIsConnected=false0
06-20 21:15:20.364 4808 4808 D EdgeLightingManager: showForNotificationScreenOn : return false by isAvailableEdgeLighting.
06-20 21:15:20.368 4808 5646 D Notification: allPendingIntents
06-20 21:15:20.368 9890 9890 D ViewRootImpl@4ff3f2e[NovaLauncher]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 2960, 1440) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=2
06-20 21:15:20.369 5294 5721 D NetworkController.MobileSignalController(0/1): onSignalStrengthsChanged signalStrength=SignalStrength: 5 99 -5 -200 -5 -200 -1 8 -103 -9 0 8 0 2147483647 0x2002 P gsm|lte level=2
06-20 21:15:20.369 5294 5721 D NetworkController.MobileSignalController(0/1): getMobileIconGroup(): 13
06-20 21:15:20.371 4808 4981 D SemContextService: Service.updateContext() : service = Auto Brightness
06-20 21:15:20.371 10960 10960 D ViewRootImpl@bd8338e[NovaLauncher]: MSG_RESIZED_REPORT: frame=Rect(0, 0 - 2960, 1440) ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=2
06-20 21:15:20.373 4808 5646 D Notification: allPendingIntents
06-20 21:15:20.383 4808 10122 D GameManagerService: identifyGamePackage. com.teslacoilsw.launcher
06-20 21:15:20.385 8306 8306 I GoogleInputMethod: onStartInput() : Dummy InputConnection bound
06-20 21:15:20.386 4808 6748 D Notification: allPendingIntents
06-20 21:15:20.389 4808 5241 D SContextManager: onSContextChanged() : event = Auto Brightness
06-20 21:15:20.389 4808 5241 D AutomaticBrightnessController: [DAB] onSensorHubChanged : 1st lux = 44.0, 1st candela = 113.0
06-20 21:15:20.389 4808 5241 D AutomaticBrightnessController: [DAB] updateAutoBrightnessSEC : 102(102.0) 5.0 < 44.0 < 250.0 (0.0)
06-20 21:15:20.389 4808 5241 D AutomaticBrightnessController: mCallbacks.updateBrightness()
06-20 21:15:20.389 4808 5241 D PowerManagerUtil: fileWriteInt to /sys/class/lcd/panel/lux, 44
06-20 21:15:20.389 4808 5641 D Notification: allPendingIntents
06-20 21:15:20.389 4808 5018 D Notification: allPendingIntents
06-20 21:15:20.389 4808 4853 D DisplayPowerController: animateScreenStateChange: target2
06-20 21:15:20.389 4808 4853 D DisplayPowerController: animateScreenStateChange: return as screen on blocked
06-20 21:15:20.389 4808 5038 D ConnectivityService: filterNetworkStateForUid() uid: 10419 networkInfo: [type: WIFI[] - WIFI, state: DISCONNECTED/BLOCKED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.390 4808 10122 D GamePkgDataHelper: getGamePkgData(). com.teslacoilsw.launcher
06-20 21:15:20.393 6068 6068 D io_stats: !@ 8,0 r 8152482 471422996 w 4227993 77261764 d 382429 34807868 f 1065455 1083220 iot 4382536 3602411 th 307200 0 0 pt 0 inp 2 0 193923.736
06-20 21:15:20.395 5294 5294 I FingerprintManager: handleMessage = 104, 5, 0
06-20 21:15:20.395 5294 5294 D KeyguardFingerPrint: onAuthenticationError()
06-20 21:15:20.396 23419 23670 E fb4a.JS_LOADER: loading js bundle Fb4aBundle.js.hbc use hermes on. Perftest info: prepack gk off prepack build constant off
06-20 21:15:20.397 4808 5038 D ConnectivityService: filterNetworkStateForUid() uid: 10443 networkInfo: [type: WIFI[] - WIFI, state: DISCONNECTED/BLOCKED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.397 4808 6747 D Notification: allPendingIntents
06-20 21:15:20.398 4808 5409 D Notification: allPendingIntents
06-20 21:15:20.398 4808 6748 D Notification: allPendingIntents
06-20 21:15:20.398 4808 4808 D TelephonyManager: getCellLocation : Caller (PID / UID / TID): 4808 / 1000 / 4808
06-20 21:15:20.399 23419 23670 E fb4a.JS_LOADER: loading js bundle Fb4aBundle.js.hbc use hermes on. Perftest info: prepack gk off prepack build constant off
06-20 21:15:20.397 4808 5038 D ConnectivityService: filterNetworkStateForUid() uid: 10443 networkInfo: [type: WIFI[] - WIFI, state: DISCONNECTED/BLOCKED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.399 4808 5241 D PowerManagerUtil: fileWriteInt to /sys/class/backlight/panel/auto_brightness, 2
06-20 21:15:20.400 4808 6295 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.pranavpandey.rotation,userId = 0
06-20 21:15:20.400 4808 5241 D PowerManagerUtil: fileWriteInt to /sys/class/mdnie/mdnie/auto_brightness, 2
06-20 21:15:20.400 4808 6295 D API test: getContainerInfo: value is
06-20 21:15:20.400 4808 5018 D Notification: allPendingIntents
06-20 21:15:20.401 23419 23670 E fb4a.JS_LOADER: loading js bundle Fb4aBundle.js.hbc use hermes on. Perftest info: prepack gk off prepack build constant off
06-20 21:15:20.401 9890 9890 I StreamController: registerScope: nowcards-5684104743889509554
06-20 21:15:20.401 4808 5038 D ConnectivityService: filterNetworkStateForUid() uid: 10443 networkInfo: [type: WIFI[] - WIFI, state: DISCONNECTED/BLOCKED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.403 4808 4853 D DisplayPowerController: Tracking Direct to etc : 102
06-20 21:15:20.403 4808 4853 D DisplayPowerController: getFinalBrightness : Summary is 102 -> 102
06-20 21:15:20.403 4808 4853 D DisplayPowerController: Animating brightness: target=102, rate=0 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1))
06-20 21:15:20.403 4808 5038 D ConnectivityService: filterNetworkStateForUid() uid: 10443 networkInfo: [type: WIFI[] - WIFI, state: DISCONNECTED/BLOCKED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.403 4808 4853 D DisplayPowerController: animateScreenStateChange: target2
06-20 21:15:20.403 4808 4853 D DisplayPowerController: animateScreenStateChange: return as screen on blocked
06-20 21:15:20.403 4808 5409 D PowerManagerService: [api] [s] userActivity : event: 0 flags: 0 (uid: 10004 pid: 5294) eventTime = 193923738
06-20 21:15:20.403 4808 6745 D Notification: allPendingIntents
06-20 21:15:20.404 4808 6295 D ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.pranavpandey.rotation,userId = 0
06-20 21:15:20.404 4808 6295 D API test: getContainerInfo: value is
06-20 21:15:20.404 4808 4853 D DisplayPowerController: getFinalBrightness : Summary is 102 -> 102
06-20 21:15:20.404 4808 4853 D DisplayPowerController: Animating brightness: target=102, rate=500 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1))
06-20 21:15:20.404 4808 6748 V WindowManager: finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING Window{1d751ea u0 com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher} in Surface(name=com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher)
06-20 21:15:20.404 4808 4827 D Notification: allPendingIntents
06-20 21:15:20.405 5294 5294 D KeyguardFingerPrint: handleFingerprintError( 5 )
06-20 21:15:20.408 4808 5038 D ConnectivityService: filterNetworkStateForUid() uid: 10443 networkInfo: [type: WIFI[] - WIFI, state: DISCONNECTED/BLOCKED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.409 4808 10122 D PowerManagerService: [api] setMasterBrightnessLimit : minBrightnss : -1 maxBrightness : -1 (uid: 1000 pid: 4808)
06-20 21:15:20.412 4808 6748 D Notification: allPendingIntents
06-20 21:15:20.415 4808 5038 D ConnectivityService: filterNetworkStateForUid() uid: 10443 networkInfo: [type: WIFI[] - WIFI, state: DISCONNECTED/BLOCKED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.416 4808 5038 I chatty : uid=1000(system) NetworkPolicy identical 7 lines
06-20 21:15:20.416 4808 5038 D ConnectivityService: filterNetworkStateForUid() uid: 10443 networkInfo: [type: WIFI[] - WIFI, state: DISCONNECTED/BLOCKED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.416 4808 4947 I WindowManager: Waiting for drawn Window{1d751ea u0 com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher}: removed=false visible=true mHasSurface=true drawState=4
06-20 21:15:20.416 4808 4947 D WindowManager: Window drawn win=Window{1d751ea u0 com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher}
06-20 21:15:20.416 4808 4947 I WindowManager: Waiting for drawn Window{cfbd011 u0 com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher}: removed=false visible=true mHasSurface=true drawState=1
06-20 21:15:20.416 4808 5038 D ConnectivityService: filterNetworkStateForUid() uid: 10459 networkInfo: [type: WIFI[] - WIFI, state: DISCONNECTED/BLOCKED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.422 4808 4947 I WindowManager: Waiting for drawn Window{cfbd011 u0 com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher}: removed=false visible=true mHasSurface=true drawState=1
06-20 21:15:20.425 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:15:20.425 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:15:20.425 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:15:20.425 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:15:20.425 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:15:20.425 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:15:20.425 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;outDevice
06-20 21:15:20.425 4418 4592 V APM_AudioPolicyManager: getNewOutputDevice() selected device 0
06-20 21:15:20.425 4418 4592 V APM_AudioPolicyManager: ### curdevice : 2
06-20 21:15:20.426 4808 4970 I BarTender:BatteryStatsDumper: refreshstats completed
06-20 21:15:20.427 381 381 D EventBus: No subscribers registered for event class com.joaomgcd.common.license.e
06-20 21:15:20.428 381 381 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:15:20.428 4808 6760 D ConnectivityService: filterNetworkStateForUid() uid: 10094 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.429 26601 26601 W zygote64: Suspending all threads took: 10.293ms
06-20 21:15:20.430 4808 6586 D SamsungAlarmManager: setExact Intent (T:0/F:5/AC:false) 20180620T212511 - CU:10214/CP:6569
06-20 21:15:20.431 4808 6586 D SamsungAlarmManager: Cancel Alarm calling from uid:10214 pid :6569 / op:PendingIntent{563067d: PendingIntentRecord{bbb0e5b net.dinglisch.android.taskerm broadcastIntent}}
06-20 21:15:20.431 4808 5038 D ConnectivityService: filterNetworkStateForUid() uid: 10480 networkInfo: [type: WIFI[] - WIFI, state: DISCONNECTED/BLOCKED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.432 4808 4808 D EdgeLightingManager: isCallingUserSupported : callingUserId=0, mUserId=0, isDualAppId=false
06-20 21:15:20.432 4808 4808 D EdgeLightingManager: showForNotification : isInteractive=true, isHeadUp=false, color=0, sbn = StatusBarNotification(pkg=com.pranavpandey.rotation user=UserHandle{0} id=1 tag=null key=0|com.pranavpandey.rotation|1|null|10613: Notification(channel=notification_channel_service pri=-2 contentView=null vibrate=null sound=null defaults=0x0 flags=0x62 color=0xff3f51b5 actions=3 number=0 vis=PRIVATE semFlags=0x0 semPriority=0 semMissedCount=0))
06-20 21:15:20.432 4808 4808 D EdgeLightingClientManager: isAvailableEdgeLighting: condition=1 mCondition=0 mIsConnected=false0
06-20 21:15:20.432 4808 4808 D EdgeLightingManager: showForNotificationScreenOn : return false by isAvailableEdgeLighting.
06-20 21:15:20.433 4808 5038 D ConnectivityService: filterNetworkStateForUid() uid: 10539 networkInfo: [type: WIFI[] - WIFI, state: DISCONNECTED/BLOCKED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.435 4808 5018 D Notification: allPendingIntents
06-20 21:15:20.436 4808 6748 D Notification: allPendingIntents
06-20 21:15:20.436 4808 6745 D Notification: allPendingIntents
06-20 21:15:20.436 4808 6759 D Notification: allPendingIntents
06-20 21:15:20.437 4808 5409 D Notification: allPendingIntents
06-20 21:15:20.438 4808 4827 D Notification: allPendingIntents
06-20 21:15:20.443 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:15:20.443 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:15:20.443 4808 10122 D AudioService: active stream is 0x0
06-20 21:15:20.445 4808 6747 D SamsungAlarmManager: setExact Listener (T:3/F:1/AC:false) 20180620T212020 - CU:10034/CP:6194
06-20 21:15:20.448 4808 6295 D SamsungAlarmManager: Cancel Alarm calling from uid:10214 pid :6569 / op:PendingIntent{9d48a40: PendingIntentRecord{bbb0e5b net.dinglisch.android.taskerm broadcastIntent}}
06-20 21:15:20.450 4418 4592 V APM_AudioPolicyManager: getAudioPolicyConfig: audioParam;activeStream
06-20 21:15:20.450 4808 6747 D SamsungAlarmManager: Cancel Alarm calling from uid:10214 pid :6569 / op:PendingIntent{f1e8d79: PendingIntentRecord{bbb0e5b net.dinglisch.android.taskerm broadcastIntent}}
06-20 21:15:20.450 4418 4592 V APM_AudioPolicyManager: ### active stream : 0
06-20 21:15:20.450 4808 10122 D AudioService: active stream is 0x0
06-20 21:15:20.451 4808 10122 D AudioService: GetAppDevice, uid=1000
06-20 21:15:20.451 4808 10122 D AudioService: getStreamVolume 3 index 150
06-20 21:15:20.458 4808 6747 D SamsungAlarmManager: setInexact Intent (T:0/F:0/AC:false) 20180620T212011 - CU:10214/CP:6569
06-20 21:15:20.459 4808 10122 D SSRM:d : SIOP:: AP = 380, PST = 384 (W:15), BAT = 376, USB = 349, CHG = 424, CP = 369, WF = 379, WFPst = 376 (W:15)
06-20 21:15:20.463 4808 6295 D SamsungAlarmManager: Cancel Alarm calling from uid:10214 pid :6569 / op:PendingIntent{110e71f: PendingIntentRecord{f5b3741 net.dinglisch.android.taskerm broadcastIntent}}
06-20 21:15:20.466 6194 24243 I GCoreUlr: Successfully inserted 1 locations
06-20 21:15:20.470 4808 6295 D ConnectivityService: filterNetworkStateForUid() uid: 10214 networkInfo: [type: WIFI_P2P[] - WIFI_P2P, state: DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.471 4808 6295 D ConnectivityService: filterNetworkStateForUid() uid: 10214 networkInfo: [type: VPN[] - VPN, state: CONNECTED/CONNECTED, reason: agentConnect, extra: (none), failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.471 4808 6295 D ConnectivityService: filterNetworkStateForUid() uid: 10214 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.471 4808 4976 D SensorHubManager: onGetSensorHubDataLocked: library(94) = 1, 1, 44, 1, 1, 7, 3, -28, -19, 119, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, 101, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, 103, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -101, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -102, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -101, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 92, 106
06-20 21:15:20.471 4808 4977 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :94], AP_WAKEUP
06-20 21:15:20.471 4808 4977 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 94
06-20 21:15:20.472 4808 4977 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 44, 1, 1, 7, 3, -28, -19, 119, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, 101, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, 103, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -101, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -102, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, 97, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -22, -101, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 92, 106,
06-20 21:15:20.472 4808 4977 I CAE : parse(SLMonitorRunner.java:301) - parse:4
06-20 21:15:20.472 4808 4977 D CAE : parse(SLMonitorRunner.java:323) - dataSize:7
06-20 21:15:20.472 4808 4977 D CAE : display(SLMonitorRunner.java:604) - ================= STEP_LEVEL_MONITOR =================
06-20 21:15:20.472 4808 4977 I CAE : display(SLMonitorRunner.java:721) - DT=[1], DC=[7], TS=[1529518134647], ST=[SE,SE,SE,SE,SE,SE,SE], SC=[0,0,0,0,0,0,0], DI=[0.0,0.0,0.0,0.0,0.0,0.0,0.0], CA=[0.0,0.0,0.0,0.0,0.0,0.0,0.0], DU=[60005,60007,60059,60058,60001,60059,23658]
06-20 21:15:20.473 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:15:20.473 4808 4981 D SemContextService: Service.updateContext() : service = Step Level Monitor
06-20 21:15:20.474 8055 8055 D BxEventMonitor: :Ph::action : android.intent.action.SCREEN_ON
06-20 21:15:20.474 8055 8055 D BxEventMonitor: :Ph::>>> Intent.ACTION_SCREEN_ON
06-20 21:15:20.475 9133 9476 I Sensor[0x06]: [0x01] 33
06-20 21:15:20.475 9133 9476 I Sensor[0x04]: [0x01] 1529518134647[0x02] 0[0x03] 2[0x04] 60005
06-20 21:15:20.475 9133 9476 I Sensor[0x04]: [0x01] 1529518194652[0x02] 0[0x03] 2[0x04] 60007
06-20 21:15:20.475 9133 9476 I Sensor[0x04]: [0x01] 1529518254659[0x02] 0[0x03] 2[0x04] 60059
06-20 21:15:20.475 9133 9476 I Sensor[0x04]: [0x01] 1529518314718[0x02] 0[0x03] 2[0x04] 60058
06-20 21:15:20.475 9133 9476 I Sensor[0x04]: [0x01] 1529518374776[0x02] 0[0x03] 2[0x04] 60001
06-20 21:15:20.475 9133 9476 I Sensor[0x04]: [0x01] 1529518434777[0x02] 0[0x03] 2[0x04] 60059
06-20 21:15:20.475 9133 9476 I Sensor[0x04]: [0x01] 1529518494836[0x02] 0[0x03] 2[0x04] 23658
06-20 21:15:20.476 4808 5409 D ConnectivityService: filterNetworkStateForUid() uid: 10094 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.480 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:15:20.482 5294 5294 D StatusBar.BrightnessController: BrightnessObserver.onChanged() : BRIGHTNESS_PMS_MARKER_SCREEN
06-20 21:15:20.482 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:15:20.484 4808 6586 D SamsungAlarmManager: setExact Intent (T:2/F:1/AC:false) 20180620T212511 - CU:10127/CP:23419
06-20 21:15:20.485 5294 5721 V StatusBar.BrightnessController: UpdateSliderRunnable = 102
06-20 21:15:20.490 4808 6295 D SamsungAlarmManager: Cancel Alarm calling from uid:10214 pid :6569 / op:PendingIntent{e718835: PendingIntentRecord{3b34abe net.dinglisch.android.taskerm broadcastIntent}}
06-20 21:15:20.491 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:15:20.492 4808 4808 D EdmStorageProvider: getCount(ClientCertificateManagerTable) - 0
06-20 21:15:20.494 4808 4808 I MdnieScenarioControlService: action : android.intent.action.SCREEN_ON
06-20 21:15:20.494 4808 4808 D MdnieScenarioControlService: isLockScreenOn : false
06-20 21:15:20.495 4808 4808 I WifiTrafficPoller: evaluateTrafficStatsPolling
06-20 21:15:20.496 26601 26601 D DataBaseHelper_0: DataBaseHelper:getInstance countInstance[1]countConstructor[1]
06-20 21:15:20.497 4808 4808 D LightsService: [api] [SvcLED] turnOff:: id = 4 (uid: 1000 pid: 4808)
06-20 21:15:20.497 4808 4808 D PowerManagerUtil: fileWriteString to /sys/power/wake_lock, LightsService
06-20 21:15:20.497 4808 4808 D LightsService: [SvcLED] setSvcLedStateLocked:: SvcLEDState : 0x0 -> 0x0 | SvcLED(id=4) set Off
06-20 21:15:20.498 4808 4858 D LightsService: [SvcLED] handleForcedSvcLEDTask()
06-20 21:15:20.498 4808 4858 D LightsService: [SvcLED] setSvcLedLightLocked :: Current SvcLED(id=3) maintains its priority right
06-20 21:15:20.498 4808 4858 D PowerManagerUtil: fileWriteString to /sys/power/wake_unlock, LightsService
06-20 21:15:20.498 4808 4808 D SmartAlertController: ACTION_SCREEN_ON
06-20 21:15:20.500 24957 24968 I Finsky : [11790] com.google.android.finsky.billing.iab.ab.b(155): com.joaomgcd.autonotification: Account determined from installer data - [y-bKqAIEzymr1pKK9rvSjdgQJGY]
06-20 21:15:20.501 4255 4255 D audio_hw_primary: device-adev_set_parameters: enter with key(screen_state=on)
06-20 21:15:20.501 4255 4255 I audio_hw_primary: device-adev_set_parameters: Screen State = on)
06-20 21:15:20.502 4418 4592 V MultiRecordManager: setParameters(): io 0, keyvalue screen_state=on, calling pid 4808
06-20 21:15:20.502 4808 4808 D AudioService: Sending DVFS message = MSG_SET_DVFS_FOR_SOUNDALIVE
06-20 21:15:20.503 4808 4808 D SamsungAlarmManager: Cancel Alarm calling from uid:1000 pid :4808 / op:PendingIntent{2e4efbd: PendingIntentRecord{dadc77 android broadcastIntent}}
06-20 21:15:20.505 4808 6747 D ConnectivityService: filterNetworkStateForUid() uid: 10094 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.509 9890 22491 W LocationOracle: No location history returned by ContextManager
06-20 21:15:20.509 4808 4808 D UniversalCredentialManagerService: inside mBReciever onReceive : android.intent.action.SCREEN_ON
06-20 21:15:20.509 4808 4808 D UniversalCredentialManagerService: ****MSG_LOCK_STATUS_UPDATE block started****
06-20 21:15:20.509 4808 4808 D UniversalCredentialManagerService: notifyChangeToPlugin is called for Lock status update...
06-20 21:15:20.509 4808 4808 D UcmService: notifyChangeToPlugin event 16
06-20 21:15:20.509 4808 4808 D UcmService: checkCallerPermissionFor is called for method-notifyChangeToPlugin
06-20 21:15:20.509 4808 4808 D UniversalCredentialManagerService: ****MSG_LOCK_STATUS_UPDATE block ended****
06-20 21:15:20.511 4808 5043 D SamsungAlarmManager: Cancel Alarm calling from uid:1000 pid :4808 / op:PendingIntent{5b3d9b2: PendingIntentRecord{b941d03 android broadcastIntent}}
06-20 21:15:20.512 26601 26601 D DataBaseHelper_0: DataBaseHelper:getInstance countInstance[2]countConstructor[2]
06-20 21:15:20.512 4808 4808 I KnoxKeyguardScrimView: scrim receiver onReceive. action:android.intent.action.SCREEN_ON
06-20 21:15:20.513 4808 5249 D KnoxKeyguardScrimView: MSG_CHECK_KEYGUARD_SERVICE_RUNNING
06-20 21:15:20.513 4808 5499 D GnssLocationProvider: receive broadcast intent, action: android.intent.action.SCREEN_ON
06-20 21:15:20.514 4808 6023 D ConnectivityService: filterNetworkStateForUid() uid: 10094 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.515 5506 5506 D EventReceiver_FLP: BroadcastReceiver : ACTION_SCREEN_ON
06-20 21:15:20.517 5582 5582 D NfcService: Top activity class name = com.teslacoilsw.launcher.NovaLauncher
06-20 21:15:20.517 5582 5582 D NfcService: FactoryTestApp is not running, keep going
06-20 21:15:20.518 5506 5542 D EventHandler_FLP: SCREEN : ON
06-20 21:15:20.520 4808 5409 V WindowManager: finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING Window{cfbd011 u0 com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher} in Surface(name=com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher)
06-20 21:15:20.520 5294 5294 D swipe : !isFreemformEnabled
06-20 21:15:20.525 4808 4947 I WindowManager: Waiting for drawn Window{cfbd011 u0 com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher}: removed=false visible=true mHasSurface=true drawState=4
06-20 21:15:20.525 4808 4947 D WindowManager: Window drawn win=Window{cfbd011 u0 com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher}
06-20 21:15:20.525 4808 4947 D WindowManager: All windows drawn!
06-20 21:15:20.525 5582 5582 I NfcService: When receiving ACTION_SCREEN_ON, S view cover is already opened. So screenState is ON_UNLOCKED by isKeyguardLocked()
06-20 21:15:20.526 4808 4851 I WindowManager: All windows ready for display!
06-20 21:15:20.527 4808 4842 W WindowManager: Setting mWindowManagerDrawComplete
06-20 21:15:20.530 26601 26601 D DataBaseHelper_0: DataBaseHelper:getInstance countInstance[1]countConstructor[1]
06-20 21:15:20.533 4808 4842 W CAE : setCAProperty(ContextAwareService.java:589) - [setProperty 01] Mutex is locked for AUTO_ROTATION
06-20 21:15:20.533 4808 4842 I CAE : setPropertyValue(AutoRotationRunner.java:119) - Device Type = 0.0
06-20 21:15:20.533 4808 4842 I CAE : setCAProperty(ContextAwareService.java:594) - result : true
06-20 21:15:20.533 4808 4842 W CAE : setCAProperty(ContextAwareService.java:595) - [setProperty 02] Mutex is unlocked for AUTO_ROTATION
06-20 21:15:20.534 4808 4842 W CAE : registerCallback(ContextAwareService.java:155) - [regi 01] Mutex is locked for AUTO_ROTATION
06-20 21:15:20.534 4808 4842 V CAE : start(ContextProvider.java:128)
06-20 21:15:20.534 4808 4842 V CAE : clear(AutoRotationRunner.java:182)
06-20 21:15:20.534 4808 4842 V CAE : enable(AutoRotationRunner.java:158)
06-20 21:15:20.534 4808 4842 I CAE : sendCmdToSensorHub(SensorHubCommManager.java:158) - -79, 7, 0, 0,
06-20 21:15:20.535 5294 5721 D NetworkController.MobileSignalController(0/1): onDataActivity: direction=0
06-20 21:15:20.535 5294 5721 D NetworkController.MobileSignalController(0/1): onDataActivity: direction=0
06-20 21:15:20.535 4808 4978 D SensorService: setSContextDataLocked ints length 2 , byte length 4
06-20 21:15:20.535 4267 4267 D Sensors : poll_inject_sensor_data
06-20 21:15:20.535 4267 4267 D Sensors : b1 07 00 00
06-20 21:15:20.535 4267 4267 E Sensors : inject_scontext_data: New ssp_data_injection_fd(31)
06-20 21:15:20.536 5601 5934 D VolteServiceModule: onSreenOnOffChanged: on =1
06-20 21:15:20.536 5601 5934 D StackIF[-1]: updateScreenOnOff: on 1
06-20 21:15:20.541 4267 4267 D Sensors : SContext Data Injection return 4
06-20 21:15:20.541 4808 4842 D CAE : getFaultDetectionResult(AutoRotationRunner.java:195) - true
06-20 21:15:20.541 4808 4842 I CAE : notifyCmdProcessResultObserver(ContextProvider.java:627) - CheckResult = 0, Cause = Success
06-20 21:15:20.542 5582 26625 D NfcService: call the applyRouting
06-20 21:15:20.546 26601 26601 D DataBaseHelper_0: DataBaseHelper:getInstance countInstance[2]countConstructor[2]
06-20 21:15:20.551 5601 5934 D SECIMSJ[-1]: [0565]> REQUEST_UPDATE_COMMON_CONFIG
06-20 21:15:20.551 5601 5931 D [IMS6.0]: IMS_onResponse() Resp Id:101
06-20 21:15:20.551 4808 4842 D CAE : doCommendProcess(ContextAwareService.java:444) - complete notify the operation result.
06-20 21:15:20.552 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:15:20.552 4808 4842 I CAE : displayUsedCountForService(ContextAwareService.java:536) - totalCnt = 1, serviceCount = 1, subCollectionCount = 0
06-20 21:15:20.553 4808 4842 D CAE : showListenerList(ContextAwareService.java:377) - ===== Context Aware Service List =====
06-20 21:15:20.553 4808 4842 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@36ccbd4, Service : PEDOMETER(1)
06-20 21:15:20.553 4808 4842 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@7f4a222, Service : ACTIVITY_TRACKER_BATCH(1)
06-20 21:15:20.553 4808 4842 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@f2d925d, Service : STEP_LEVEL_MONITOR(1)
06-20 21:15:20.553 4808 4842 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@af12d18, Service : FREE_FALL_DETECTION(1)
06-20 21:15:20.553 4808 4842 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@2a0e911, Service : SLOCATION_RUNNER(1)
06-20 21:15:20.553 4808 4842 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@331e39c, Service : SENSOR_STATUS_CHECK_RUNNER(1)
06-20 21:15:20.553 4808 4842 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@c40d35d, Service : ACTIVITY_TRACKER_INTERRUPT(1)
06-20 21:15:20.553 4808 4842 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@53dc88b, Service : ANY_MOTION_DETECTOR_RUNNER(1)
06-20 21:15:20.553 4808 4842 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@425000d, Service : AUTO_BRIGHTNESS(1)
06-20 21:15:20.554 4808 4842 I CAE : showListenerList(ContextAwareService.java:386) - Listener : com.samsung.android.contextaware.manager.ContextAwareService$Listener@629b17, Service : AUTO_ROTATION(1)
06-20 21:15:20.554 4808 4842 W CAE : registerCallback(ContextAwareService.java:191) - [regi 02] Mutex is unlocked for AUTO_ROTATION
06-20 21:15:20.554 4808 4842 D SemContextService: .registerCallback : 9, client=
06-20 21:15:20.554 4808 4842 D SemContextService: ===== SemContext Service List =====
06-20 21:15:20.554 4808 4842 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@eec94e4, Service : Activity Batch
06-20 21:15:20.554 4808 4842 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@e3f0a70, Service : Activity Batch
06-20 21:15:20.554 4808 4842 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@d729513, Service : SLocation Core
06-20 21:15:20.554 4808 4842 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@4eaed68, Service : Any Motion Detector
06-20 21:15:20.554 4808 4842 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@8b4d140, Service : Step Level Monitor
06-20 21:15:20.554 4808 4842 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@8b4d140, Service : Pedometer
06-20 21:15:20.554 4808 4842 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@6f6497a, Service : Sensor Status Check
06-20 21:15:20.554 4808 4842 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@73b04, Service : Auto Rotation
06-20 21:15:20.554 4808 4842 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@b4aedd3, Service : Auto Brightness
06-20 21:15:20.554 4808 4842 D SemContextService: Listener : com.samsung.android.hardware.context.SemContextService$Listener@a586725, Service : Free Fall Detection
06-20 21:15:20.554 4808 4842 D SemContextManager: .registerListener : listener = com.android.server.policy.WindowOrientationListener$OrientationSensorJudge@9bdae31, service=Auto Rotation
06-20 21:15:20.554 4808 4842 D WindowManager: finishScreenTurningOn: mAwake=true, mScreenOnEarly=true, mScreenOnFully=false, mKeyguardDrawComplete=true, mWindowManagerDrawComplete=true
06-20 21:15:20.554 4808 4842 I WindowManager: Finished screen turning on...
06-20 21:15:20.554 4808 4842 D DisplayPowerController: [api] WindowManagerPolicy.ScreenOnListener : Received onScreenOn().
06-20 21:15:20.554 4808 4853 I DisplayPowerController: Unblocked screen on after 458 ms
06-20 21:15:20.554 4808 4853 D DisplayPowerController: animateScreenStateChange: target2
06-20 21:15:20.554 4808 4853 D ColorFade: ColorFade is already prepared
06-20 21:15:20.554 4808 4853 D DisplayPowerController: ColorFade: onAnimationStart
06-20 21:15:20.554 4808 4853 D DisplayPowerState: !@ ColorFade exit
06-20 21:15:20.554 4808 4853 D PowerManagerService: [input device light] onColorFadeExit(true)
06-20 21:15:20.554 5601 5931 D StackIF : readMessage: messageType 1 tid 565 pduLength 10
06-20 21:15:20.555 4808 4853 D DisplayPowerController: getFinalBrightness : Summary is 102 -> 102
06-20 21:15:20.555 4808 4853 D DisplayPowerController: Animating brightness: target=102, rate=500 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1))
06-20 21:15:20.555 4808 4853 D DisplayPowerController: getFinalBrightness : Summary is 102 -> 102
06-20 21:15:20.555 4808 4853 D DisplayPowerController: Animating brightness: target=102, rate=500 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1))
06-20 21:15:20.555 4808 5242 D DisplayPowerState: Tracking!!: 102
06-20 21:15:20.556 4264 4264 D SEC LightsHAL: lcd : 10200 +
06-20 21:15:20.556 9890 9890 I StreamRenderer: maybeRegisterNowCardsScope(nowcards-5684104743889509554, com.google.android.sidekick.shared.remoteapi.CardRenderingContext@a49d05a)
06-20 21:15:20.558 5601 5931 D SECIMSJ[-1]: [0565]< REQUEST_UPDATE_COMMON_CONFIG
06-20 21:15:20.558 5601 5931 D StackIF[-1]: processResponse: reqId 2
06-20 21:15:20.558 5601 5931 D StackIF[-1]: processResponse: handle 0 result REQUEST_SUCCESS reason REASON_NO_ERROR
06-20 21:15:20.564 4264 4264 D SEC LightsHAL: lcd : 10200 -
06-20 21:15:20.569 4808 6023 D SamsungAlarmManager: setInexact Intent (T:2/F:0/AC:false) 20180620T211535 - CU:10034/CP:6194
06-20 21:15:20.569 4808 6023 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211535, SetElapsed=363278684, nowELAPSED=363263686
06-20 21:15:20.570 4808 4853 D DisplayPowerController: getFinalBrightness : Summary is 102 -> 102
06-20 21:15:20.570 4808 4853 D DisplayPowerController: Animating brightness: target=102, rate=500 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1))
06-20 21:15:20.570 4808 4853 V KeyguardServiceDelegate: onScreenTurnedOn()
06-20 21:15:20.571 5294 5881 D KeyguardViewMediator: notifyScreenTurnedOn
06-20 21:15:20.571 4808 4853 D DisplayPowerController: [M OS] Notify policy about screen turned on.
06-20 21:15:20.571 4808 4853 D PowerManagerService: [s] DisplayPowerCallbacks : onStateChanged()
06-20 21:15:20.571 4808 4853 D PowerManagerService: mDisplayReady: true
06-20 21:15:20.571 4808 4853 W PowerManagerService: Screen on took 483 ms
06-20 21:15:20.571 4808 4853 D PowerManagerService: handleSandman : stopDream
06-20 21:15:20.571 4808 4853 I DreamManagerService: Gently waking up from dream.
06-20 21:15:20.571 4808 4849 I DreamManagerService: Performing gentle wake from dream.
06-20 21:15:20.571 5294 5881 D WallpaperViewController: sendWallpaperCommand() ACTION_UNLOCK
06-20 21:15:20.572 4808 5240 I WindowManager: Finished waking up...
06-20 21:15:20.575 9890 9890 V InputMethodManager: Not IME target window, ignoring
06-20 21:15:20.575 8055 12907 D BixbyEventHandler: :Ph::def consumer: null
06-20 21:15:20.578 26601 26601 D KnoxUsageDB: getInstance - KnoxUsageDBHelper
06-20 21:15:20.578 26601 26601 D KnoxUsageDB: null == mDbHelperInstance - KnoxUsageDBHelper
06-20 21:15:20.579 8306 8306 I DeviceStatusMonitor: onReceive() : Action = android.intent.action.SCREEN_ON
06-20 21:15:20.583 4808 5409 I DreamManagerService: Leaving dreamland.
06-20 21:15:20.583 4808 5409 D PowerManagerService: [api] release WakeLock DOZE_WAKE_LOCK 'DreamManagerService' ACQ=-5m14s989ms (uid=1000 pid=4808) (0x0)
06-20 21:15:20.583 4808 4849 I DreamManagerService: Performing gentle wake from dream.
06-20 21:15:20.583 4808 4849 I DreamController: Stopping dream: name=ComponentInfo{com.samsung.android.app.aodservice/com.samsung.android.app.aodservice.DozeService}, isTest=false, canDoze=true, userId=0
06-20 21:15:20.583 4808 4853 D PowerManagerService: [api] DreamReceiver: onReceive: android.intent.action.DREAMING_STOPPED
06-20 21:15:20.584 4808 4808 D SamsungAlarmManager: Cancel Alarm calling from uid:1000 pid :4808 / op:PendingIntent{2e4efbd: PendingIntentRecord{dadc77 android broadcastIntent}}
06-20 21:15:20.584 22117 22117 I TraySpecificModeController: SpecificModeReceiver : action = android.intent.action.DREAMING_STOPPED
06-20 21:15:20.584 22117 22117 D TrayVisibilityController: onModeChanged : mode = 0
06-20 21:15:20.585 22117 22117 I Utils : isCurrentUser current = 0, ownerId = 0
06-20 21:15:20.585 22117 22117 I TrayVisibilityController: getComputedTrayVisible : keyguardState = 3
06-20 21:15:20.585 22117 22117 I TrayVisibilityController: updateTrayVisible: State=3 visible=2 mCurrentVisible=2 specificMode=0
06-20 21:15:20.585 22117 22117 D TrayStateController: setUiState 2 : -isHideByOrientationPolicy already 2
06-20 21:15:20.588 26601 26620 D libEGL : loaded /vendor/lib64/egl/libGLES_mali.so
06-20 21:15:20.589 4808 5409 D SamsungAlarmManager: Cancel Alarm calling from uid:10034 pid :6194 / op:PendingIntent{a216a21: PendingIntentRecord{f7a4569 com.google.android.gms broadcastIntent}}
06-20 21:15:20.592 4808 5409 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211545, SetElapsed=363288675, nowELAPSED=363263709
06-20 21:15:20.596 4808 4808 D SSRM:a : ACTION_SCREEN_ON wakeUp 11
06-20 21:15:20.596 4808 10122 I SensorService: createSensorEventConnection package name i.c
06-20 21:15:20.596 4808 10122 D SensorService: Calling batch handle==11 flags=0 rate=200000000 timeout== 0
06-20 21:15:20.596 4267 4267 D Sensors : M requested delay = 200000000, modified delay = 0
06-20 21:15:20.596 4267 4267 I Sensors : batch - proximity_pocket try to batching with 0
06-20 21:15:20.597 4267 4267 I Sensors : ProximityPocket old sensor_state 16385, new sensor_state : 51539623937 en : 1
06-20 21:15:20.598 6194 24243 W ctxmgr : [AclManager]null policy map (0) 67, clientInfo=(accnt=account#-517948760#, com.google.android.googlequicksearchbox(10094):com.google.android.googlequicksearchbox, vrsn=12211000, 1, 3pPkg = null , 3pMdlId = null , pid = 9890)
06-20 21:15:20.601 9890 22487 E GmsContextObserver: Failed to register context manager listener: Status{statusCode=unknown status code: 7503, resolution=null}
06-20 21:15:20.602 4808 10122 D SensorManager: registerListener :: 11, Proximity Pocket, 200000, 0,
06-20 21:15:20.602 4808 10122 I SensorService: createSensorEventConnection package name i.b
06-20 21:15:20.602 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:15:20.602 5294 5294 D KeyguardViewMediator: handleNotifyScreenTurnedOn
06-20 21:15:20.602 4808 10122 D SensorService: Calling batch handle==13 flags=0 rate=200000000 timeout== 0
06-20 21:15:20.602 5294 5294 D KeyguardUpdateMonitor: setLockNotificationClicked:false
06-20 21:15:20.603 4267 4267 I Sensors : batch - light_cct_sensor try to batching with 200000000
06-20 21:15:20.603 4267 4267 I Sensors : LightCCT_Sensor old sensor_state 16385, new sensor_state : 55834591233 en : 1
06-20 21:15:20.606 4808 10122 D SensorManager: registerListener :: 13, TMD4906 RGB Sensor, 200000, 0,
06-20 21:15:20.606 4808 10122 I SensorService: createSensorEventConnection package name i.d
06-20 21:15:20.606 4283 4283 I SurfaceFlinger: Display 0 HWC layers:
06-20 21:15:20.606 4283 4283 I SurfaceFlinger: type | handle | flag | format | source crop (l,t,r,b) | frame | name
06-20 21:15:20.606 4283 4283 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
06-20 21:15:20.606 4283 4283 I SurfaceFlinger: Device | 0x7b0b25af40 | 0002 | RGBA_8888 | 0.0 0.0 2960.0 1440.0 | 0 0 1440 2960 | com.maxelus.livewallpaper.amoled.LiveWallpaperService#1
06-20 21:15:20.606 4283 4283 I SurfaceFlinger: Device | 0x7b0ae41300 | 0000 | RGBA_8888 | 0.0 0.0 1440.0 2960.0 | 0 0 1440 2960 | com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher#0
06-20 21:15:20.606 4283 4283 I SurfaceFlinger: Device | 0x7b0ae40180 | 0000 | RGBA_8888 | 0.0 0.0 1224.0 52.0 | 108 0 1332 52 | #1
06-20 21:15:20.606 4283 4283 I SurfaceFlinger: Device | 0x7b0ae40ce0 | 0000 | RGBA_8888 | 0.0 0.0 720.0 52.0 | 720 2908 1440 2960 | #3
06-20 21:15:20.606 4283 4283 I SurfaceFlinger: Device | 0x7b0b25be20 | 0000 | RGBA_8888 | 0.0 0.0 1.0 1.0 | 720 1479 721 1480 | #2
06-20 21:15:20.606 4283 4283 I SurfaceFlinger: Client | 0x7b0ae41bc0 | 0000 | RGBA_8888 | 0.0 0.0 1440.0 2960.0 | 0 0 1440 2960 | Sys2410:dream#0
06-20 21:15:20.606 4283 4283 I SurfaceFlinger: Client | 0x7b0b25b020 | 0002 | RGBA_8888 | 0
06-20 21:15:20.607 4808 10122 D SensorService: Calling batch handle==1 flags=0 rate=20000000 timeout== 0
06-20 21:15:20.607 4283 4283 I SurfaceFlinger: .0 0.0 2960.0 1440.0 | 0 0 1440 2960 | ColorFade#0
06-20 21:15:20.607 4283 4283 I SurfaceFlinger:
06-20 21:15:20.609 6194 26627 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
06-20 21:15:20.609 6194 26627 I System.out: (HTTPLog)-Static: isSBSettingEnabled false
06-20 21:15:20.611 4430 4631 D DnsProxyListener: DNSDBG::dns addrinfo af 0
06-20 21:15:20.617 4808 10122 D SensorManager: registerListener :: 1, LSM6DSL Acceleration Sensor, 20000, 0,
06-20 21:15:20.618 5294 5294 D KeyguardServiceBoxContainer: handleScreenTurnedOn() why = 11
06-20 21:15:20.618 5294 5294 D ServiceBoxPageResetTimer: updateTimer() F=false
06-20 21:15:20.619 4808 5641 D AODManagerService: unregisterAODDozeCallbackInternal
06-20 21:15:20.624 6194 24243 W ctxmgr : [AclManager]null policy map (0) 67, clientInfo=(accnt=account#-517948760#, com.google.android.googlequicksearchbox(10094):com.google.android.googlequicksearchbox, vrsn=12211000, 1, 3pPkg = null , 3pMdlId = null , pid = 9890)
06-20 21:15:20.627 5294 5294 D LockIcon: mCurrentState = 0, mLastState = 0, mDeviceInteractive = true, mLastDeviceInteractive = true, mScreenOn = true, mLastScreenOn = false, force = false
06-20 21:15:20.627 5294 5294 I AOD_CLOCK@AnalogClockView: suspend : mSuspend = true, enable = true
06-20 21:15:20.634 5294 5294 D swipe : !isFreemformEnabled
06-20 21:15:20.637 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:15:20.639 26601 26601 I usagelog: received in receiver
06-20 21:15:20.639 26601 26601 I KnoxUsageLogPro: KnoxUsageReceiver onReceive :android.intent.action.ACTION_POWER_DISCONNECTED myUserId=0
06-20 21:15:20.642 4267 4389 E Sensors : Sensor : Meta event
06-20 21:15:20.645 9890 9890 I SpeechSettingsImpl: Exception device found.
06-20 21:15:20.645 9890 9890 I MicroDetectionState: Keep running DSP hotword
06-20 21:15:20.651 9890 9910 I zygote64: Background concurrent copying GC freed 60420(2MB) AllocSpace objects, 7(596KB) LOS objects, 50% free, 9MB/19MB, paused 2.959ms total 227.997ms
06-20 21:15:20.652 4808 4808 D SSRM:a : LazyScreenInPocket : event: 363263756937799 rgister: 1529518520596 363263713029376
06-20 21:15:20.652 4808 4808 D SSRM:a : LazyScreenInPocket : proxVal: 8.0
06-20 21:15:20.653 5294 5294 D KeyguardUpdateMonitor: handleStatusBarState( false )
06-20 21:15:20.656 9890 9890 W ServiceUpdateReceiver: Ignoring update for non-existing controller.
06-20 21:15:20.658 23343 23343 I AlwaysOnDisplay: !@AlwaysOnDisplay: constructor
06-20 21:15:20.665 4808 6747 D SamsungAlarmManager: setExact Listener (T:3/F:1/AC:false) 20180620T221520 - CU:10034/CP:6194
06-20 21:15:20.687 26601 26601 D KnoxUsageLogPro: KnoxUsageReceiver -processSystemEvents
06-20 21:15:20.689 4808 6747 D ConnectivityService: filterNetworkStateForUid() uid: 1250 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.694 26601 26601 I KnoxUsageLogPro: processSystemEvents: - No personas,Not registered, No need to process System intent
06-20 21:15:20.696 4808 6747 I ActivityManager: KPU : put [com.samsung.android.sm.policy] : 8285 K
06-20 21:15:20.696 4808 6747 I ActivityManager: Killing 25062:com.samsung.android.sm.policy/u0a155 (adj 906): DHA:empty #25
06-20 21:15:20.697 7213 7213 I [SC]DetectorReceiver: onReceive [android.intent.action.ACTION_POWER_DISCONNECTED]
06-20 21:15:20.705 23930 24191 I SEMS:SamsungAccount: [[OCP] ] URI : content://com.msc.openprovider.openContentProvider/tncRequest
06-20 21:15:20.706 23930 24191 I SEMS:SamsungAccount: [SCU] isHaveSA() - true
06-20 21:15:20.708 23930 24191 I SEMS:SamsungAccount: [[OCP] ] Cursor is not null
06-20 21:15:20.715 4808 26631 E BatteryStatsService: no controller energy info supplied
06-20 21:15:20.715 4808 26631 E BatteryStatsService: no controller energy info supplied
06-20 21:15:20.718 4808 4970 D SamsungAlarmManager: setInexact Intent (T:1/F:8/AC:false) 20180620T214520 - CU:1000/CP:4808
06-20 21:15:20.719 4808 6747 D StorageManagerService: getExternalStorageMountMode : 3
06-20 21:15:20.719 4808 6747 D StorageManagerService: getExternalStorageMountMode : 3
06-20 21:15:20.721 4808 6747 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 5012, packageName : com.samsung.android.sm.devicesecurity
06-20 21:15:20.721 4808 6747 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.sm.devicesecurity user:0
06-20 21:15:20.721 4808 6747 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
06-20 21:15:20.721 4808 6747 D ActivityManager: package com.samsung.android.sm.devicesecurity, user - 0 is SDcard whitelisted
06-20 21:15:20.721 4808 6747 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.sm.devicesecurity user:0
06-20 21:15:20.721 4808 6747 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
06-20 21:15:20.735 26633 26633 E Zygote : isWhitelistProcess - Process is Whitelisted
06-20 21:15:20.736 26633 26633 E libpersona: scanKnoxPersonas
06-20 21:15:20.736 26633 26633 E libpersona: Couldn't open the File - /data/system/users/0/personalist.xml - No such file or directory
06-20 21:15:20.737 4808 4853 D DisplayPowerController: ColorFade: onAnimationEnd
06-20 21:15:20.738 4808 4853 D DisplayPowerController: animateScreenStateChange: target2
06-20 21:15:20.738 4283 4331 I SurfaceFlinger: id=13942 Removed ColorFade#0 (14/17)
06-20 21:15:20.739 4808 4853 D DisplayPowerController: getFinalBrightness : Summary is 102 -> 102
06-20 21:15:20.739 4808 4853 D DisplayPowerController: Animating brightness: target=102, rate=500 (PSM:false, AB limit:(-1 ~ -1) MB Limit:(-1 ~ -1))
06-20 21:15:20.740 4283 4331 I SurfaceFlinger: id=13942 Removed ColorFade#0 (-2/17)
06-20 21:15:20.743 23343 23343 D AlwaysOnDisplay: updateSetting: ServiceEnabled = false, AODEnabled = false
06-20 21:15:20.743 26633 26633 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2], Con:u:r:zygote:s0 RAM:SEPF_SM-G965F_8.0.0_0008, [-1 -1 -1 -1 0 1]
06-20 21:15:20.744 26633 26633 I SELinux : SELinux: seapp_context_lookup: seinfo=platform, level=s0:c512,c768, pkgname=com.samsung.android.sm.devicesecurity
06-20 21:15:20.744 23343 23343 D AlwaysOnDisplay: isMPSMEnabled : false, isUPSMEnabled : false
06-20 21:15:20.748 4808 6747 I ActivityManager: Start proc 26633:com.samsung.android.sm.devicesecurity/5012 for broadcast com.samsung.android.sm.devicesecurity/.StatusReceiver
06-20 21:15:20.754 4283 4283 I Layer : id=13942 onRemoved ColorFade#0
06-20 21:15:20.759 23343 23343 D AbsSettings: putStringInner: updated AODSettingsDBItem / PINNED_CONTENT_SHOWN_STATE=0
06-20 21:15:20.761 4808 6023 D SecContentProvider: query(), uri = 17 selection = isSettingsChangesAllowed
06-20 21:15:20.763 4808 6023 D SecContentProvider: called from android.uid.systemui:10004
06-20 21:15:20.765 4808 6023 D RestrictionPolicy: isSettingsChangesAllowedAsUser, userId 0 : true
06-20 21:15:20.767 23343 23343 D AODBaseFeature: getLiveClockVersion: version 2 aodtheme,activeclock=2,uxstyle=dream,pintoaod,aodversion=5,clearcovergraylevel=225,brightness,agif
06-20 21:15:20.772 4283 4283 I SurfaceFlinger: Display 0 HWC layers:
06-20 21:15:20.772 4283 4283 I SurfaceFlinger: type | handle | flag | format | source crop (l,t,r,b) | frame | name
06-20 21:15:20.772 4283 4283 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
06-20 21:15:20.772 4283 4283 I SurfaceFlinger: Device | 0x7b0b258b60 | 0002 | RGBA_8888 | 0.0 0.0 2960.0 1440.0 | 0 0 1440 2960 | com.maxelus.livewallpaper.amoled.LiveWallpaperService#1
06-20 21:15:20.772 4283 4283 I SurfaceFlinger: Device | 0x7b0ae41300 | 0000 | RGBA_8888 | 0.0 0.0 1440.0 2960.0 | 0 0 1440 2960 | com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher#0
06-20 21:15:20.772 4283 4283 I SurfaceFlinger: Device | 0x7b0ae40180 | 0000 | RGBA_8888 | 0.0 0.0 1224.0 52.0 | 108 0 1332 52 | #1
06-20 21:15:20.772 4283 4283 I SurfaceFlinger: Device | 0x7b0ae40ce0 | 0000 | RGBA_8888 | 0.0 0.0 720.0 52.0 | 720 2908 1440 2960 | #3
06-20 21:15:20.772 4283 4283 I SurfaceFlinger: Device | 0x7b0b25be20 | 0000 | RGBA_8888 | 0.0 0.0 1.0 1.0 | 720 1479 721 1480 | #2
06-20 21:15:20.772 4283 4283 I SurfaceFlinger: Device | 0x7b0ae41bc0 | 0000 | RGBA_8888 | 0.0 0.0 1440.0 2960.0 | 0 0 1440 2960 | Sys2410:dream#0
06-20 21:15:20.772 4283 4283 I SurfaceFlinger:
06-20 21:15:20.774 5506 2029 D ProcessObserver_FLP: onProcessDied, 25062/10155
06-20 21:15:20.775 5582 10112 D ForegroundUtils: could not check pending caller
06-20 21:15:20.781 23343 23343 I AlwaysOnDisplay: !@AlwaysOnDisplay: onStartCommand : command : com.samsung.android.app.aodservice.intent.action.AOD_SCREEN_ON
06-20 21:15:20.781 23343 23343 I AlwaysOnDisplay: !@AlwaysOnDisplay: onDestroy()
06-20 21:15:20.781 23343 23343 D AODScheduleTimer: stop
06-20 21:15:20.783 26633 26633 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
06-20 21:15:20.783 26633 26633 D ActivityThread: Added TimaKeyStore provider
06-20 21:15:20.785 4808 6747 I ActivityManager: DSS on for com.samsung.android.sm.devicesecurity and scale is 1.0
06-20 21:15:20.818 23343 23343 D DozeService: Dream ended: isDozing=true
06-20 21:15:20.822 4808 5230 D WifiConnectivityMonitor: [|209]
06-20 21:15:20.831 23343 23416 D OpenGLRenderer: eglDestroySurface = 0x78dd41d640
06-20 21:15:20.831 23343 23343 D ViewRootImpl@22f1037[Sys2410:dream]: dispatchDetachedFromWindow
06-20 21:15:20.832 23343 23343 D InputEventReceiver: channel 'e32f309 Sys2410:dream (client)' ~ Disposing input event receiver.
06-20 21:15:20.832 23343 23343 D InputEventReceiver: channel 'e32f309 Sys2410:dream (client)' ~NativeInputEventReceiver.
06-20 21:15:20.841 4808 6747 I WindowManager: Destroying surface Surface(name=Sys2410:dream) called by com.android.server.wm.WindowStateAnimator.destroySurface:2465 com.android.server.wm.WindowStateAnimator.destroySurfaceLocked:967 com.android.server.wm.WindowState.removeImmediately:2395 com.android.server.wm.WindowState.removeIfPossible:2584 com.android.server.wm.WindowState.removeIfPossible:2424 com.android.server.wm.WindowManagerService.removeWindow:2018 com.android.server.wm.Session.remove:237 android.view.IWindowSession$Stub.onTransact:242
06-20 21:15:20.842 4283 6027 I SurfaceFlinger: id=13943 Removed Sys2410:dream#0 (13/16)
06-20 21:15:20.842 4808 6747 W AppOps : Finishing op nesting under-run: uid 10004 pkg com.samsung.android.app.aodservice code 70 time=0 duration=0 nesting=0
06-20 21:15:20.843 4283 4598 I SurfaceFlinger: id=13943 Removed Sys2410:dream#0 (-2/16)
06-20 21:15:20.848 23343 23343 D AlwaysOnDisplay: dismissAODWindow
06-20 21:15:20.848 23343 23343 D AlwaysOnDisplay: removeAODDecorView : AOD OFF STATE
06-20 21:15:20.853 4283 4283 I Layer : id=13943 onRemoved Sys2410:dream#0
06-20 21:15:20.863 23419 23670 E memtrack: Couldn't load memtrack module
06-20 21:15:20.863 23419 23670 W android.os.Debug: failed to get memory consumption info: -1
06-20 21:15:20.870 4283 4283 I SurfaceFlinger: Display 0 HWC layers:
06-20 21:15:20.870 4283 4283 I SurfaceFlinger: type | handle | flag | format | source crop (l,t,r,b) | frame | name
06-20 21:15:20.870 4283 4283 I SurfaceFlinger: ------------+--------------+------+-----------+----------------------------+---------------------+------
06-20 21:15:20.870 4283 4283 I SurfaceFlinger: Device | 0x7b0b258b60 | 0002 | RGBA_8888 | 0.0 0.0 2960.0 1440.0 | 0 0 1440 2960 | com.maxelus.livewallpaper.amoled.LiveWallpaperService#1
06-20 21:15:20.870 4283 4283 I SurfaceFlinger: Device | 0x7b0ae41300 | 0000 | RGBA_8888 | 0.0 0.0 1440.0 2960.0 | 0 0 1440 2960 | com.teslacoilsw.launcher/com.teslacoilsw.launcher.NovaLauncher#0
06-20 21:15:20.870 4283 4283 I SurfaceFlinger: Device | 0x7b0ae40180 | 0000 | RGBA_8888 | 0.0 0.0 1224.0 52.0 | 108 0 1332 52 | #1
06-20 21:15:20.870 4283 4283 I SurfaceFlinger: Device | 0x7b0ae40ce0 | 0000 | RGBA_8888 | 0.0 0.0 720.0 52.0 | 720 2908 1440 2960 | #3
06-20 21:15:20.870 4283 4283 I SurfaceFlinger: Device | 0x7b0b25be20 | 0000 | RGBA_8888 | 0.0 0.0 1.0 1.0 | 720 1479 721 1480 | #2
06-20 21:15:20.870 4283 4283 I SurfaceFlinger:
06-20 21:15:20.876 4401 4401 E audit : type=1400 audit(1529518520.870:56342): avc: denied { read } for pid=23419 comm="Analytics-Norma" name="boot_id" dev="proc" ino=10039197 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc:s0 tclass=file permissive=0 SEPF_SM-G965F_8.0.0_0008 audit_filtered
06-20 21:15:20.876 4401 4401 E audit : type=1300 audit(1529518520.870:56342): arch=40000028 syscall=322 per=8 success=no exit=-13 a0=ffffff9c a1=c2ffada0 a2=20000 a3=0 items=0 ppid=5006 pid=23419 auid=4294967295 uid=10127 gid=10127 euid=10127 suid=10127 fsuid=10127 egid=10127 sgid=10127 fsgid=10127 tty=(none) ses=4294967295 comm="Analytics-Norma" exe="/system/bin/app_process32" subj=u:r:untrusted_app_25:s0:c512,c768 key=(null)
06-20 21:15:20.876 4401 4401 E audit : type=1327 audit(1529518520.870:56342): proctitle="com.facebook.katana"
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: Error reading boot_id from procfs
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: java.io.FileNotFoundException: /proc/sys/kernel/random/boot_id (Permission denied)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at java.io.FileInputStream.open0(Native Method)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at java.io.FileInputStream.open(FileInputStream.java:200)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at java.io.FileInputStream.<init>(FileInputStream.java:150)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at java.io.FileInputStream.<init>(FileInputStream.java:103)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at java.io.FileReader.<init>(FileReader.java:58)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at X.29g.D(:550163)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at X.3jJ.B(Unknown Source:663)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at X.0He.B(Unknown Source:31)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at X.0II.F(:48218)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at X.0II.D(:48206)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at X.2Qg.Dr(:583598)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at X.2CD.E(:553844)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at X.2LI.C(:571060)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at X.0Xw.whB(:85835)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at X.0Xt.B(:85757)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at X.0aW.handleMessage(:94464)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at android.os.Handler.dispatchMessage(Handler.java:105)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at android.os.Looper.loop(Looper.java:164)
06-20 21:15:20.878 23419 23670 E fb4a.BootIdReader: at android.os.HandlerThread.run(HandlerThread.java:65)
06-20 21:15:20.904 9890 9890 I zygote64: Deoptimizing void android.view.ViewRootImpl$SendWindowContentChangedAccessibilityEvent.run() due to JIT same target
06-20 21:15:20.909 4808 5641 D ConnectivityService: filterNetworkStateForUid() uid: 10127 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.916 4808 6023 D ConnectivityService: filterNetworkStateForUid() uid: 10127 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.917 4808 6023 D ConnectivityService: filterNetworkStateForUid() uid: 10127 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:20.918 4808 6747 D SamsungAlarmManager: Cancel Alarm calling from uid:5012 pid :26633 / op:PendingIntent{109875d: PendingIntentRecord{de6ff16 com.samsung.android.sm.devicesecurity broadcastIntent}}
06-20 21:15:20.919 4808 26631 I BarTender:BatteryStatsDumper: writing to daily db completed
06-20 21:15:20.919 4808 6747 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211545, SetElapsed=363288676, nowELAPSED=363264036
06-20 21:15:20.930 4808 4808 D SensorService: Calling activate off 13
06-20 21:15:20.931 4267 4950 I Sensors : LightCCT_Sensor old sensor_state 16385, new sensor_state : 51539623937 en : 0
06-20 21:15:20.938 4808 4808 D SensorManager: unregisterListener ::
06-20 21:15:20.938 4808 4808 D SensorService: Calling activate off 11
06-20 21:15:20.938 4267 4950 I Sensors : ProximityPocket old sensor_state 16385, new sensor_state : 17179885569 en : 0
06-20 21:15:20.940 26633 26650 D libEGL : loaded /vendor/lib64/egl/libGLES_mali.so
06-20 21:15:20.941 4808 4808 D SensorManager: unregisterListener ::
06-20 21:15:20.941 4808 4808 D SensorService: Calling activate off 1
06-20 21:15:20.941 4267 4950 I Sensors : batch - accelerometer_sensor try to batching with 20000000
06-20 21:15:20.945 4808 4808 D SensorManager: unregisterListener ::
06-20 21:15:20.946 4808 26631 I BarTender:BatteryStatsDumper: writing to weekly db completed
06-20 21:15:20.946 4808 26631 I BarTender:BatteryStatsDumper: refreshstats completed
06-20 21:15:20.946 4808 26631 I BarTender:GATHERERBATTSTATS: set - time:1529518520946
06-20 21:15:20.946 4808 26631 I BarTender:ANALYZERBATTSTATS: Observer from Gatherer - time:1529518520946
06-20 21:15:20.946 4808 4970 I BarTender:ANALYZERBATTSTATS: MSG_TYPE_BARTENDER_CHECK_POWER::
06-20 21:15:20.946 4808 4970 I BarTender:BatteryStatsDBHelper: checkForPowerThreshold called : 1529518520946
06-20 21:15:20.948 4808 6747 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_DISCONNECTED flg=0x4000010 } to com.google.android.apps.photos/.scheduler.PowerReceiver
06-20 21:15:20.948 4808 4841 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_DISCONNECTED flg=0x4000010 } to com.google.android.apps.plus/com.google.android.libraries.social.autobackup.AutoBackupEnvironment$BatteryReceiver
06-20 21:15:20.949 4808 6747 I ActivityManager: KPU : put [android.process.media] : 19642 K
06-20 21:15:20.949 4808 6747 I ActivityManager: Killing 24822:android.process.media/u0a52 (adj 906): DHA:empty #25
06-20 21:15:20.950 4808 4841 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_DISCONNECTED flg=0x4000010 } to com.ifttt.ifttt/.battery.BatteryBroadcastReceiver
06-20 21:15:20.950 4808 4841 D StorageManagerService: getExternalStorageMountMode : 3
06-20 21:15:20.950 4808 4841 D StorageManagerService: getExternalStorageMountMode : 3
06-20 21:15:20.951 4808 4841 D StorageManagerService: getExternalStorageMountMode : final mountMode=3, uid : 10390, packageName : com.passesalliance.wallet
06-20 21:15:20.951 4808 4841 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.passesalliance.wallet user:0
06-20 21:15:20.951 4808 4841 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed.
06-20 21:15:20.951 4808 4841 D ActivityManager: package com.passesalliance.wallet, user - 0 is SDcard whitelisted
06-20 21:15:20.951 4808 4841 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.passesalliance.wallet user:0
06-20 21:15:20.951 4808 4841 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed.
06-20 21:15:20.967 4808 4841 I ActivityManager: Start proc 26651:com.passesalliance.wallet/u0a390 for broadcast com.passesalliance.wallet/org.altbeacon.beacon.startup.StartupBroadcastReceiver
06-20 21:15:20.972 26651 26651 E Zygote : isWhitelistProcess - Process is Whitelisted
06-20 21:15:20.972 4808 6747 D SamsungAlarmManager: Cancel Alarm calling from uid:10034 pid :6194 / op:PendingIntent{73b28d2: PendingIntentRecord{c169d6a com.google.android.gms broadcastIntent}}
06-20 21:15:20.973 26651 26651 E libpersona: scanKnoxPersonas
06-20 21:15:20.973 26651 26651 E libpersona: Couldn't open the File - /data/system/users/0/personalist.xml - No such file or directory
06-20 21:15:20.974 4808 6747 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211847, SetElapsed=363470283, nowELAPSED=363264091
06-20 21:15:20.976 26651 26651 W SELinux : SELinux selinux_android_compute_policy_index : Policy Index[2], Con:u:r:zygote:s0 RAM:SEPF_SM-G965F_8.0.0_0008, [-1 -1 -1 -1 0 1]
06-20 21:15:20.977 26651 26651 I SELinux : SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.passesalliance.wallet
06-20 21:15:21.010 26651 26651 D TimaKeyStoreProvider: TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
06-20 21:15:21.011 26651 26651 D ActivityThread: Added TimaKeyStore provider
06-20 21:15:21.014 4808 6747 I ActivityManager: DSS on for com.passesalliance.wallet and scale is 1.0
06-20 21:15:21.038 5506 2029 D ProcessObserver_FLP: onProcessDied, 24822/10052
06-20 21:15:21.039 5582 10112 D ForegroundUtils: could not check pending caller
06-20 21:15:21.119 26651 26651 I MultiDex: VM with version 2.1.0 has multidex support
06-20 21:15:21.120 26651 26651 I MultiDex: install
06-20 21:15:21.120 26651 26651 I MultiDex: VM has multidex support, MultiDex support library is disabled.
06-20 21:15:21.131 9133 9133 D Receiver_Screen: ACTION_SCREEN_ON
06-20 21:15:21.141 2835 26667 V blokada : ScreenOnReceiver: ping
06-20 21:15:21.157 26651 26651 D FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization.
06-20 21:15:21.158 11117 11117 I oneconnect[1.7.09-25_03]: CloudHelper.onReceive - action : android.intent.action.SCREEN_ON
06-20 21:15:21.161 11117 26672 I oneconnect[1.7.09-25_03]: CloudHelper.onReceive - ACTION_SCREEN_ON, not sign in state - restoreCloudConnection
06-20 21:15:21.162 11117 11117 I oneconnect[1.7.09-25_03]: SepBoardManager.mReceiver - action : android.intent.action.SCREEN_ON
06-20 21:15:21.163 11117 26672 I oneconnect[1.7.09-25_03]: CloudHelper.restoreCloudConnection - isQcTopProcess return false, skip restore
06-20 21:15:21.168 11117 11117 I oneconnect[1.7.09-25_03]: SepBoardManager.addUpdateDevice - [ADD][D2S] [Name] Iosif Karaioannoglou's Vrok [DiscoveryType]_CLOUD [DeviceType] CLOUD_DEFAULT_DEVICE [Action]
06-20 21:15:21.170 4808 5409 D ConnectivityService: filterNetworkStateForUid() uid: 10189 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:21.171 4808 5409 V WifiDisplayAdapter: getWifiDisplayStatusLocked: result=WifiDisplayStatus{featureState=2, scanState=0, activeDisplayState=0, activeDisplay=null, displays=[], sessionInfo=WifiDisplaySessionInfo: Client/Owner: Client GroupId: Passphrase: SessionId: 0 IP Address: , connectedState=-1}
06-20 21:15:21.172 11117 11117 I oneconnect[1.7.09-25_03]: SepBoardManager.addUpdateDevice - [ADD][D2S] [Name] Iosif Karaioannoglou's Galaxy S9+ [DiscoveryType]_CLOUD [DeviceType] CLOUD_DEFAULT_DEVICE [Action]
06-20 21:15:21.172 4808 5409 D ConnectivityService: filterNetworkStateForUid() uid: 10189 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:21.172 32653 26673 D EventBus: No subscribers registered for event class com.joaomgcd.autoinput.util.h
06-20 21:15:21.173 32653 26673 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:15:21.173 26651 26651 D FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization.
06-20 21:15:21.175 4808 5409 V WifiDisplayAdapter: getWifiDisplayStatusLocked: result=WifiDisplayStatus{featureState=2, scanState=0, activeDisplayState=0, activeDisplay=null, displays=[], sessionInfo=WifiDisplaySessionInfo: Client/Owner: Client GroupId: Passphrase: SessionId: 0 IP Address: , connectedState=-1}
06-20 21:15:21.180 11301 11301 V BeaconManager[8.0.24.0]: BleScanHelper.startBleScan - startBleScan
06-20 21:15:21.181 11301 11301 D BluetoothAdapter: STATE_BLE_ON
06-20 21:15:21.181 11301 11328 D BeaconManager[8.0.24.0]: BleScanHelper.MSG_CALL_START_LESCAN - isFilterScanFailed/discovering:false/true
06-20 21:15:21.182 11301 11301 I BeaconManager[8.0.24.0]: BeaconManager.onReceive - receive Action : android.intent.action.SCREEN_ON
06-20 21:15:21.182 11301 11328 D BluetoothAdapter: STATE_BLE_ON
06-20 21:15:21.182 11301 11327 I BeaconManager[8.0.24.0]: BeaconManager.BeaconManagerWorkHandler - android.intent.action.SCREEN_ON
06-20 21:15:21.182 11301 11327 D BeaconManager[8.0.24.0]: BeaconManager.BeaconManagerWorkHandler - mScreenObserver action:android.intent.action.SCREEN_ON
06-20 21:15:21.182 11301 11327 D BeaconManager[8.0.24.0]: AppControlManager.screenOnIntentReceived - start
06-20 21:15:21.182 11301 11328 D BluetoothAdapter: STATE_BLE_ON
06-20 21:15:21.182 11301 11327 D BeaconManager[8.0.24.0]: AppControlManager.screenOnIntentReceived - end
06-20 21:15:21.182 11301 11327 D BeaconManager[8.0.24.0]: EasySetupManager.screenOnIntentReceived - start
06-20 21:15:21.182 11301 11327 D BeaconManager[8.0.24.0]: EasySetupManager.screenOnIntentReceived - end
06-20 21:15:21.182 11301 11327 I BeaconManager[8.0.24.0]: BeaconManager.BeaconManagerWorkHandler - BroadcastReceiver onReceive end
06-20 21:15:21.182 11301 11328 D BluetoothAdapter: appoCount is = 1
06-20 21:15:21.182 11301 11328 I BeaconManager[8.0.24.0]: BleScanHelper.directStopLeScan - call BleScanner.stopScan()
06-20 21:15:21.183 11301 11328 D BluetoothAdapter: STATE_BLE_ON
06-20 21:15:21.184 11301 11328 D BluetoothAdapter: appoCount is = 1
06-20 21:15:21.184 11301 11328 D BluetoothAdapter: STATE_BLE_ON
06-20 21:15:21.184 11301 11328 D BluetoothLeScanner: Stop Scan with callback
06-20 21:15:21.185 5251 6357 D BtGatt.AppScanStats: recordScanStop() - app: android.uid.bcmgr:5006, last scan stopped at 363264302
06-20 21:15:21.185 5251 6357 D BtGatt.AppScanStats: recordScanStop() - scan time: 1449696, tot/min/max scan time: 363101578/3/24262669
06-20 21:15:21.192 4808 6586 W ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=6642, uid=10034 that is not exported from uid 10191
06-20 21:15:21.194 6642 6642 V MediaRouter: Dispatching route change: UserRouteInfo{ name=null, description=null, status=null, category=RouteCategory{ name=Devices types=ROUTE_TYPE_USER groupable=false }, supportedTypes=ROUTE_TYPE_USER , presentationDisplay=null }
06-20 21:15:21.194 6642 6642 V MediaRouter: Dispatching route change: UserRouteInfo{ name=KD-55XD7005, description=null, status=null, category=RouteCategory{ name=Devices types=ROUTE_TYPE_USER groupable=false }, supportedTypes=ROUTE_TYPE_USER , presentationDisplay=null }
06-20 21:15:21.194 6642 6642 V MediaRouter: Dispatching route change: UserRouteInfo{ name=KD-55XD7005, description=BRAVIA 4K GB, status=null, category=RouteCategory{ name=Devices types=ROUTE_TYPE_USER groupable=false }, supportedTypes=ROUTE_TYPE_USER , presentationDisplay=null }
06-20 21:15:21.194 6642 6642 V MediaRouter: Adding route: UserRouteInfo{ name=KD-55XD7005, description=BRAVIA 4K GB, status=null, category=RouteCategory{ name=Devices types=ROUTE_TYPE_USER groupable=false }, supportedTypes=ROUTE_TYPE_USER , presentationDisplay=null }
06-20 21:15:21.194 6642 6642 W DiscoveryManager: BroadcastReceiver is already registered
06-20 21:15:21.195 6642 14368 I DiscoveryManager: Filter criteria(805741C9,%urn:x-cast:com.google.cast.media) scannerFlags(2)
06-20 21:15:21.195 4808 5018 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:21.197 5251 5752 E BtGatt.ScanManager: default value of curScanSetting 0 is choosen
06-20 21:15:21.197 5251 5752 D BtGatt.ScanManager: configureRegularScanParams() scan param set to 96 / 4992 (units)
06-20 21:15:21.197 32653 26673 D EventBus: No subscribers registered for event class com.joaomgcd.autoinput.util.h
06-20 21:15:21.197 32653 26673 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:15:21.197 5251 5754 E BtGatt.GattService: [GSIM LOG]: gsimLogHandler, msg: MESSAGE_SCAN_STOP, appName: android.uid.bcmgr, scannerId: 5, reportDelayMillis=0
06-20 21:15:21.197 5251 5909 W bt_btm : btm_ble_disable_resolving_list() rl_state = 0x13, rl_mask = 0x2, to_resume = 1
06-20 21:15:21.197 5251 5909 W bt_btm : btm_ble_enable_resolving_list() rl_state = 0x11, rl_mask = 0x2
06-20 21:15:21.200 32653 26670 D EventBus: No subscribers registered for event class com.joaomgcd.autoinput.util.h
06-20 21:15:21.200 32653 26670 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:15:21.202 32653 26673 D EventBus: No subscribers registered for event class com.joaomgcd.autoinput.util.h
06-20 21:15:21.202 32653 26673 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:15:21.203 32653 26674 D EventBus: No subscribers registered for event class com.joaomgcd.autoinput.util.h
06-20 21:15:21.203 32653 26674 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:15:21.205 32653 26676 D EventBus: No subscribers registered for event class com.joaomgcd.autoinput.util.h
06-20 21:15:21.205 32653 26676 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:15:21.208 4808 6586 D SamsungAlarmManager: Cancel Alarm calling from uid:10390 pid :26651 / op:PendingIntent{12ecc: PendingIntentRecord{a8b4515 com.passesalliance.wallet broadcastIntent}}
06-20 21:15:21.211 32653 26675 D EventBus: No subscribers registered for event class com.joaomgcd.autoinput.util.h
06-20 21:15:21.211 32653 26675 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
06-20 21:15:21.213 6642 7195 I vgd : 168-startOrUpdateSearch -- metadata{ service_id: 0 }
06-20 21:15:21.214 4808 5065 D WifiScanningService: addSingleScanRequest: ClientInfo[uid=1000,android.os.Messenger@ce4fbc7],Id=526,WorkSource{10034}, ScanSettings { packageName:com.google.android.gms band:7 period:0 reportEvents:3 numBssidsPerScan:0 maxScansToCache:0 channels:[ ] }
06-20 21:15:21.214 4808 5065 I WifiScanController: scan requested by com.google.android.gms (it's NLP package. check moving state)
06-20 21:15:21.215 26651 26665 D libEGL : loaded /vendor/lib64/egl/libGLES_mali.so
06-20 21:15:21.215 4808 5065 W CAE : setCAProperty(ContextAwareService.java:589) - [setProperty 01] Mutex is locked for ANY_MOTION_DETECTOR_RUNNER
06-20 21:15:21.216 4808 5065 I CAE : sendCmdToSensorHub(SensorHubCommManager.java:158) - -72, 58, 1, 0,
06-20 21:15:21.216 4808 5409 D SamsungAlarmManager: setExact Intent (T:2/F:1/AC:false) 20180620T211521 - CU:10034/CP:6194
06-20 21:15:21.216 4808 5409 I SamsungAlarmManager: setLocked to kernel - T:2 / 20180620T211522, SetElapsed=363265328, nowELAPSED=363264333
06-20 21:15:21.216 4808 4978 D SensorService: setSContextDataLocked ints length 2 , byte length 4
06-20 21:15:21.216 4267 4950 D Sensors : poll_inject_sensor_data
06-20 21:15:21.216 4267 4950 D Sensors : b8 3a 01 00
06-20 21:15:21.216 4267 4950 E Sensors : inject_scontext_data: New ssp_data_injection_fd(31)
06-20 21:15:21.217 4808 5641 D ConnectivityService: filterNetworkStateForUid() uid: 10034 networkInfo: [type: WIFI[] - WIFI, state: CONNECTED/CONNECTED, reason: (unspecified), extra: "*HACKED* INSECURE 1337 5", failover: false, available: true, roaming: false, metered: false]
06-20 21:15:21.221 4267 4950 D Sensors : SContext Data Injection return 4
06-20 21:15:21.222 4808 5065 I CAE : setCAProperty(ContextAwareService.java:594) - result : true
06-20 21:15:21.222 4808 5065 W CAE : setCAProperty(ContextAwareService.java:595) - [setProperty 02] Mutex is unlocked for ANY_MOTION_DETECTOR_RUNNER
06-20 21:15:21.222 4808 5065 D SemContextService: .requestToUpdate() : service = Any Motion Detector
06-20 21:15:21.222 4808 5065 D SemContextManager: .requestToUpdate : listener = android.hardware.scontext.SContextManager$SContextListenerDelegate@511fb4, service=Any Motion Detector
06-20 21:15:21.223 12832 12832 D CloseBy.scheduler: android.intent.action.SCREEN_ON
06-20 21:15:21.224 6642 6642 V MediaRouter: Dispatching route change: UserRouteInfo{ name=KD-55XD7005, description=BRAVIA 4K GB, status=null, category=RouteCategory{ name=Devices types=ROUTE_TYPE_USER groupable=false }, supportedTypes=ROUTE_TYPE_USER , presentationDisplay=null }
06-20 21:15:21.224 6642 6642 V MediaRouter: Dispatching route change: UserRouteInfo{ name=KD-55XD7005, description=BRAVIA 4K GB, status=null, category=RouteCategory{ name=Devices types=ROUTE_TYPE_USER groupable=false }, supportedTypes=ROUTE_TYPE_USER , presentationDisplay=null }
06-20 21:15:21.228 4808 4976 D SensorHubManager: onGetSensorHubDataLocked: library(4) = 1, 1, 58, 1
06-20 21:15:21.228 4808 4977 D CAE : onGetSensorHubData(SensorHubParserProvider.java:91) - onGetSensorHubData Event [event buffer len :4], AP_WAKEUP
06-20 21:15:21.228 4808 4977 I CAE : parse(SensorHubParserProvider.java:192) - buffer size = 4
06-20 21:15:21.228 4808 4977 I CAE : parse(SensorHubParserProvider.java:203) - 1, 1, 58, 1,
06-20 21:15:21.229 4808 4977 D CAE : display(ContextProvider.java:375) - ================= ANY_MOTION_DETECTOR_RUNNER =================
06-20 21:15:21.229 4808 4977 I CAE : display(ContextProvider.java:391) - Action=[1]
06-20 21:15:21.229 4808 4981 D SemContextService: Service.updateContext() : service = Any Motion Detector
06-20 21:15:21.229 4808 5237 D SContextManager: onSContextChanged() : event = Any Motion Detector
06-20 21:15:21.231 26474 26474 V MediaRouter: Dispatching route change: UserRouteInfo{ name=KD-55XD7005, description=BRAVIA 4K GB, status=null, category=RouteCategory{ name=Devices types=ROUTE_TYPE_USER groupable=false }, supportedTypes=ROUTE_TYPE_USER , presentationDisplay=null }
06-20 21:15:21.231 26474 26474 V MediaRouter: Dispatching route change: UserRouteInfo{ name=KD-55XD7005, description=BRAVIA 4K GB, status=null, category=RouteCategory{ name=Devices types=ROUTE_TYPE_USER groupable=false }, supportedTypes=ROUTE_TYPE_USER , presentationDisplay=null }
06-20 21:15:21.232 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.232 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.232 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.232 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.233 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.233 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.233 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.233 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.233 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.233 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.233 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.233 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.233 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.233 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.233 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.233 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.233 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.233 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.233 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.233 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.233 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.233 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.234 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.234 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.234 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.234 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.234 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.234 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.234 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.234 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.234 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.234 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.234 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.234 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.234 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.234 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.234 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.234 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.234 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.234 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.234 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.234 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.235 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.235 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.235 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.235 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.235 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.235 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.235 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.235 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.235 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.235 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.235 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.235 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.235 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.235 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.235 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.235 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.235 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.235 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.236 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.236 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.236 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.236 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.236 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.236 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.236 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.236 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.236 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.236 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.236 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.236 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.236 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.236 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.236 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.236 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.237 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.237 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.237 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.237 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.237 26651 26651 I FirebaseInitProvider: FirebaseApp initialization successful
06-20 21:15:21.237 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.237 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.237 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.237 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.237 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.237 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.237 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.238 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.238 6642 28656 I qtaguid : Untagging socket 434 failed errno=-22
06-20 21:15:21.238 6642 28656 W NetworkManagementSocketTagger: untagSocket(434) failed with errno -22
06-20 21:15:21.246 4270 4270 I android.hardware.wifi@1.0-service: installApfPacketFilter
06-20 21:15:21.246 4270 4270 D WifiHAL : Setting APF program, halHandle = 0x7b524621c0
06-20 21:15:21.246 4270 4270 I WifiHAL :
06-20 21:15:21.246 4270 4270 I WifiHAL : createRequest: APF set program request
06-20 21:15:21.255 4270 4270 I WifiHAL : Done!
06-20 21:15:21.285 16029 26685 I [SC]AutoBackupUtil: cancelAlarm
06-20 21:15:21.285 4448 5672 D bauth_FPBAuthService: pcf : 0x1011
06-20 21:15:21.286 4448 5672 I TLC_BAUTH: Call FP cmd 0xc (30);1563
06-20 21:15:21.288 4808 6586 D SamsungAlarmManager: Cancel Alarm calling from uid:5009 pid :16029 / op:PendingIntent{df9acce: PendingIntentRecord{b4987ef com.samsung.android.scloud startService}}
06-20 21:15:21.288 11301 11328 I BeaconManager[8.0.24.0]: BleScanHelper.startBleScan - Start filter Scan(SCREEN_ON)
06-20 21:15:21.290 11301 11328 D BeaconManager[8.0.24.0]: BleScanHelper.getMyScanPreferences - interval:3120, window:160
06-20 21:15:21.290 4448 5672 I tlc_communication: Send Trustlet TCI Message;214
06-20 21:15:21.290 4448 5672 I tlc_communication: mcNotify is completed;224
06-20 21:15:21.290 11301 11328 D BluetoothAdapter: STATE_BLE_ON
06-20 21:15:21.290 11301 11328 D BluetoothAdapter: appoCount is = 1
06-20 21:15:21.291 11301 11328 D BluetoothAdapter: STATE_BLE_ON
06-20 21:15:21.292 11301 11328 I chatty : uid=5006(oem_5006) BleScanWorkHand identical 1 line
06-20 21:15:21.292 11301 11328 D BluetoothAdapter: STATE_BLE_ON
06-20 21:15:21.293 11301 11328 D BluetoothAdapter: appoCount is = 1
06-20 21:15:21.293 11301 11328 D BluetoothLeScanner: Start Scan with callback
06-20 21:15:21.294 11301 28745 D BluetoothLeScanner: onScannerRegistered() - status=0 scannerId=5 mScannerId=0
06-20 21:15:21.295 5251 6357 D BluetoothAdapter: STATE_BLE_ON
06-20 21:15:21.295 5251 6357 D BluetoothAdapter: appoCount is = 1
06-20 21:15:21.297 5251 6357 D BtGatt.AppScanStats: recordScanStart() - app: android.uid.bcmgr:5006, first scan started at 363264414
06-20 21:15:21.298 5251 5752 D BluetoothAdapter: STATE_BLE_ON
06-20 21:15:21.298 5251 5752 D BluetoothAdapter: STATE_BLE_ON
06-20 21:15:21.299 5251 5752 D BluetoothAdapter: appoCount is = 1
06-20 21:15:21.299 5251 5754 E BtGatt.GattService: [GSIM LOG]: gsimLogHandler, msg: MESSAGE_SCAN_START, appName: android.uid.bcmgr, scannerId: 5, reportDelayMillis=0
06-20 21:15:21.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment